diff options
author | ru <ru@FreeBSD.org> | 2002-12-24 13:41:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-24 13:41:48 +0000 |
commit | 4979ab8d816b8ab1d2eb74e7179f8f63e04f0972 (patch) | |
tree | 3a2594ccf0dfa39e2b9d787edfbc673670ae29da /lib/libc_r/man | |
parent | a59d939300a476e89fd904d21bef510b0d7f7da0 (diff) | |
download | FreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.zip FreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.tar.gz |
mdoc(7) police: Deal with self-xrefs.
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pthread_rwlock_wrlock.3 | 7 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_rwlockattr_setpshared.3 | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthread_rwlock_wrlock.3 b/lib/libc_r/man/pthread_rwlock_wrlock.3 index 55ab5f9..c74a466 100644 --- a/lib/libc_r/man/pthread_rwlock_wrlock.3 +++ b/lib/libc_r/man/pthread_rwlock_wrlock.3 @@ -61,9 +61,10 @@ and functions will return zero. Otherwise an error number will be returned to indicate the error. .Sh SEE ALSO -.Xr pthread_rwlock_trywrlock 3 , -.Xr pthread_rwlock_unlock 3 , -.Xr pthread_rwlock_wrlock 3 +.Xr pthread_rwlock_init 3 , +.Xr pthread_rwlock_rdlock 3 , +.Xr pthread_rwlock_tryrdlock 3 , +.Xr pthread_rwlock_unlock 3 .Sh STANDARDS The .Fn pthread_rwlock_wrlock diff --git a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 index 48b854d..e19e66c 100644 --- a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 @@ -60,8 +60,8 @@ If successful, the function will return zero. Otherwise an error number will be returned to indicate the error. .Sh SEE ALSO +.Xr pthread_rwlockattr_getpshared 3 , .Xr pthread_rwlockattr_init 3 , -.Xr pthread_rwlockattr_setpshared 3 , .Xr pthread_rwlock_init 3 .Sh STANDARDS The |