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/libpthread | |
| parent | 55bf96ce660c2a7b8488d284ec353f6a8df84c10 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_rwlock_init.3 | 4 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_getpshared.3 | 4 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_init.3 | 4 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_setpshared.3 | 4 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_sigmask.3 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_init.3 b/lib/libpthread/man/pthread_rwlock_init.3 index 128f5d12d47e..749a848d41d6 100644 --- a/lib/libpthread/man/pthread_rwlock_init.3 +++ b/lib/libpthread/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 diff --git a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 index a433d6020a36..40eed6e0232a 100644 --- a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 +++ b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 @@ -58,9 +58,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_init 3 , .Xr pthread_rwlockattr_init 3 , -.Xr pthread_rwlockattr_setpshared 3 +.Xr pthread_rwlockattr_setpshared 3 , +.Xr pthread_rwlock_init 3 .Sh STANDARDS The .Fn pthread_rwlockattr_getpshared diff --git a/lib/libpthread/man/pthread_rwlockattr_init.3 b/lib/libpthread/man/pthread_rwlockattr_init.3 index c35510468e96..4fbbe3676097 100644 --- a/lib/libpthread/man/pthread_rwlockattr_init.3 +++ b/lib/libpthread/man/pthread_rwlockattr_init.3 @@ -46,10 +46,10 @@ If successful, the function will return zero. Otherwise an error number will be returned to indicate the error. .Sh SEE ALSO -.Xr pthread_rwlock_init 3 , .Xr pthread_rwlockattr_destroy 3 , .Xr pthread_rwlockattr_getpshared 3 , -.Xr pthread_rwlockattr_setpshared 3 +.Xr pthread_rwlockattr_setpshared 3 , +.Xr pthread_rwlock_init 3 .Sh STANDARDS The .Fn pthread_rwlockattr_init diff --git a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 index fd5fa90f995b..dfc7fe625ce2 100644 --- a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 @@ -60,9 +60,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_init 3 , .Xr pthread_rwlockattr_init 3 , -.Xr pthread_rwlockattr_setpshared 3 +.Xr pthread_rwlockattr_setpshared 3 , +.Xr pthread_rwlock_init 3 .Sh STANDARDS The .Fn pthread_rwlockattr_setpshared diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3 index f588911b57a8..a335107f5b11 100644 --- a/lib/libpthread/man/pthread_sigmask.3 +++ b/lib/libpthread/man/pthread_sigmask.3 @@ -88,8 +88,8 @@ is not one of the defined values. .Xr sigaction 2 , .Xr sigpending 2 , .Xr sigprocmask 2 , -.Xr sigsetops 3 , -.Xr sigsuspend 2 +.Xr sigsuspend 2 , +.Xr sigsetops 3 .Sh STANDARDS .Fn pthread_sigmask conforms to |
