diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-06 16:46:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-06 16:46:48 +0000 |
| commit | 5521ff5a4d1929056e7ffc982fac3341ca54df7c (patch) | |
| tree | 61e92e6947a37812cd054f5922671378ea29de08 /lib/libc_r/man/pthread_rwlock_init.3 | |
| parent | 55bf96ce660c2a7b8488d284ec353f6a8df84c10 (diff) | |
Notes
Diffstat (limited to 'lib/libc_r/man/pthread_rwlock_init.3')
| -rw-r--r-- | lib/libc_r/man/pthread_rwlock_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_rwlock_init.3 b/lib/libc_r/man/pthread_rwlock_init.3 index 128f5d12d47e..749a848d41d6 100644 --- a/lib/libc_r/man/pthread_rwlock_init.3 +++ b/lib/libc_r/man/pthread_rwlock_init.3 @@ -55,9 +55,9 @@ If successful, the function will return zero. Otherwise an error number will be returned to indicate the error. .Sh SEE ALSO -.Xr pthread_rwlock_destroy 3 , .Xr pthread_rwlockattr_init 3 , -.Xr pthread_rwlockattr_setpshared 3 +.Xr pthread_rwlockattr_setpshared 3 , +.Xr pthread_rwlock_destroy 3 .Sh STANDARDS The .Fn pthread_rwlock_init |
