diff options
author | ru <ru@FreeBSD.org> | 2001-07-06 16:46:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-06 16:46:48 +0000 |
commit | 05e503d80a002e0af803afd602084de640ab2c39 (patch) | |
tree | 61e92e6947a37812cd054f5922671378ea29de08 /lib/libc_r/man | |
parent | 84bd47abeaea1de221374dfda528a0fb8af8a7aa (diff) | |
download | FreeBSD-src-05e503d80a002e0af803afd602084de640ab2c39.zip FreeBSD-src-05e503d80a002e0af803afd602084de640ab2c39.tar.gz |
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pthread_rwlock_init.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_rwlockattr_getpshared.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_rwlockattr_init.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_rwlockattr_setpshared.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_sigmask.3 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc_r/man/pthread_rwlock_init.3 b/lib/libc_r/man/pthread_rwlock_init.3 index 128f5d1..749a848 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 diff --git a/lib/libc_r/man/pthread_rwlockattr_getpshared.3 b/lib/libc_r/man/pthread_rwlockattr_getpshared.3 index a433d60..40eed6e 100644 --- a/lib/libc_r/man/pthread_rwlockattr_getpshared.3 +++ b/lib/libc_r/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/libc_r/man/pthread_rwlockattr_init.3 b/lib/libc_r/man/pthread_rwlockattr_init.3 index c355104..4fbbe36 100644 --- a/lib/libc_r/man/pthread_rwlockattr_init.3 +++ b/lib/libc_r/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/libc_r/man/pthread_rwlockattr_setpshared.3 b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 index fd5fa90..dfc7fe6 100644 --- a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libc_r/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/libc_r/man/pthread_sigmask.3 b/lib/libc_r/man/pthread_sigmask.3 index f588911..a335107 100644 --- a/lib/libc_r/man/pthread_sigmask.3 +++ b/lib/libc_r/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 |