diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-03 14:46:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-03 14:46:33 +0000 |
| commit | 513641e110444226876f4f2b96f2cd4781189136 (patch) | |
| tree | 6e85a72787938ad057e011e6596fd925bfc8926c /lib/libc | |
| parent | 9bbc1e268eaff37debfabdedeefa241450978f32 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/compat-43/setruid.3 | 10 | ||||
| -rw-r--r-- | lib/libc/stdio/ungetc.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/exit.3 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/semop.2 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/shmctl.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/socket.2 | 6 |
6 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3 index 7342b21f7447..db05a3413811 100644 --- a/lib/libc/compat-43/setruid.3 +++ b/lib/libc/compat-43/setruid.3 @@ -62,12 +62,12 @@ functions return \-1. The use of these calls is not portable. Their use is discouraged; they will be removed in the future. .Sh SEE ALSO -.Xr setuid 2 , -.Xr setgid 2 , -.Xr seteuid 2 , -.Xr setegid 2 , +.Xr getgid 2 , .Xr getuid 2 , -.Xr getgid 2 +.Xr setegid 2 , +.Xr seteuid 2 , +.Xr setgid 2 , +.Xr setuid 2 .Sh HISTORY The .Fn setruid diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index e88b64f028c2..e5c68d0640b5 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -85,8 +85,8 @@ character equals .Dv EOF , the operation will fail and the stream will remain unchanged. .Sh SEE ALSO -.Xr getc 3 , .Xr fseek 3 , +.Xr getc 3 , .Xr setvbuf 3 .Sh STANDARDS The diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 8beca7c6fae8..de9127659ea2 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -79,8 +79,8 @@ never returns. .Xr _exit 2 , .Xr atexit 3 , .Xr intro 3 , -.Xr tmpfile 3 , -.Xr sysexits 3 +.Xr sysexits 3 , +.Xr tmpfile 3 .Sh STANDARDS The .Fn exit diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index 70e643a7c5b4..9d07893dd97c 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: semop.2,v 1.1 1995/10/03 19:17:19 joerg Exp $ +.\" $Id$ .\" .Dd September 22, 1995 .Dt 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/shmctl.2 b/lib/libc/sys/shmctl.2 index 59036f20dc6a..ae78ebcee1d1 100644 --- a/lib/libc/sys/shmctl.2 +++ b/lib/libc/sys/shmctl.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: shmctl.2,v 1.1 1995/10/03 19:17:21 joerg Exp $ +.\" $Id$ .\" .Dd July 17, 1995 .Dt 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/socket.2 b/lib/libc/sys/socket.2 index 7482150db8fd..b069b5781fce 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93 -.\" $Id: socket.2,v 1.2 1995/02/15 22:53:04 wollman Exp $ +.\" $Id$ .\" .Dd February 15, 1995 .Dt 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 |
