diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 | 
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 | 
| commit | 75141cc9877bd4c86b39c602f68ae5dc205cefdb (patch) | |
| tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/sys | |
| parent | 179604044813b13b6c13ecb74de46206ad287e49 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
40 files changed, 74 insertions, 74 deletions
| diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index 712f0cb936d8..ddb813745667 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -98,7 +98,7 @@ The process's effective user ID is not that of the super-user.  .Xr date 1 ,  .Xr gettimeofday 2 ,  .Xr timed 8 , -.Xr timedc 8 , +.Xr timedc 8  .Rs  .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"  .%A R. Gusella diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 97f87ff4ac02..209485262519 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -136,9 +136,9 @@ An empty pathname was specified.  .El  .Sh SEE ALSO  .Xr connect 2 , +.Xr getsockname 2 ,  .Xr listen 2 , -.Xr socket 2 , -.Xr getsockname 2 +.Xr socket 2  .Sh HISTORY  The  .Fn bind diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index b587208e8501..6867fcb9ec86 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -132,8 +132,8 @@ to support the expansion.  .Sh SEE ALSO  .Xr execve 2 ,  .Xr getrlimit 2 , -.Xr malloc 3 , -.Xr end 3 +.Xr end 3 , +.Xr malloc 3  .Sh BUGS  Setting the break may fail due to a temporary lack of  swap space.  It is not possible to distinguish this diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 18b1ebdf0ed8..683f3da87ac4 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -160,8 +160,8 @@ An I/O error occurred while reading from or writing to the file system.  .El  .Sh SEE ALSO  .Xr chmod 1 , -.Xr open 2 ,  .Xr chown 2 , +.Xr open 2 ,  .Xr stat 2 ,  .Xr sticky 8  .Sh STANDARDS diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index d8b449be9b95..2b4d6b83332f 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -125,10 +125,10 @@ The named file resides on a read-only file system.  An I/O error occurred while reading from or writing to the file system.  .El  .Sh SEE ALSO -.Xr chown 8 ,  .Xr chgrp 1 ,  .Xr chmod 2 , -.Xr flock 2 +.Xr flock 2 , +.Xr chown 8  .Sh STANDARDS  The  .Fn chown diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 0923c73d6025..2750fbef09bc 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -130,13 +130,13 @@ An interrupt was received.  .El  .Sh SEE ALSO  .Xr accept 2 , +.Xr execve 2 , +.Xr fcntl 2 ,  .Xr flock 2 ,  .Xr open 2 ,  .Xr pipe 2 ,  .Xr socket 2 , -.Xr socketpair 2 , -.Xr execve 2 , -.Xr fcntl 2 +.Xr socketpair 2  .Sh STANDARDS  The  .Fn close diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index 7302647474d7..446fab52608b 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -159,9 +159,9 @@ Too many symbolic links were encountered in translating the pathname.  .El  .Sh SEE ALSO  .Xr accept 2 , +.Xr getsockname 2 ,  .Xr select 2 , -.Xr socket 2 , -.Xr getsockname 2 +.Xr socket 2  .Sh HISTORY  The  .Fn connect diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2 index d3ea74e84155..8f7f1eb9c2de 100644 --- a/lib/libc/sys/dup.2 +++ b/lib/libc/sys/dup.2 @@ -164,13 +164,13 @@ Too many descriptors are active.  .El  .Sh SEE ALSO  .Xr accept 2 , -.Xr open 2 ,  .Xr close 2 ,  .Xr fcntl 2 , +.Xr getdtablesize 2 , +.Xr open 2 ,  .Xr pipe 2 ,  .Xr socket 2 , -.Xr socketpair 2 , -.Xr getdtablesize 2 +.Xr socketpair 2  .Sh STANDARDS  The  .Fn dup diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2 index 40edd3c8a66a..966f7a95ce88 100644 --- a/lib/libc/sys/flock.2 +++ b/lib/libc/sys/flock.2 @@ -159,11 +159,11 @@ The argument  refers to an object that does not support file locking.  .El  .Sh SEE ALSO -.Xr open 2 ,  .Xr close 2 ,  .Xr dup 2 ,  .Xr execve 2 , -.Xr fork 2 +.Xr fork 2 , +.Xr open 2  .Sh HISTORY  The  .Fn flock diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2 index af1ca7a17e65..42857bb4de25 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -166,8 +166,8 @@ An  error occurred while reading from or writing to the file system.  .El  .Sh SEE ALSO -.Xr open 2 , -.Xr lseek 2 +.Xr lseek 2 , +.Xr open 2  .Sh HISTORY  The  .Fn getdirentries diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2 index 21a7cc270005..987f2a37d860 100644 --- a/lib/libc/sys/getgid.2 +++ b/lib/libc/sys/getgid.2 @@ -69,8 +69,8 @@ functions are always successful, and no return value is reserved to  indicate an error.  .Sh SEE ALSO  .Xr getuid 2 , -.Xr setregid 2 , -.Xr setgid 2 +.Xr setgid 2 , +.Xr setregid 2  .Sh STANDARDS  The  .Fn getgid diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index 4e531885c571..d4534af303d1 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -156,9 +156,9 @@ parameter specified a time that was too large  to be handled.  .El  .Sh SEE ALSO +.Xr gettimeofday 2 ,  .Xr select 2 ,  .Xr sigvec 2 , -.Xr gettimeofday 2 ,  .Xr clocks 7  .Sh HISTORY  The diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2 index abfe0c9c33d7..b9b6a0361699 100644 --- a/lib/libc/sys/getpeername.2 +++ b/lib/libc/sys/getpeername.2 @@ -104,8 +104,8 @@ process address space.  .Sh SEE ALSO  .Xr accept 2 ,  .Xr bind 2 , -.Xr socket 2 , -.Xr getsockname 2 +.Xr getsockname 2 , +.Xr socket 2  .Sh HISTORY  The  .Fn getpeername diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index f848938c5919..a1d5f7963cba 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -120,8 +120,8 @@ is not valid.  .Xr mt 1 ,  .Xr execve 2 ,  .Xr fcntl 2 , -.Xr tty 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr tty 4  .Sh HISTORY  An  .Fn ioctl diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 3d53ada49959..418b75108c7c 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -120,8 +120,8 @@ When signaling a process group, this error is returned if any members  of the group could not be signaled.  .El  .Sh SEE ALSO -.Xr getpid 2 ,  .Xr getpgrp 2 , +.Xr getpid 2 ,  .Xr killpg 2 ,  .Xr sigaction 2  .Sh STANDARDS diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 213fe9bff791..89baa51e7c3e 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -154,8 +154,8 @@ Too many symbolic links were encountered in translating the pathname.  An I/O error occurred while reading from or writing to the file system.  .El  .Sh SEE ALSO -.Xr ktrace 1 , -.Xr kdump 1 +.Xr kdump 1 , +.Xr ktrace 1  .Sh HISTORY  A  .Nm ktrace diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index a616a2cc580f..855a032cae53 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -210,13 +210,13 @@ parameter wasn't available.  .Dv MAP_ANON  was specified and insufficient memory was available.  .Sh "SEE ALSO" -.Xr msync 2 , -.Xr munmap 2 , -.Xr mprotect 2 ,  .Xr madvise 2 ,  .Xr mincore 2 ,  .Xr mlock 2 , +.Xr mprotect 2 , +.Xr msync 2 ,  .Xr munlock 2 , +.Xr munmap 2 ,  .Xr getpagesize 3  .Sh BUGS diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 0fc39d3b5dfe..82c7f2211a26 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -327,9 +327,9 @@ or  mount can also fail if the maximum number of filesystems are currently  mounted.  .Sh SEE ALSO +.Xr mfs 8 ,  .Xr mount 8 , -.Xr umount 8 , -.Xr mfs 8 +.Xr umount 8  .Sh BUGS  Some of the error codes need translation to more obvious messages.  .Sh HISTORY diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index b1c3b3e3a8d8..f21ff295c307 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -87,7 +87,7 @@ was both MS_ASYNC and MS_INVALIDATE. Only one of these flags is allowed.  .Xr madvise 2 ,  .Xr mincore 2 ,  .Xr mprotect 2 , -.Xr munmap 2 , +.Xr munmap 2  .Sh HISTORY  The  .Fn msync diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index c7aba9e7f844..208dc0bbd891 100644 --- a/lib/libc/sys/munmap.2 +++ b/lib/libc/sys/munmap.2 @@ -71,8 +71,8 @@ valid address space.  .Sh "SEE ALSO"  .Xr madvise 2 ,  .Xr mincore 2 , -.Xr msync 2 ,  .Xr mprotect 2 , +.Xr msync 2 ,  .Xr munmap 2 ,  .Xr getpagesize 3  .Sh HISTORY diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2 index e113fd0a46e3..4ba28610ddcb 100644 --- a/lib/libc/sys/nfssvc.2 +++ b/lib/libc/sys/nfssvc.2 @@ -215,8 +215,8 @@ as explained above.  The caller is not the super-user.  .El  .Sh SEE ALSO -.Xr nfsd 8 ,  .Xr mount_nfs 8 , +.Xr nfsd 8 ,  .Xr nfsiod 8  .Sh HISTORY  The diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 7dcaeafd1138..11d290628a44 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -276,8 +276,8 @@ An attempt was made to open a socket (not currently implemented).  .Xr getdtablesize 2 ,  .Xr lseek 2 ,  .Xr read 2 , -.Xr write 2 , -.Xr umask 2 +.Xr umask 2 , +.Xr write 2  .Sh HISTORY  An  .Fn open diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2 index 9a03c8448e45..d50c94f2d0cb 100644 --- a/lib/libc/sys/pipe.2 +++ b/lib/libc/sys/pipe.2 @@ -107,10 +107,10 @@ space.  .El  .Sh SEE ALSO  .Xr sh 1 , -.Xr read 2 , -.Xr write 2 ,  .Xr fork 2 , -.Xr socketpair 2 +.Xr read 2 , +.Xr socketpair 2 , +.Xr write 2  .Sh HISTORY  A  .Fn pipe diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index a7bfa2e36d2b..999f0d45064c 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -280,9 +280,9 @@ on a process in violation of the requirements listed under  above.  .El  .Sh SEE ALSO +.Xr execve 2 ,  .Xr sigaction 2 ,  .Xr wait 2 , -.Xr execve 2 ,  .Xr execv 3  .Sh HISTORY  A diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 02f841b383e7..575102249f61 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -252,9 +252,9 @@ address space.  .El  .Sh SEE ALSO  .Xr fcntl 2 , +.Xr getsockopt 2 ,  .Xr read 2 ,  .Xr select 2 , -.Xr getsockopt 2 ,  .Xr socket 2  .Sh HISTORY  The diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 1ba7b56581f5..4a541497c3ef 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -127,10 +127,10 @@ Both the RFFDG and the RFCFDG flags were specified.  There is insufficient swap space for the new process.  .El  .Sh SEE ALSO -.Xr intro 2 ,  .Xr fork 2 , -.Xr vfork 2 , -.Xr minherit 2 +.Xr intro 2 , +.Xr minherit 2 , +.Xr vfork 2  .Sh HISTORY  The  .Fn rfork diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2 index f82cc8bb1f7d..63a3b6417e93 100644 --- a/lib/libc/sys/rtprio.2 +++ b/lib/libc/sys/rtprio.2 @@ -98,9 +98,9 @@ The specified process was not found.  The original author was Henrik Vestergaard Draboel - hvd@terry.ping.dk. This  implementation in FreeBSD was substantially rewritten by David Greenman.  .Sh SEE ALSO -.Xr rtprio 1 ,  .Xr nice 1 ,  .Xr ps 1 , +.Xr rtprio 1 ,  .Xr setpriority 2 ,  .Xr nice 3 ,  .Xr renice 8 diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index ef24a7d19b1b..f1978c142ef9 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -188,5 +188,5 @@ Too many operations were specified.  .Fa sem_num  was not in the range of valid semaphores for the set.  .Sh SEE ALSO -.Xr semget 2 , -.Xr semctl 2 +.Xr semctl 2 , +.Xr semget 2 diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index abeadb6b9e6d..ac9451a404a5 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -167,9 +167,9 @@ but may be caused by transient congestion.  .El  .Sh SEE ALSO  .Xr fcntl 2 , +.Xr getsockopt 2 ,  .Xr recv 2 ,  .Xr select 2 , -.Xr getsockopt 2 ,  .Xr socket 2 ,  .Xr write 2  .Sh HISTORY diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index cfd8cbffef63..81f5516a14b5 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -122,8 +122,8 @@ If the user is not the super user, or the uid  specified is not the real, effective ID, or saved ID,  these functions return \-1.  .Sh SEE ALSO -.Xr getuid 2 , -.Xr getgid 2 +.Xr getgid 2 , +.Xr getuid 2  .Sh STANDARDS  The  .Fn setuid diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 72b5287f4083..bae729e5f5e5 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -106,5 +106,5 @@ will fail if:  .Fa addr  does not point to a shared memory segment.  .Sh "SEE ALSO" -.Xr shmget 2 , -.Xr shmctl 2 +.Xr shmctl 2 , +.Xr shmget 2 diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2 index c704467d22c2..6f684a7698e3 100644 --- a/lib/libc/sys/shmctl.2 +++ b/lib/libc/sys/shmctl.2 @@ -130,7 +130,7 @@ the shared memory segment's owner or creator.  Permission denied due to mismatch between operation and mode of  shared memory segment.  .Sh "SEE ALSO" -.Xr shmget 2 ,  .Xr shmat 2 ,  .Xr shmdt 2 , +.Xr shmget 2 ,  .Xr ftok 3 diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index 8c93fd25c14d..27bf16fdd1d4 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -132,7 +132,7 @@ corresponding to  already exists.  .Pp  .Sh "SEE ALSO"  -.Xr shmctl 2 ,  .Xr shmat 2 , +.Xr shmctl 2 ,  .Xr shmdt 2 ,  .Xr ftok 3 diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 2f939cfc004c..36d0ef00f038 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -369,15 +369,15 @@ and  are intended for backwards compatability with other operating systems.  .Sh SEE ALSO  .Xr kill 1 , -.Xr ptrace 2 ,  .Xr kill 2 , +.Xr ptrace 2 ,  .Xr sigaction 2 , -.Xr sigprocmask 2 , -.Xr sigsuspend 2 , +.Xr sigaltstack 2 ,  .Xr sigblock 2 , -.Xr sigsetmask 2 ,  .Xr sigpause 2 , -.Xr sigaltstack 2 , +.Xr sigprocmask 2 , +.Xr sigsetmask 2 , +.Xr sigsuspend 2 ,  .Xr sigvec 2 ,  .Xr setjmp 3 ,  .Xr siginterrupt 3 , diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 9f6685cad232..af1b574ded97 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -110,8 +110,8 @@ has a value other than those listed here.  .Sh SEE ALSO  .Xr kill 2 ,  .Xr sigaction 2 , -.Xr sigsetops 3 , -.Xr sigsuspend 2 +.Xr sigsuspend 2 , +.Xr sigsetops 3  .Sh STANDARDS  The  .Fn sigprocmask diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2 index 33c4b3389a49..0c77bcb3ea6b 100644 --- a/lib/libc/sys/sigsuspend.2 +++ b/lib/libc/sys/sigsuspend.2 @@ -69,8 +69,8 @@ always terminates by being interrupted, returning -1 with  set to  .Dv EINTR .  .Sh SEE ALSO -.Xr sigprocmask 2 ,  .Xr sigaction 2 , +.Xr sigprocmask 2 ,  .Xr sigsetops 3  .Sh STANDARDS  The diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index c9c5f71e2418..cadaf2ac79e3 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -241,7 +241,6 @@ The socket cannot be created until sufficient resources are freed.  .Xr accept 2 ,  .Xr bind 2 ,  .Xr connect 2 , -.Xr getprotoent 3 ,  .Xr getsockname 2 ,  .Xr getsockopt 2 ,  .Xr ioctl 2 , @@ -252,7 +251,8 @@ The socket cannot be created until sufficient resources are freed.  .Xr send 2 ,  .Xr shutdown 2 ,  .Xr socketpair 2 , -.Xr write 2 +.Xr write 2 , +.Xr getprotoent 3  .Rs  .%T "An Introductory 4.3 BSD Interprocess Communication Tutorial"  .%B PS1 diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index f48e496b9902..62aef7646a61 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -77,9 +77,9 @@ The address  does not specify a valid part of the  process address space.  .Sh SEE ALSO +.Xr pipe 2 ,  .Xr read 2 , -.Xr write 2 , -.Xr pipe 2 +.Xr write 2  .Sh BUGS  This call is currently implemented only for the  .Tn UNIX diff --git a/lib/libc/sys/swapon.2 b/lib/libc/sys/swapon.2 index 16a0125b38dc..b684da1a30ad 100644 --- a/lib/libc/sys/swapon.2 +++ b/lib/libc/sys/swapon.2 @@ -97,8 +97,8 @@ An I/O error occurred while opening the swap device.  .Fa Special  points outside the process's allocated address space.  .Sh SEE ALSO -.Xr swapon 8 , -.Xr config 8 +.Xr config 8 , +.Xr swapon 8  .Sh BUGS  There is no way to stop swapping on a disk so that the pack may be  dismounted. diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 2d5afa495f37..ce1fa7e86876 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -127,8 +127,8 @@ points outside the process's allocated address space.  .Xr link 2 ,  .Xr lstat 2 ,  .Xr readlink 2 , -.Xr symlink 7 , -.Xr unlink 2 +.Xr unlink 2 , +.Xr symlink 7  .Sh HISTORY  The  .Fn symlink | 
