From 6d0dbd7455d2457305fad8dab1cbd93d75cf5771 Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 20 Jan 1997 23:23:22 +0000 Subject: Sort cross references. --- lib/libc/gen/alarm.3 | 2 +- lib/libc/gen/directory.3 | 4 ++-- lib/libc/gen/frexp.3 | 4 ++-- lib/libc/gen/getdomainname.3 | 4 ++-- lib/libc/gen/getgrent.3 | 4 ++-- lib/libc/gen/getmntinfo.3 | 2 +- lib/libc/gen/getpagesize.3 | 4 ++-- lib/libc/gen/getvfsent.3 | 2 +- lib/libc/gen/ldexp.3 | 4 ++-- lib/libc/gen/msgctl.3 | 4 ++-- lib/libc/gen/msgrcv.3 | 4 ++-- lib/libc/gen/nice.3 | 2 +- lib/libc/gen/popen.3 | 4 ++-- lib/libc/gen/signal.3 | 2 +- lib/libc/gen/ualarm.3 | 2 +- lib/libc/gen/usleep.3 | 6 +++--- lib/libc/gen/utime.3 | 4 ++-- 17 files changed, 29 insertions(+), 29 deletions(-) (limited to 'lib/libc/gen') diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index ae0c22d..4d99fa1 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -71,8 +71,8 @@ is the amount of time left on the timer from a previous call to .Fn alarm . If no alarm is currently set, the return value is 0. .Sh SEE ALSO -.Xr sigaction 2 , .Xr setitimer 2 , +.Xr sigaction 2 , .Xr sigpause 2 , .Xr sigvec 2 , .Xr signal 3 , diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 434f197..0abbe5f 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -164,10 +164,10 @@ while ((dp = readdir(dirp)) != NULL) return NOT_FOUND; .Ed .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , -.Xr read 2 , .Xr lseek 2 , +.Xr open 2 , +.Xr read 2 , .Xr dir 5 .Sh HISTORY The diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 574efa3..58c25fc 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -76,8 +76,8 @@ If is zero, both parts of the result are zero. .Sh SEE ALSO .Xr ldexp 3 , -.Xr modf 3 , -.Xr math 3 +.Xr math 3 , +.Xr modf 3 .Sh STANDARDS The .Fn frexp diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index d186291..ce2f94a 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -84,8 +84,8 @@ The caller tried to set the hostname and was not the super-user. .El .Sh SEE ALSO .Xr gethostid 3 , -.Xr sysctl 3 , -.Xr gethostname 3 +.Xr gethostname 3 , +.Xr sysctl 3 .Sh BUGS Domain names are limited to .Dv MAXHOSTNAMELEN diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index 86ade19..4ed5595 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -168,8 +168,8 @@ group database file .El .Sh SEE ALSO .Fn getpwent 3 , -.Fn group 5 , -.Fn yp 4 +.Fn yp 4 , +.Fn group 5 .Sh HISTORY The functions .Fn endgrent , diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index 4b81e05..e92755b 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -85,8 +85,8 @@ or .Xr malloc 3 . .Sh SEE ALSO .Xr getfsstat 2 , -.Xr statfs 2 , .Xr mount 2 , +.Xr statfs 2 , .Xr mount 8 .Sh HISTORY The diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3 index 6d56451..51dbcd1 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -51,8 +51,8 @@ The page size is a system page size and may not be the same as the underlying hardware page size. .Sh SEE ALSO -.Xr sbrk 2 , -.Xr pagesize 1 +.Xr pagesize 1 , +.Xr sbrk 2 .Sh HISTORY The .Fn getpagesze diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3 index c992341..512a090 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -209,8 +209,8 @@ and .Fn vfsload to search for loadable modules. .Sh SEE ALSO -.Xr modload 8 , .Xr mount 2 , +.Xr modload 8 , .Xr mount 8 .Sh BUGS The return value of the diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index a19b329..0307ad1 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -68,8 +68,8 @@ and the value is returned. .Sh SEE ALSO .Xr frexp 3 , -.Xr modf 3 , -.Xr math 3 +.Xr math 3 , +.Xr modf 3 .Sh STANDARDS The .Fn ldexp diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3 index 659501f..c55ece4 100644 --- a/lib/libc/gen/msgctl.3 +++ b/lib/libc/gen/msgctl.3 @@ -194,8 +194,8 @@ is not a valid command. specifies an invalid address. .El .Sh SEE ALSO -.Xr msgsnd 3 , +.Xr msgget 3 , .Xr msgrcv 3 , -.Xr msgget 3 +.Xr msgsnd 3 .Sh HISTORY Message queues appeared in the first release of AT&T Unix System V. diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3 index 76b94ea..6b43837 100644 --- a/lib/libc/gen/msgrcv.3 +++ b/lib/libc/gen/msgrcv.3 @@ -169,9 +169,9 @@ There is no message of the requested type available on the message queue, and IPC_NOWAIT is set in .Fa msgflg . .Sh SEE ALSO -.Xr msgsnd 3 , .Xr msgctl 3 , -.Xr msgget 3 +.Xr msgget 3 , +.Xr msgsnd 3 .Sh BUGS NetBSD and FreeBSD do not define the EIDRM error value, which should be used in the case of a removed message queue, nor the ENOMSG value, which diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 64a87c6..cbec150 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -57,8 +57,8 @@ Children inherit the priority of their parent processes via .Xr fork 2 . .Sh SEE ALSO .Xr nice 1 , -.Xr setpriority 2 , .Xr fork 2 , +.Xr setpriority 2 , .Xr renice 8 .Sh HISTORY A diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index db4adfa..01b0c2f 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -139,12 +139,12 @@ The function does not reliably set .Va errno . .Sh SEE ALSO -.Xr fork 2 , .Xr sh 1 , +.Xr fork 2 , .Xr pipe 2 , .Xr wait4 2 , -.Xr fflush 3 , .Xr fclose 3 , +.Xr fflush 3 , .Xr fopen 3 , .Xr stdio 3 , .Xr system 3 diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index cff30ec..b5503d1 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -210,8 +210,8 @@ or .Ev SIGSTOP . .Sh SEE ALSO .Xr kill 1 , -.Xr ptrace 2 , .Xr kill 2 , +.Xr ptrace 2 , .Xr sigaction 2 , .Xr sigaltstack 2 , .Xr sigprocmask 2 , diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index 588cfcd..b64ed96 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -80,9 +80,9 @@ is 2147483647. .Xr setitimer 2 , .Xr sigpause 2 , .Xr sigvec 2 , +.Xr alarm 3 , .Xr signal 3 , .Xr sleep 3 , -.Xr alarm 3 , .Xr usleep 3 .Sh HISTORY The diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index 630e386..66b317a 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -72,12 +72,12 @@ such a function would not restart after signals, but would not interfere with other uses of .Xr setitimer . .Sh SEE ALSO -.Xr setitimer 2 , .Xr getitimer 2 , +.Xr setitimer 2 , .Xr sigpause 2 , -.Xr ualarm 3 , +.Xr alarm 3 , .Xr sleep 3 , -.Xr alarm 3 +.Xr ualarm 3 .Sh HISTORY The .Fn usleep diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index 7c6ed92..785a945 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -73,8 +73,8 @@ function may fail and set for any of the errors specified for the library function .Xr utimes 2 . .Sh SEE ALSO -.Xr utimes 2 , -.Xr stat 2 +.Xr stat 2 , +.Xr utimes 2 .Sh HISTORY A .Fn utime -- cgit v1.1