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 | |
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')
31 files changed, 50 insertions, 50 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index 58fb5db..d3d401d 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -232,7 +232,7 @@ function may fail and set for any of the errors specified for the library routine .Xr free 3 . .Sh SEE ALSO -.Xr dbopen 3 , .Xr btree 3 , +.Xr dbopen 3 , .Xr hash 3 , .Xr recno 3 diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index ec21548..7dd98a1 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -573,8 +573,8 @@ values, the function still returns a pointer to a string whose contents indicate an unknown error. .\" .Sh SEE ALSO -.Xr getnameinfo 3 , .Xr gethostbyname 3 , +.Xr getnameinfo 3 , .Xr getservbyname 3 , .Xr hosts 5 , .Xr services 5 , diff --git a/lib/libc/net/getipnodebyname.3 b/lib/libc/net/getipnodebyname.3 index 5eec582..b31fe33 100644 --- a/lib/libc/net/getipnodebyname.3 +++ b/lib/libc/net/getipnodebyname.3 @@ -426,8 +426,8 @@ The meanings of each error code are described in .Xr gethostbyname 3 . .\" .Sh SEE ALSO -.Xr gethostbyname 3 , .Xr gethostbyaddr 3 , +.Xr gethostbyname 3 , .Xr hosts 5 , .Xr nsswitch.conf 5 , .Xr services 5 , diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index dea2a55..0e14b78 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -205,8 +205,8 @@ development at this time. .Xr acl_set_tag_type 3 , .Xr acl_to_text 3 , .Xr acl_valid 3 , -.Xr acl 9 , -.Xr posix1e 3 +.Xr posix1e 3 , +.Xr acl 9 .Sh STANDARDS POSIX.1e assigns security labels to all objects, extending the security functionality described in POSIX.1. diff --git a/lib/libc/posix1e/cap.3 b/lib/libc/posix1e/cap.3 index 4cdbd0f..b47c186 100644 --- a/lib/libc/posix1e/cap.3 +++ b/lib/libc/posix1e/cap.3 @@ -317,8 +317,8 @@ use in the short term. .Xr cap_init 3 , .Xr cap_set_flag 3 , .Xr cap_set_proc 3 , -.Xr cap 9 , -.Xr posix1e 3 +.Xr posix1e 3 , +.Xr cap 9 .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation diff --git a/lib/libc/posix1e/cap_get_proc.3 b/lib/libc/posix1e/cap_get_proc.3 index 330d6a7..b546b12 100644 --- a/lib/libc/posix1e/cap_get_proc.3 +++ b/lib/libc/posix1e/cap_get_proc.3 @@ -79,8 +79,8 @@ by the hardware or system-imposed memory management constraints. .Sh SEE ALSO .Xr cap 3 , .Xr cap_free 3 , -.Xr cap_init 3 , .Xr cap_get_flag 3 , +.Xr cap_init 3 , .Xr cap_set_proc 3 , .Xr posix1e 3 .Sh STANDARDS diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index 60dc9ca..86aef66 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -92,8 +92,8 @@ use in the short term. .Sh FILES .Sh SEE ALSO .Xr acl 3 , -.Xr acl 9 , .Xr cap 3 , +.Xr acl 9 , .Xr cap 9 , .Xr extattr 9 .Sh STANDARDS diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index fdd2851..a52b24f 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -494,6 +494,7 @@ pages on which they are described: .Sh SEE ALSO .Xr getnetconfig 3 , .Xr getnetpath 3 , +.Xr rpcbind 3 , .Xr rpc_clnt_auth 3 , .Xr rpc_clnt_calls 3 , .Xr rpc_clnt_create 3 , @@ -502,6 +503,5 @@ pages on which they are described: .Xr rpc_svc_err 3 , .Xr rpc_svc_reg 3 , .Xr rpc_xdr 3 , -.Xr rpcbind 3 , .Xr xdr 3 , .Xr netconfig 5 diff --git a/lib/libc/rpc/rpc_svc_reg.3 b/lib/libc/rpc/rpc_svc_reg.3 index 2ab6f00..c6ff3b8 100644 --- a/lib/libc/rpc/rpc_svc_reg.3 +++ b/lib/libc/rpc/rpc_svc_reg.3 @@ -176,8 +176,8 @@ Service implementors usually do not need this routine. .Sh SEE ALSO .Xr select 2 , .Xr rpc 3 , +.Xr rpcbind 3 , .Xr rpc_svc_calls 3 , .Xr rpc_svc_create 3 , .Xr rpc_svc_err 3 , -.Xr rpcbind 3 , .Xr rpcbind 8 diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index ccc4d66..6406276 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -277,8 +277,8 @@ is ``root'', then the program has some of the powers of a super-user as well. .Sh SEE ALSO .Xr ktrace 1 , -.Xr _exit 2 , .Xr fork 2 , +.Xr _exit 2 , .Xr execl 3 , .Xr exit 3 , .Xr sysctl 3 , diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2 index dbe10a7..7f91490 100644 --- a/lib/libc/sys/fhopen.2 +++ b/lib/libc/sys/fhopen.2 @@ -120,10 +120,10 @@ The file handle is no longer valid. .El .Sh SEE ALSO -.Xr getfh 2 , -.Xr open 2 , .Xr fstat 2 , -.Xr fstatfs 2 +.Xr fstatfs 2 , +.Xr getfh 2 , +.Xr open 2 .Sh HISTORY The .Fn fhopen , diff --git a/lib/libc/sys/modfind.2 b/lib/libc/sys/modfind.2 index 362a606..9f8b7c9 100644 --- a/lib/libc/sys/modfind.2 +++ b/lib/libc/sys/modfind.2 @@ -69,8 +69,8 @@ The file specified is not loaded in the kernel. .Xr kldnext 2 , .Xr kldstat 2 , .Xr kldunload 2 , -.Xr modnext 2 , .Xr modfnext 2 , +.Xr modnext 2 , .Xr modstat 2 , .Xr kld 4 .Sh HISTORY diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2 index e185ec6..b36701f 100644 --- a/lib/libc/sys/modstat.2 +++ b/lib/libc/sys/modstat.2 @@ -113,9 +113,9 @@ function. .Xr kldload 2 , .Xr kldnext 2 , .Xr kldunload 2 , -.Xr modnext 2 , .Xr modfind 2 , .Xr modfnext 2 , +.Xr modnext 2 , .Xr kld 4 , .Xr kldstat 8 .Sh HISTORY diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2 index 50097bd..db06f57 100644 --- a/lib/libc/sys/sched_get_priority_max.2 +++ b/lib/libc/sys/sched_get_priority_max.2 @@ -112,10 +112,10 @@ No process can be found corresponding to that specified by .Fa pid . .El .Sh SEE ALSO -.Xr sched_get_scheduler 2 , .Xr sched_getparam 2 , -.Xr sched_set_scheduler 2 , -.Xr sched_setparam 2 +.Xr sched_get_scheduler 2 , +.Xr sched_setparam 2 , +.Xr sched_set_scheduler 2 .Sh STANDARDS The .Fn sched_setscheduler diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2 index 4377373..69d193e 100644 --- a/lib/libc/sys/sched_setparam.2 +++ b/lib/libc/sys/sched_setparam.2 @@ -159,9 +159,9 @@ is outside the range defined for the scheduling policy of the specified .Fa pid . .El .Sh SEE ALSO +.Xr sched_getscheduler 2 , .Xr sched_get_priority_max 2 , .Xr sched_get_priority_min 2 , -.Xr sched_getscheduler 2 , .Xr sched_rr_get_interval 2 , .Xr sched_setscheduler 2 , .Xr sched_yield 2 diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2 index 6e376b8..0341f16 100644 --- a/lib/libc/sys/sched_setscheduler.2 +++ b/lib/libc/sys/sched_setscheduler.2 @@ -154,9 +154,9 @@ parameter is invalid, or one or more of the parameters contained in is outside the valid range for the specified scheduling policy. .El .Sh SEE ALSO +.Xr sched_getparam 2 , .Xr sched_get_priority_max 2 , .Xr sched_get_priority_min 2 , -.Xr sched_getparam 2 , .Xr sched_rr_get_interval 2 , .Xr sched_setparam 2 , .Xr sched_yield 2 diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index a532d59..838fdc5 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -92,12 +92,12 @@ it is wrong to call .Xr exit 3 since buffered data would then be flushed twice.) .Sh SEE ALSO -.Xr _exit 2 , .Xr execve 2 , .Xr fork 2 , .Xr rfork 2 , .Xr sigvec 2 , .Xr wait 2 , +.Xr _exit 2 , .Xr exit 3 .Sh RETURN VALUES Same as for diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index c1c0ed0..598597e 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -290,9 +290,9 @@ and the ability to restart a pending .Fn wait call are extensions to the POSIX interface. .Sh SEE ALSO -.Xr _exit 2 , .Xr ptrace 2 , .Xr sigaction 2 , +.Xr _exit 2 , .Xr exit 3 .Sh HISTORY A 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 diff --git a/lib/libm/common_source/infnan.3 b/lib/libm/common_source/infnan.3 index 1a1d651..954f382 100644 --- a/lib/libm/common_source/infnan.3 +++ b/lib/libm/common_source/infnan.3 @@ -157,7 +157,7 @@ int iarg ; .Sh SEE ALSO .Xr intro 2 , .Xr math 3 , -.Xr signal 3 . +.Xr signal 3 .Pp .Er ERANGE and diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3 index e605085..0030e34 100644 --- a/lib/libnetgraph/netgraph.3 +++ b/lib/libnetgraph/netgraph.3 @@ -281,12 +281,12 @@ control message parse error or illegal value. ASCII control message array or fixed width string buffer overflow. .El .Sh SEE ALSO -.Xr socket 2 , .Xr select 2 , +.Xr socket 2 , .Xr warnx 3 , +.Xr kld 4 , .Xr netgraph 4 , -.Xr ng_socket 4 , -.Xr kld 4 +.Xr ng_socket 4 .Sh HISTORY The .Nm netgraph diff --git a/lib/libpam/modules/pam_radius/pam_radius.8 b/lib/libpam/modules/pam_radius/pam_radius.8 index efb07cc..c5053fe 100644 --- a/lib/libpam/modules/pam_radius/pam_radius.8 +++ b/lib/libpam/modules/pam_radius/pam_radius.8 @@ -106,9 +106,9 @@ The standard RADIUS client configuration file for .Nm .El .Sh SEE ALSO -.Xr pam 8 , .Xr passwd 5 , -.Xr radius.conf 5 +.Xr radius.conf 5 , +.Xr pam 8 .Sh HISTORY The .Nm diff --git a/lib/libpthread/man/pthread_rwlock_init.3 b/lib/libpthread/man/pthread_rwlock_init.3 index 128f5d1..749a848 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 a433d60..40eed6e 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 c355104..4fbbe36 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 fd5fa90..dfc7fe6 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 f588911..a335107 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 |