aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-02-11 22:38:05 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-02-11 22:38:05 +0000
commit78b0b234eb5a179413189a3e2561e894c9c18135 (patch)
tree88dc95b3030f35aa0317c9879f6efa7e9605d2d5
parentf3e79aa7054c104c387c504e6e55ec6a4a29b593 (diff)
downloadsrc-78b0b234eb5a179413189a3e2561e894c9c18135.tar.gz
src-78b0b234eb5a179413189a3e2561e894c9c18135.zip
Correct a bunch of man page cross references and generally
try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Notes
Notes: svn path=/head/; revision=14038
-rw-r--r--bin/hostname/hostname.14
-rw-r--r--gnu/usr.sbin/yppasswdd/yppasswdd.88
-rw-r--r--lib/libc/compat-43/gethostid.34
-rw-r--r--lib/libc/gen/Makefile.inc4
-rw-r--r--lib/libc/gen/err.35
-rw-r--r--lib/libc/gen/exec.35
-rw-r--r--lib/libc/gen/getbootfile.36
-rw-r--r--lib/libc/gen/getdomainname.36
-rw-r--r--lib/libc/gen/gethostname.34
-rw-r--r--lib/libc/gen/getloadavg.34
-rw-r--r--lib/libc/gen/getpwent.36
-rw-r--r--lib/libc/gen/setjmp.33
-rw-r--r--lib/libc/gen/tcgetpgrp.32
-rw-r--r--lib/libc/gen/tcsetpgrp.32
-rw-r--r--lib/libc/locale/euc.42
-rw-r--r--lib/libc/locale/euc.52
-rw-r--r--lib/libc/net/ethers.36
-rw-r--r--lib/libc/stdlib/abort.32
-rw-r--r--lib/libc/stdlib/alloca.34
-rw-r--r--lib/libc/stdlib/malloc.34
-rw-r--r--lib/libc/stdtime/time2posix.32
-rw-r--r--lib/libc/sys/execve.23
-rw-r--r--lib/libc/sys/getgid.22
-rw-r--r--lib/libc/sys/getpid.22
-rw-r--r--lib/libc/sys/getrlimit.23
-rw-r--r--lib/libc/sys/getsockopt.26
-rw-r--r--lib/libc/sys/listen.26
-rw-r--r--lib/libc/sys/mmap.24
-rw-r--r--lib/libc/sys/munmap.24
-rw-r--r--lib/libc/sys/rtprio.26
-rw-r--r--lib/libc/sys/setsid.22
-rw-r--r--lib/libc/sys/wait.29
-rw-r--r--lib/libcompat/4.1/ftime.32
-rw-r--r--lib/libcompat/4.1/vtimes.34
-rw-r--r--lib/libcompat/4.4/cuserid.34
-rw-r--r--lib/libipx/ipx.34
-rw-r--r--libexec/makekey/makekey.81
-rw-r--r--libexec/ypxfr/ypxfr.86
-rw-r--r--sbin/rdisc/rdisc.86
-rw-r--r--sbin/reboot/reboot.84
-rw-r--r--share/man/man4/cd.44
-rw-r--r--share/man/man4/esis.42
-rw-r--r--share/man/man4/fdc.42
-rw-r--r--share/man/man4/fpa.43
-rw-r--r--share/man/man4/intro.44
-rw-r--r--share/man/man4/man4.i386/fdc.42
-rw-r--r--share/man/man4/man4.i386/fe.48
-rw-r--r--share/man/man4/man4.i386/lpt.46
-rw-r--r--share/man/man8/man8.alpha/MAKEDEV.82
-rw-r--r--share/man/man8/man8.i386/MAKEDEV.82
-rw-r--r--share/termcap/termcap.52
-rw-r--r--usr.bin/logname/logname.12
-rw-r--r--usr.bin/mkfifo/mkfifo.13
-rw-r--r--usr.bin/pagesize/pagesize.14
-rw-r--r--usr.bin/showmount/showmount.82
-rw-r--r--usr.bin/symorder/symorder.16
-rw-r--r--usr.bin/vacation/vacation.15
-rw-r--r--usr.bin/ypcat/ypcat.14
-rw-r--r--usr.bin/ypmatch/ypmatch.14
-rw-r--r--usr.sbin/IPXrouted/IPXrouted.82
-rw-r--r--usr.sbin/kbdmap/kbdmap.16
-rw-r--r--usr.sbin/lpr/lpd/lpd.86
-rw-r--r--usr.sbin/mtree/mtree.86
-rw-r--r--usr.sbin/named/named.82
-rw-r--r--usr.sbin/ncrcontrol/ncrcontrol.85
-rw-r--r--usr.sbin/pcvt/ispcvt/ispcvt.82
-rw-r--r--usr.sbin/pcvt/loadfont/loadfont.13
-rw-r--r--usr.sbin/pcvt/scon/scon.12
-rw-r--r--usr.sbin/rtprio/rtprio.15
-rw-r--r--usr.sbin/sendmail/src/sendmail.84
-rw-r--r--usr.sbin/ypbind/ypbind.88
-rw-r--r--usr.sbin/yppush/yppush.86
-rw-r--r--usr.sbin/ypserv/ypserv.810
73 files changed, 152 insertions, 145 deletions
diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1
index 8235045fb25f..68548f748813 100644
--- a/bin/hostname/hostname.1
+++ b/bin/hostname/hostname.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hostname.1 8.1 (Berkeley) 5/31/93
-.\" $Id$
+.\" $Id: hostname.1,v 1.2 1994/09/24 02:55:40 davidg Exp $
.\"
.Dd May 31, 1993
.Dt HOSTNAME 1
@@ -58,7 +58,7 @@ Trims off any domain information from the printed
name.
.El
.Sh SEE ALSO
-.Xr gethostname 2
+.Xr gethostname 3
.Sh HISTORY
The
.Nm hostname
diff --git a/gnu/usr.sbin/yppasswdd/yppasswdd.8 b/gnu/usr.sbin/yppasswdd/yppasswdd.8
index 1a47ad17ad83..7dd6c30afb1d 100644
--- a/gnu/usr.sbin/yppasswdd/yppasswdd.8
+++ b/gnu/usr.sbin/yppasswdd/yppasswdd.8
@@ -178,14 +178,14 @@ Raw local password database (only used when
.Fl m
option isn't supplied)
.Sh SEE ALSO
-.Xr passwd 5 ,
.Xr passwd 1 ,
-.Xr portmap 8 ,
-.Xr yppasswd 1 ,
+.Xr ypcat 1 ,
.Xr ypchsh 1 ,
.Xr ypchfn 1 ,
+.Xr yppasswd 1 ,
+.Xr passwd 5 ,
.Xr ypserv 8 ,
-.Xr ypcat 8 .
+.Xr portmap 8 .
.Sh COPYRIGHT
.Nm yppasswdd
is copyright (C) Olaf Kirch. You can use and distribute it
diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3
index 8f56a282f2dd..72222cc57287 100644
--- a/lib/libc/compat-43/gethostid.3
+++ b/lib/libc/compat-43/gethostid.3
@@ -57,10 +57,10 @@ returns the 32-bit identifier for the current processor.
.Pp
This function has been deprecated.
The hostid should be set or retrieved by use of
-.Xr sysctl 2 .
+.Xr sysctl 3 .
.Sh SEE ALSO
-.Xr sysctl 2 ,
.Xr gethostname 3 ,
+.Xr sysctl 3 ,
.Xr sysctl 8 .
.Sh BUGS
32 bits for the identifier is too small.
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 3809f449f571..4ce40f04ade6 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -1,5 +1,5 @@
# From: @(#)Makefile.inc 8.3 (Berkeley) 4/16/94
-# $Id: Makefile.inc,v 1.16 1995/05/30 05:40:08 rgrimes Exp $
+# $Id: Makefile.inc,v 1.17 1996/01/22 00:00:45 julian Exp $
# machine-independent gen sources
.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen
@@ -62,7 +62,7 @@ MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
directory.3 telldir.3
MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
- exec.3 execvp.3
+ exec.3 execvp.3 exec.3 exect.3
MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
err.3 warnx.3 err.3 vwarnx.3
MLINKS+=isinf.3 isnan.3
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3
index a80edeb4c607..da260c9cbb7e 100644
--- a/lib/libc/gen/err.3
+++ b/lib/libc/gen/err.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)err.3 8.1 (Berkeley) 6/9/93
-.\" $Id$
+.\" $Id: err.3,v 1.2 1995/04/13 18:04:05 wollman Exp $
.\"
.Dd April 13, 1995
.Dt ERR 3
@@ -107,7 +107,7 @@ functions do not return, but exit with the value of the argument
The
.Fn err_set_exit
function can be used to specify a function which is called before
-.Xr exit 2
+.Xr exit 3
to perform any necessary cleanup; passing a null function pointer for
.Va exitf
resets the hook to do nothing.
@@ -135,6 +135,7 @@ if ((fd = open(block_device, O_RDONLY, 0)) == -1)
err(1, "%s", block_device);
.Ed
.Sh SEE ALSO
+.Xr exit 3 ,
.Xr strerror 3
.Sh HISTORY
The
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 3438becdeab5..5c74adaa7987 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -213,10 +213,9 @@ for any of the errors specified for the library function
.Xr sh 1 ,
.Xr execve 2 ,
.Xr fork 2 ,
-.Xr trace 2 ,
-.Xr environ 7 ,
+.Xr ktrace 2 ,
.Xr ptrace 2 ,
-.Xr environ 7 ,
+.Xr environ 7 .
.Sh COMPATIBILITY
Historically, the default path for the
.Fn execlp
diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3
index cfab748d529a..b411050dfc2d 100644
--- a/lib/libc/gen/getbootfile.3
+++ b/lib/libc/gen/getbootfile.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)gethostname.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: getbootfile.3,v 1.1 1994/09/23 20:21:59 wollman Exp $
.\"
.Dd September 23, 1994
.Dt GETBOOTFILE 3
@@ -48,7 +48,7 @@ The
function retrieves the full pathname of the file from which the
current kernel was loaded, and returns a static pointer to the name.
A read/write interface to this information is available via the
-.Xr sysctl 2
+.Xr sysctl 3
MIB variable
.Dq Li kern.bootfile .
.Sh RETURN VALUES
@@ -57,7 +57,7 @@ fails, a a null pointer is returned and an error code is
placed in the global location
.Va errno .
.Sh SEE ALSO
-.Xr sysctl 2
+.Xr sysctl 3
.Sh BUGS
If the boot blocks have not been modified to pass this information into
the kernel at boot time, the static string
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3
index 8ba5995017ad..9b844344d512 100644
--- a/lib/libc/gen/getdomainname.3
+++ b/lib/libc/gen/getdomainname.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getdomainname.2 6.7 (Berkeley) 3/10/91
-.\" $Id: getdomainname.2,v 1.1 1993/10/25 03:11:30 rgrimes Exp $
+.\" $Id: getdomainname.3,v 1.1 1994/12/18 14:06:39 guido Exp $
.\"
.Dd March 10, 1991
.Dt GETDOMAINNAME 3
@@ -83,8 +83,8 @@ invalid address.
The caller tried to set the domainname and was not the super-user.
.El
.Sh SEE ALSO
-.Xr sysctl 2
-.Xr gethostid 3
+.Xr gethostid 3 ,
+.Xr sysctl 3
.Sh BUGS
Host names are limited to
.Dv MAXHOSTNAMELEN
diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3
index fcb0303d7bb1..88ccf3a77e40 100644
--- a/lib/libc/gen/gethostname.3
+++ b/lib/libc/gen/gethostname.3
@@ -82,8 +82,8 @@ invalid address.
The caller tried to set the hostname and was not the super-user.
.El
.Sh SEE ALSO
-.Xr sysctl 2
-.Xr gethostid 3
+.Xr gethostid 3 ,
+.Xr sysctl 3
.Sh BUGS
Host names are limited to
.Dv MAXHOSTNAMELEN
diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3
index 2eafd5bf25f2..e451d672970b 100644
--- a/lib/libc/gen/getloadavg.3
+++ b/lib/libc/gen/getloadavg.3
@@ -55,8 +55,8 @@ If the load average was unobtainable, \-1 is returned; otherwise,
the number of samples actually retrieved is returned.
.Sh SEE ALSO
.Xr uptime 1 ,
-.Xr sysctl 2 ,
-.Xr kvm_getloadavg 3
+.Xr kvm_getloadavg 3 ,
+.Xr sysctl 3
.Sh HISTORY
The
.Fn getloadavg
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index e916b506ed60..a6a13212fb34 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -180,12 +180,12 @@ The current password file
A Version 7 format password file
.El
.Sh SEE ALSO
-.Xr getlogin 3 ,
+.Xr getlogin 2 ,
.Xr getgrent 3 ,
+.Xr yp 4 ,
.Xr passwd 5 ,
.Xr pwd_mkdb 8 ,
-.Xr vipw 8 ,
-.Xr yp 4
+.Xr vipw 8
.Sh HISTORY
The
.Nm getpwent ,
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 47cdfa5cfff7..b306c9cac4c2 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -44,7 +44,8 @@
.Nm setjmp ,
.Nm longjmp ,
.Nm _setjmp ,
-.Nm _longjmp longjmperror
+.Nm _longjmp ,
+.Nm longjmperror
.Nd non-local jumps
.Sh SYNOPSIS
.Fd #include <setjmp.h>
diff --git a/lib/libc/gen/tcgetpgrp.3 b/lib/libc/gen/tcgetpgrp.3
index e97c25627211..40f48b115d0c 100644
--- a/lib/libc/gen/tcgetpgrp.3
+++ b/lib/libc/gen/tcgetpgrp.3
@@ -68,7 +68,7 @@ underlying terminal device represented by
is not the controlling terminal.
.El
.Sh SEE ALSO
-.Xr setpgid 3 ,
+.Xr setpgid 2 ,
.Xr setsid 2 ,
.Xr tcsetpgrp 3
.Sh STANDARDS
diff --git a/lib/libc/gen/tcsetpgrp.3 b/lib/libc/gen/tcsetpgrp.3
index e1f8af00cb3e..9047e4c44cbe 100644
--- a/lib/libc/gen/tcsetpgrp.3
+++ b/lib/libc/gen/tcsetpgrp.3
@@ -89,7 +89,7 @@ argument does not match the process group ID of a process in the same
session as the calling process.
.El
.Sh SEE ALSO
-.Xr setpgid 3 ,
+.Xr setpgid 2 ,
.Xr setsid 2 ,
.Xr tcgetpgrp 3
.Sh STANDARDS
diff --git a/lib/libc/locale/euc.4 b/lib/libc/locale/euc.4
index 966b896b657f..9524a4dea503 100644
--- a/lib/libc/locale/euc.4
+++ b/lib/libc/locale/euc.4
@@ -38,7 +38,7 @@
.Dt EUC 4
.Os
.Sh NAME
-.Nm EUC
+.Nm euc
.Nd EUC encoding of runes
.Sh SYNOPSIS
\fBENCODING "EUC"\fP
diff --git a/lib/libc/locale/euc.5 b/lib/libc/locale/euc.5
index 966b896b657f..9524a4dea503 100644
--- a/lib/libc/locale/euc.5
+++ b/lib/libc/locale/euc.5
@@ -38,7 +38,7 @@
.Dt EUC 4
.Os
.Sh NAME
-.Nm EUC
+.Nm euc
.Nd EUC encoding of runes
.Sh SYNOPSIS
\fBENCODING "EUC"\fP
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index 337618e4288b..a24f177abdf7 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: ethers.3,v 1.1 1995/04/12 22:28:49 wpaul Exp $
.\"
.Dd April 12, 1995
.Dt ETHERS 3
@@ -169,8 +169,8 @@ maps in addition to the data in the
.Pa /etc/ethers
file.
.Sh SEE ALSO
-.Xr ethers 5 ,
-.Xr yp 8
+.Xr yp 4 ,
+.Xr ethers 5
.Sh BUGS
.Pp
The
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3
index 83b4e04f6fde..7be4ee6b8248 100644
--- a/lib/libc/stdlib/abort.3
+++ b/lib/libc/stdlib/abort.3
@@ -61,7 +61,7 @@ function
never returns.
.Sh SEE ALSO
.Xr sigaction 2 ,
-.Xr exit 2
+.Xr exit 3
.Sh STANDARDS
The
.Fn abort
diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3
index ad5aaf694900..498348c51dfc 100644
--- a/lib/libc/stdlib/alloca.3
+++ b/lib/libc/stdlib/alloca.3
@@ -59,10 +59,10 @@ If the allocation failed, a
pointer is returned.
.Sh SEE ALSO
.Xr brk 2 ,
-.Xr pagesize 2
.Xr calloc 3 ,
+.Xr getpagesize 3 ,
.Xr malloc 3 ,
-.Xr realloc 3 ,
+.Xr realloc 3
.Sh BUGS
The
.Fn alloca
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 9393b76aafe4..58d0ae45d224 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -162,9 +162,9 @@ function returns either a null pointer or a pointer
to the possibly moved allocated space.
.Sh SEE ALSO
.Xr brk 2 ,
-.Xr pagesize 2 ,
-.Xr calloc 3 ,
.Xr alloca 3 ,
+.Xr calloc 3 ,
+.Xr getpagesize 3 ,
.Xr memory 3
.Sh STANDARDS
The
diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3
index 846a52ed1931..740e532fdf73 100644
--- a/lib/libc/stdtime/time2posix.3
+++ b/lib/libc/stdtime/time2posix.3
@@ -115,5 +115,5 @@ degenerate to the identity function.
difftime(3),
localtime(3),
mktime(3),
-time(2)
+time(3)
.\" @(#)time2posix.3 7.3
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 2bfb0a2bc254..8375d68fc3c3 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -267,9 +267,10 @@ the real
is ``root'', then the program has some of the powers
of a super-user as well.
.Sh SEE ALSO
-.Xr exit 2 ,
+.Xr _exit 2 ,
.Xr fork 2 ,
.Xr execl 3 ,
+.Xr exit 3 ,
.Xr environ 7
.Sh HISTORY
The
diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2
index 52519d767c68..574c15a11eb2 100644
--- a/lib/libc/sys/getgid.2
+++ b/lib/libc/sys/getgid.2
@@ -70,7 +70,7 @@ indicate an error.
.Sh SEE ALSO
.Xr getuid 2 ,
.Xr setregid 2 ,
-.Xr setgid 3
+.Xr setgid 2
.Sh STANDARDS
.Fn Getgid
and
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2
index 5f77706f30f9..22f9257b5198 100644
--- a/lib/libc/sys/getpid.2
+++ b/lib/libc/sys/getpid.2
@@ -63,7 +63,7 @@ and
functions are always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
-.Xr gethostid 2
+.Xr gethostid 3
.Sh STANDARDS
.Fn Getpid
and
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index 4ef3258f17a2..33c3ddd86557 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -171,7 +171,8 @@ raised the maximum limit value, and the caller is not the super-user.
.El
.Sh SEE ALSO
.Xr csh 1 ,
-.Xr quota 2 ,
+.Xr quota 1 ,
+.Xr quotactl 2 ,
.Xr sigaltstack 2 ,
.Xr sigvec 2 ,
.Xr sysctl 3
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index e2ec25751e95..ee0ab7289fef 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94
-.\" $Id: getsockopt.2,v 1.2 1995/11/03 18:34:36 wollman Exp $
+.\" $Id: getsockopt.2,v 1.3 1996/01/22 00:01:59 julian Exp $
.\"
.Dd November 3, 1995
.Dt GETSOCKOPT 2
@@ -382,12 +382,12 @@ this error may also be returned if
is not in a valid part of the process address space.
.El
.Sh SEE ALSO
-.Xr sysctl 1 ,
.Xr ioctl 2 ,
.Xr socket 2 ,
.Xr getprotoent 3 ,
.Xr sysctl 3 ,
-.Xr protocols 5
+.Xr protocols 5 ,
+.Xr sysctl 8
.Sh BUGS
Several of the socket options should be handled at lower levels of the system.
.Sh HISTORY
diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2
index 6d2a64f14522..d9b31ec84fa6 100644
--- a/lib/libc/sys/listen.2
+++ b/lib/libc/sys/listen.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)listen.2 8.2 (Berkeley) 12/11/93
-.\" $Id: listen.2,v 1.3 1995/11/03 18:34:38 wollman Exp $
+.\" $Id: listen.2,v 1.4 1996/01/22 00:02:02 julian Exp $
.\"
.Dd November 3, 1995
.Dt LISTEN 2
@@ -123,11 +123,11 @@ The socket is not of a type that supports the operation
.Fn listen .
.El
.Sh SEE ALSO
-.Xr sysctl 1 ,
.Xr accept 2 ,
.Xr connect 2 ,
.Xr socket 2 ,
-.Xr sysctl 3
+.Xr sysctl 3 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 2ca868e3cff7..88684de1c671 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -202,14 +202,14 @@ parameter wasn't available.
.Dv MAP_ANON
was specified and insufficient memory was available.
.Sh "SEE ALSO"
-.Xr getpagesize 2 ,
.Xr msync 2 ,
.Xr munmap 2 ,
.Xr mprotect 2 ,
.Xr madvise 2 ,
.Xr mincore 2 ,
.Xr mlock 2 ,
-.Xr munlock 2
+.Xr munlock 2 ,
+.Xr getpagesize 3
.Sh BUGS
.Ar len
diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2
index d62ff37455db..5d14016e887d 100644
--- a/lib/libc/sys/munmap.2
+++ b/lib/libc/sys/munmap.2
@@ -68,12 +68,12 @@ parameter was negative, or
some part of the region being unmapped is not part of the currently
valid address space.
.Sh "SEE ALSO"
-.Xr getpagesize 2 ,
.Xr msync 2 ,
.Xr munmap 2 ,
.Xr mprotect 2 ,
.Xr madvise 2 ,
-.Xr mincore 2
+.Xr mincore 2 ,
+.Xr getpagesize 3
.Sh HISTORY
The
.Fn munmap
diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2
index c9957fd8fd21..7926e92b431f 100644
--- a/lib/libc/sys/rtprio.2
+++ b/lib/libc/sys/rtprio.2
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: $
+.\" $Id: rtprio.2,v 1.3 1995/08/05 07:31:19 bde Exp $
.\"
.Dd July 23, 1994
.Dt RTPRIO 2
@@ -101,6 +101,6 @@ implementation in FreeBSD was substantially rewritten by David Greenman.
.Xr rtprio 1 ,
.Xr nice 1 ,
.Xr ps 1 ,
-.Xr nice 2 ,
+.Xr setpriority 2 ,
+.Xr nice 3 ,
.Xr renice 8
-
diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2
index 48ac6a071785..404b1b81a008 100644
--- a/lib/libc/sys/setsid.2
+++ b/lib/libc/sys/setsid.2
@@ -68,7 +68,7 @@ group ID of a process other than the calling process matches the process
ID of the calling process.
.El
.Sh SEE ALSO
-.Xr setpgid 3 ,
+.Xr setpgid 2 ,
.Xr tcgetpgrp 3 ,
.Xr tcsetpgrp 3
.Sh STANDARDS
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index c0077b150ce8..cd9ab62750e7 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -156,7 +156,7 @@ One of the first three macros will evaluate to a non-zero (true) value:
True if the process terminated normally by a call to
.Xr _exit 2
or
-.Xr exit 2 .
+.Xr exit 3 .
.It Fn WIFSIGNALED status
True if the process terminated due to receipt of a signal.
.It Fn WIFSTOPPED status
@@ -178,7 +178,7 @@ is true, evaluates to the low-order 8 bits
of the argument passed to
.Xr _exit 2
or
-.Xr exit 2
+.Xr exit 3
by the child.
.It Fn WTERMSIG status
If
@@ -287,8 +287,9 @@ and the ability to restart a pending
.Fn wait
call are extensions to the POSIX interface.
.Sh SEE ALSO
-.Xr exit 2 ,
-.Xr sigaction 2
+.Xr _exit 2 ,
+.Xr sigaction 2 ,
+.Xr exit 3
.Sh HISTORY
A
.Nm
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3
index a9491af78669..61d02a6f0285 100644
--- a/lib/libcompat/4.1/ftime.3
+++ b/lib/libcompat/4.1/ftime.3
@@ -75,7 +75,7 @@ Daylight Saving time applies locally during the appropriate part of the year.
.Sh SEE ALSO
.Xr gettimeofday 2 ,
.Xr settimeofday 2 ,
-.Xr time 2 ,
+.Xr time 3 ,
.Xr ctime 3
.Sh HISTORY
The
diff --git a/lib/libcompat/4.1/vtimes.3 b/lib/libcompat/4.1/vtimes.3
index e02bb72c85fb..3edb7413366e 100644
--- a/lib/libcompat/4.1/vtimes.3
+++ b/lib/libcompat/4.1/vtimes.3
@@ -131,9 +131,9 @@ These numbers account only for real
data supplied by the caching mechanism is charged only
to the first process to read or write the data.
.Sh SEE ALSO
-.Xr time 2 ,
.Xr wait3 2 ,
-.Xr getrusage 2
+.Xr getrusage 2 ,
+.Xr time 3
.Sh HISTORY
The
.Fn vlimit
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index 944a9a704fe2..646f3530f03a 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -29,7 +29,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$
+.\" $Id: cuserid.3,v 1.1 1995/04/10 18:48:03 joerg Exp $
.\"
.Dd April 10, 1995
.Os
@@ -79,4 +79,4 @@ the buffer
will be filled with a null string.
.Sh SEE ALSO
.Xr getpwuid 3 ,
-.Xr geteuid 3 .
+.Xr geteuid 2 .
diff --git a/lib/libipx/ipx.3 b/lib/libipx/ipx.3
index 8e59fcc32bfb..b76cc39e83eb 100644
--- a/lib/libipx/ipx.3
+++ b/lib/libipx/ipx.3
@@ -107,9 +107,9 @@ Otherwise, it is converted as a decimal number.
None. (See
.Sx BUGS . )
.Sh SEE ALSO
+.Xr ns 4 ,
.Xr hosts 5 ,
-.Xr networks 5 ,
-.Xr ns 5 ,
+.Xr networks 5
.Sh HISTORY
The precursor
.Fn ns_addr
diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8
index c6ded2d942f3..94f35430ba3f 100644
--- a/libexec/makekey/makekey.8
+++ b/libexec/makekey/makekey.8
@@ -51,7 +51,6 @@ for more information on what characters the key and salt can contain
and how the encrypted value is calculated.
.Sh SEE ALSO
.Xr login 1 ,
-.Xr crypt 1 ,
.Xr crypt 3
.Sh HISTORY
A
diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8
index 5e41b08bf3ef..188f22b34329 100644
--- a/libexec/ypxfr/ypxfr.8
+++ b/libexec/ypxfr/ypxfr.8
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ypxfr.8,v 1.2 1995/12/25 02:54:39 wpaul Exp $
+.\" $Id: ypxfr.8,v 1.1.1.1 1995/12/25 03:07:13 wpaul Exp $
.\"
.Dd February 5, 1995
.Dt YPXFR 8
@@ -200,8 +200,8 @@ The name of the map to transfer.
The NIS maps for a particular NIS domain.
.El
.Sh SEE ALSO
+.Xr yp 4 ,
.Xr ypserv 8 ,
-.Xr yppush 8 ,
-.Xr yp 4
+.Xr yppush 8
.Sh AUTHOR
Bill Paul <wpaul@ctr.columbia.edu>
diff --git a/sbin/rdisc/rdisc.8 b/sbin/rdisc/rdisc.8
index 058e759afefc..ca51bea9bb8c 100644
--- a/sbin/rdisc/rdisc.8
+++ b/sbin/rdisc/rdisc.8
@@ -177,9 +177,9 @@ Set the interval between transmitting the
messages.
The default time is 600 seconds.
.SH "SEE ALSO"
-.BR routed (8C)
-.BR icmp (7),
-.BR inet (7)
+.BR routed (8)
+.BR icmp (4),
+.BR inet (4)
.LP
Deering, S.E.,ed
.RI `` "ICMP Router Discovery Messages" ,''
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8
index 03f372ee8cfa..3d2d7e795e1f 100644
--- a/sbin/reboot/reboot.8
+++ b/sbin/reboot/reboot.8
@@ -91,10 +91,10 @@ Normally, the
utility is used when the system needs to be halted or restarted, giving
users advance warning of their impending doom.
.Sh SEE ALSO
-.Xr sync 1 ,
.Xr utmp 5 ,
.Xr boot 8 ,
-.Xr shutdown 8
+.Xr shutdown 8 ,
+.Xr sync 8
.Sh HISTORY
A
.Nm reboot
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4
index 25871961066e..17d7b5d66339 100644
--- a/share/man/man4/cd.4
+++ b/share/man/man4/cd.4
@@ -366,10 +366,10 @@ devices
.Sh DIAGNOSTICS
None.
.Sh SEE ALSO
-.Xr disklabel 1 ,
.Xr scsi 4 ,
.Xr sd 4 ,
-.Xr disklabel 5
+.Xr disklabel 5 ,
+.Xr disklabel 8
.Sh BUGS
The names of the structures used for the third argument to
.Fn ioctl
diff --git a/share/man/man4/esis.4 b/share/man/man4/esis.4
index 8fa57be60dc6..e97adac31fb9 100644
--- a/share/man/man4/esis.4
+++ b/share/man/man4/esis.4
@@ -35,7 +35,7 @@
.Dt ESIS 4
.Os
.Sh NAME
-.Nm es-is
+.Nm esis
.Nd End System to Intermediate System Routing Protocol
.Sh SYNOPSIS
.Sy pseudo-device
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4
index b0bbdfbe5ab6..d15adc7b9da4 100644
--- a/share/man/man4/fdc.4
+++ b/share/man/man4/fdc.4
@@ -67,4 +67,4 @@ floppy tape (QIC40/80 driver source
.Sh SEE ALSO
.Xr disktab 5
.Xr fdformat 1
-.Xr ft 1
+.Xr ft 8
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4
index cd9de0e47da8..983a3fabb62b 100644
--- a/share/man/man4/fpa.4
+++ b/share/man/man4/fpa.4
@@ -10,8 +10,7 @@
.Sh NAME
.Nm fpa ,
.Nm fea
-.Nd
-Device Drivers for DEC FDDI Controllers
+.Nd Device Drivers for DEC FDDI Controllers
.Sh SYNOPSIS
.Cd "device fpa0"
.Cd "device fea0 at isa? net irq ? vector feaintr"
diff --git a/share/man/man4/intro.4 b/share/man/man4/intro.4
index 093cf9320ac5..6260982fa750 100644
--- a/share/man/man4/intro.4
+++ b/share/man/man4/intro.4
@@ -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$
+.\" $Id: intro.4,v 1.1 1996/01/21 14:01:49 joerg Exp $
.\"
.Dd January 20, 1996
.Dt INTRO 4
@@ -162,7 +162,7 @@ architecture
.Xr socket 2 ,
.Xr hier 7 ,
.Xr config 8 ,
-.Xr MAKEDEV 7 ,
+.Xr MAKEDEV 8 ,
.Xr devfs 5 Pq not yet existent .
.Sh AUTHORS
This man page has been written by
diff --git a/share/man/man4/man4.i386/fdc.4 b/share/man/man4/man4.i386/fdc.4
index b0bbdfbe5ab6..d15adc7b9da4 100644
--- a/share/man/man4/man4.i386/fdc.4
+++ b/share/man/man4/man4.i386/fdc.4
@@ -67,4 +67,4 @@ floppy tape (QIC40/80 driver source
.Sh SEE ALSO
.Xr disktab 5
.Xr fdformat 1
-.Xr ft 1
+.Xr ft 8
diff --git a/share/man/man4/man4.i386/fe.4 b/share/man/man4/man4.i386/fe.4
index aa61f9b917c6..dfcc0bfd3b3b 100644
--- a/share/man/man4/man4.i386/fe.4
+++ b/share/man/man4/man4.i386/fe.4
@@ -20,7 +20,7 @@
.\" Contributed by M.S. <seki@sysrap.cs.fujitsu.co.jp>
.\" for fe driver version 0.8
.\"
-.\" $Id$
+.\" $Id: fe.4,v 1.1 1995/04/23 18:54:40 wollman Exp $
.Dd April 23, 1995
.Dt FE 4
.Sh NAME
@@ -373,10 +373,10 @@ option is set to 3.
They are not documented, since they are for debugging purposes.
See the driver source program for level 3 messages.
.Sh SEE ALSO
+.Xr netstat 1 ,
.Xr netintro 4 ,
.Xr ed 4 ,
-.Xr ifconfig 8 ,
-.Xr netstat 8
+.Xr ifconfig 8
.Sh BUGS
Following are major known bugs.
.Pp
@@ -386,7 +386,7 @@ driver may no be accurate:
the
.Fi i
option of
-.Xr netstat 8
+.Xr netstat 1
sometimes shows slightly less value than true number of collisions.
.Pp
More mbuf clusters are consumed than expected.
diff --git a/share/man/man4/man4.i386/lpt.4 b/share/man/man4/man4.i386/lpt.4
index ad20a65b7a04..024243122642 100644
--- a/share/man/man4/man4.i386/lpt.4
+++ b/share/man/man4/man4.i386/lpt.4
@@ -55,7 +55,7 @@ This driver provides access to parallel ports.
The driver can be configured either to be either interrupt-driven, or
to poll the printer. Ports that are configured to be
interrupt-driven can be switched to polled mode by using the
-.Xr lptcontrol 1
+.Xr lptcontrol 8
command.
.sp
This driver replaces the functionality of the
@@ -67,13 +67,13 @@ driver, which is now defunct.
first parallel port driver
.El
.Sh SEE ALSO
-.Xr lptcontrol 1
+.Xr lptcontrol 8
.Sh BUGS
There are lots of them, especially in cheap parallel port implementations.
.sp
It is only possible to open a lpt port when a printer is connected and
on-line, making it impossible to run
-.Xr lptcontrol 1
+.Xr lptcontrol 8
when there is no printer connected.
.Pp
This driver could still stand a rewrite.
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8
index 1c134b5b9ab0..b96766ecdfc0 100644
--- a/share/man/man8/man8.alpha/MAKEDEV.8
+++ b/share/man/man8/man8.alpha/MAKEDEV.8
@@ -99,7 +99,7 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape
.SH FILES
/dev The special file directory.
.SH SEE ALSO
-.IR mknod (1),
.IR intro (4),
.IR config (8),
+.IR mknod (8),
.IR special (8)
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8
index 1c134b5b9ab0..b96766ecdfc0 100644
--- a/share/man/man8/man8.i386/MAKEDEV.8
+++ b/share/man/man8/man8.i386/MAKEDEV.8
@@ -99,7 +99,7 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape
.SH FILES
/dev The special file directory.
.SH SEE ALSO
-.IR mknod (1),
.IR intro (4),
.IR config (8),
+.IR mknod (8),
.IR special (8)
diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5
index 20b2ec661972..03d1a987fca2 100644
--- a/share/termcap/termcap.5
+++ b/share/termcap/termcap.5
@@ -1808,7 +1808,7 @@ Hash database file containing terminal descriptions (see
.Xr curses 3 ,
.Xr printf 3 ,
.Xr termcap 3 ,
-.Xr term 7
+.Xr term 5
.Sh CAVEATS AND BUGS
The
.Em Note :
diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1
index fbcdb3cd622b..afdb279d4c14 100644
--- a/usr.bin/logname/logname.1
+++ b/usr.bin/logname/logname.1
@@ -63,7 +63,7 @@ utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr who 1 ,
.Xr whoami 1 ,
-.Xr getlogin 3
+.Xr getlogin 2
.Sh STANDARDS
The
.Nm logname
diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1
index f0607a7d560b..c603aa84f670 100644
--- a/usr.bin/mkfifo/mkfifo.1
+++ b/usr.bin/mkfifo/mkfifo.1
@@ -62,9 +62,10 @@ utility is expected to be
compliant.
.Sh SEE ALSO
.Xr mkdir 1 ,
-.Xr mknod 1 ,
.Xr rm 1 ,
.Xr mkfifo 2
+.Xr mknod 2 ,
+.Xr mknod 8
.Sh HISTORY
The
.Nm
diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1
index 4beec29a2aa7..500f4e8ad706 100644
--- a/usr.bin/pagesize/pagesize.1
+++ b/usr.bin/pagesize/pagesize.1
@@ -43,11 +43,11 @@
.Nm Pagesize
prints the size of a page of memory in bytes, as
returned by
-.Xr getpagesize 2 .
+.Xr getpagesize 3 .
This program is useful in constructing portable
shell scripts.
.Sh SEE ALSO
-.Xr getpagesize 2
+.Xr getpagesize 3
.Sh HISTORY
The
.Nm pagesize
diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8
index 05c89a99b634..a3ba0c1b61a7 100644
--- a/usr.bin/showmount/showmount.8
+++ b/usr.bin/showmount/showmount.8
@@ -77,7 +77,7 @@ exports list
Use mount protocol Version 3, compatible with NFS Version 3.
.El
.Sh SEE ALSO
-.Xr mount 1 ,
+.Xr mount 8 ,
.Xr mountd 8
.Sh BUGS
The mount daemon running on the server only has an idea of the actual mounts,
diff --git a/usr.bin/symorder/symorder.1 b/usr.bin/symorder/symorder.1
index 2616ab3b9ef5..a609799688e3 100644
--- a/usr.bin/symorder/symorder.1
+++ b/usr.bin/symorder/symorder.1
@@ -86,9 +86,9 @@ listed in the
file was not found in the symbol
table, and >1 if an error occurs.
.Sh SEE ALSO
-.Xr nm 3 ,
-.Xr nlist 3 ,
-.Xr strip 3
+.Xr nm 1 ,
+.Xr strip 1 ,
+.Xr nlist 3
.Sh HISTORY
The
.Nm
diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1
index c48f6c5eec92..5cb31857328a 100644
--- a/usr.bin/vacation/vacation.1
+++ b/usr.bin/vacation/vacation.1
@@ -153,7 +153,7 @@ Fatal errors, such as calling
with incorrect arguments, or with non-existent
.Ar login Ns Ar s ,
are logged in the system log file, using
-.Xr syslog 8 .
+.Xr syslog 3 .
.Sh FILES
.Bl -tag -width "vacation.dirxxx" -compact
.It Pa ~/.vacation.db
@@ -162,8 +162,9 @@ database file
message to send
.El
.Sh SEE ALSO
+.Xr syslog 3 ,
.Xr sendmail 8 ,
-.Xr syslog 8
+.Xr syslogd 8
.Sh HISTORY
The
.Nm vacation
diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1
index d873b1f79164..f22c9f824575 100644
--- a/usr.bin/ypcat/ypcat.1
+++ b/usr.bin/ypcat/ypcat.1
@@ -26,7 +26,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: ypcat.1,v 1.1 1994/08/08 01:13:29 wollman Exp $
+.\" $Id: ypcat.1,v 1.2 1996/01/30 13:52:38 mpp Exp $
.\"
.Dd December 3, 1993
.Dt YPCAT 1
@@ -65,6 +65,6 @@ Display the map nickname table.
.El
.Sh SEE ALSO
.Xr ypmatch 1 ,
-.Xr yp 8
+.Xr yp 4
.Sh AUTHOR
Theo De Raadt
diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1
index 1a0b187af14b..83d11ce9e967 100644
--- a/usr.bin/ypmatch/ypmatch.1
+++ b/usr.bin/ypmatch/ypmatch.1
@@ -26,7 +26,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: ypmatch.1,v 1.1 1994/08/08 01:13:32 wollman Exp $
+.\" $Id: ypmatch.1,v 1.2 1996/01/30 13:52:43 mpp Exp $
.\"
.Dd December 3, 1993
.Dt YPMATCH 1
@@ -66,6 +66,6 @@ Display the map nickname table.
.El
.Sh SEE ALSO
.Xr ypcat 1 ,
-.Xr yp 8
+.Xr yp 4
.Sh AUTHOR
Theo De Raadt
diff --git a/usr.sbin/IPXrouted/IPXrouted.8 b/usr.sbin/IPXrouted/IPXrouted.8
index e43055eeafc1..3a1b0cd10967 100644
--- a/usr.sbin/IPXrouted/IPXrouted.8
+++ b/usr.sbin/IPXrouted/IPXrouted.8
@@ -180,5 +180,5 @@ Hosts acting as internetwork routers gratuitously supply their
routing tables every 30 seconds to all directly connected hosts
and networks.
.Sh SEE ALSO
-.Xr ipx 4
+.Xr ipx 3
.Sh HISTORY
diff --git a/usr.sbin/kbdmap/kbdmap.1 b/usr.sbin/kbdmap/kbdmap.1
index 1102b74f1206..dbc2a5a646e6 100644
--- a/usr.sbin/kbdmap/kbdmap.1
+++ b/usr.sbin/kbdmap/kbdmap.1
@@ -34,12 +34,12 @@
.\"
.\" E-Mail: Wolfram Schneider <wosch@cs.tu-berlin.de>
.\"
-.\" $Id: kbdmap.1,v 1.1 1995/04/05 08:09:22 jkh Exp $
+.\" $Id: kbdmap.1,v 1.2 1996/01/30 13:49:17 mpp Exp $
.\"
.Dd Mar 25, 1995
.Dt KBDMAP 1
-.Os
+.Os FreeBSD
.Sh NAME
.Nm kbdmap ,
.Nm vidfont
@@ -120,7 +120,7 @@ work only on a (virtual) console an not with X11.
.Sh SEE ALSO
.Xr kbdcontrol 1 ,
.Xr vidcontrol 1 ,
-.Xr sysconfig 8 ,
+.Xr sysconfig 5 ,
.Xr dialog 1 .
.Sh HISTORY
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8
index 80b9f466a785..f0b94b1863c8 100644
--- a/usr.sbin/lpr/lpd/lpd.8
+++ b/usr.sbin/lpr/lpd/lpd.8
@@ -233,13 +233,13 @@ lists machine names allowed printer access,
but not under same administrative control.
.El
.Sh SEE ALSO
-.Xr lpc 8 ,
-.Xr pac 1 ,
.Xr lpr 1 ,
.Xr lpq 1 ,
.Xr lprm 1 ,
.Xr syslog 3 ,
-.Xr printcap 5
+.Xr printcap 5 ,
+.Xr lpc 8 ,
+.Xr pac 8
.Rs
.%T "4.2 BSD Line Printer Spooler Manual"
.Re
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index 665cc90b98b4..40ee7b809427 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
-.\" $Id: mtree.8,v 1.5 1995/02/10 03:12:30 wollman Exp $
+.\" $Id: mtree.8,v 1.6 1996/01/30 13:49:54 mpp Exp $
.\"
.Dd February 9, 1995
.Dt MTREE 8
@@ -269,13 +269,13 @@ system specification directory
.El
.Sh SEE ALSO
.Xr chmod 1 ,
-.Xr chown 1 ,
.Xr chgrp 1 ,
.Xr cksum 1 ,
.Xr md5 1 ,
.Xr stat 2 ,
.Xr fts 3 ,
-.Xr md5 3
+.Xr md5 3 ,
+.Xr chown 8
.Sh HISTORY
The
.Nm mtree
diff --git a/usr.sbin/named/named.8 b/usr.sbin/named/named.8
index bd9628c18be4..6ba15fa92ae9 100644
--- a/usr.sbin/named/named.8
+++ b/usr.sbin/named/named.8
@@ -409,7 +409,7 @@ Toggles logging of all incoming queries via syslog(8)
/var/tmp/named.stats nameserver statistics data
.fi
.SH "SEE ALSO"
-kill(1), gethostbyname(3), signal(2),
+kill(1), gethostbyname(3), signal(3),
resolver(3), resolver(5), hostname(7),
RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, RFC 1123,
\fIName Server Operations Guide for \s-1BIND\s+1\fR
diff --git a/usr.sbin/ncrcontrol/ncrcontrol.8 b/usr.sbin/ncrcontrol/ncrcontrol.8
index 7648b224ca34..94559fac1e5a 100644
--- a/usr.sbin/ncrcontrol/ncrcontrol.8
+++ b/usr.sbin/ncrcontrol/ncrcontrol.8
@@ -22,7 +22,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: ncrcontrol.8,v 1.2 1994/12/02 06:19:37 nate Exp $
+.\" $Id: ncrcontrol.8,v 1.3 1996/01/30 13:49:57 mpp Exp $
.\"
.Dd September 16, 1994
.Dt NCRCONTROL 8
@@ -253,7 +253,8 @@ option.
.\"=====================================================================
.\"
.Sh SEE ALSO
-.Xr scsi 5
+.Xr scsi 4 ,
+.Xr scsi 8
.\"
.\"=====================================================================
diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8
index 9751affefc3d..7edde7ef6f76 100644
--- a/usr.sbin/pcvt/ispcvt/ispcvt.8
+++ b/usr.sbin/pcvt/ispcvt/ispcvt.8
@@ -88,4 +88,4 @@ usage error
.Sh BUGS
No known bugs
.Sh SEE ALSO
-.Xr pcvt 8
+.Xr pcvt 4
diff --git a/usr.sbin/pcvt/loadfont/loadfont.1 b/usr.sbin/pcvt/loadfont/loadfont.1
index c6f63e6e54ac..64fd3de92ee1 100644
--- a/usr.sbin/pcvt/loadfont/loadfont.1
+++ b/usr.sbin/pcvt/loadfont/loadfont.1
@@ -86,4 +86,5 @@ No known bugs
.Sh SEE ALSO
.Xr cursor 1 ,
.Xr scon 1 ,
-.Xr pcvt 8
+.Xr pcvt 4 ,
+.Xr ispcvt 8
diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1
index e0685715818e..efd0ca25c2db 100644
--- a/usr.sbin/pcvt/scon/scon.1
+++ b/usr.sbin/pcvt/scon/scon.1
@@ -211,4 +211,4 @@ options collide somehow, this will change in a future release.
.Sh SEE ALSO
.Xr loadfont 1 ,
.Xr cursor 1 ,
-.Xr pcvt 8
+.Xr pcvt 4
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1
index cf6be4a9602e..efde241a62c7 100644
--- a/usr.sbin/rtprio/rtprio.1
+++ b/usr.sbin/rtprio/rtprio.1
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rtprio.1,v 1.3 1994/10/02 04:48:19 davidg Exp $
+.\" $Id: rtprio.1,v 1.4 1996/01/30 13:50:29 mpp Exp $
.\"
.Dd July 23, 1994
.Dt RTPRIO 1
@@ -165,7 +165,8 @@ To make depend while not disturbing other machine usage:
.Xr rtprio 2 ,
.Xr nice 1 ,
.Xr ps 1 ,
-.Xr nice 2 ,
+.Xr setpriority 2 ,
+.Xr nice 3 ,
.Xr renice 8
.Sh HISTORY
The
diff --git a/usr.sbin/sendmail/src/sendmail.8 b/usr.sbin/sendmail/src/sendmail.8
index ff84042ed109..58060deeeaca 100644
--- a/usr.sbin/sendmail/src/sendmail.8
+++ b/usr.sbin/sendmail/src/sendmail.8
@@ -485,12 +485,12 @@ The process id of the daemon
.El
.Sh SEE ALSO
.Xr mail 1 ,
-.Xr rmail 1 ,
.Xr syslog 3 ,
.Xr aliases 5 ,
.Xr mailaddr 7 ,
.Xr mail.local 8 ,
-.Xr rc 8 ;
+.Xr rc 8 ,
+.Xr rmail 8 ;
.Pp
DARPA
Internet Request For Comments
diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8
index 4748a2131736..2e0d9c13fac2 100644
--- a/usr.sbin/ypbind/ypbind.8
+++ b/usr.sbin/ypbind/ypbind.8
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ypbind.8,v 1.2 1995/04/26 19:03:15 wpaul Exp $
+.\" $Id: ypbind.8,v 1.3 1995/07/20 22:33:02 wpaul Exp $
.\"
.Dd April 9, 1995
.Dt YPBIND 8
@@ -153,10 +153,10 @@ System configuration file where the system default domain and
ypbind startup options are specified.
.El
.Sh SEE ALSO
-.Xr syslog 3 ,
.Xr domainname 1 ,
+.Xr syslog 3 ,
+.Xr yp 4
.Xr ypserv 8 ,
-.Xr ypset 8 ,
-.Xr yp 8
+.Xr ypset 8
.Sh AUTHOR
Theo de Raadt <deraadt@fsa.ca>
diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8
index a4ef6c8a53bf..46b718bdd7fe 100644
--- a/usr.sbin/yppush/yppush.8
+++ b/usr.sbin/yppush/yppush.8
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: yppush.8,v 1.1.1.1 1996/01/12 07:03:33 wpaul Exp $
+.\" $Id: yppush.8,v 1.2 1996/01/30 13:52:45 mpp Exp $
.\"
.Dd February 5, 1995
.Dt YPPUSH 8
@@ -160,9 +160,9 @@ The NIS ypservers map containing the names of all servers in
a particular NIS domain.
.El
.Sh SEE ALSO
+.Xr yp 4 ,
.Xr ypserv 8 ,
-.Xr ypxfr 8 ,
-.Xr yp 8
+.Xr ypxfr 8
.Sh BUGS
The mechanism for transferring NIS maps in NIS v1 is different
that that in NIS version 2. This version of
diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8
index 828170b3f544..953eea54d080 100644
--- a/usr.sbin/ypserv/ypserv.8
+++ b/usr.sbin/ypserv/ypserv.8
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ypserv.8,v 1.1.1.1 1995/12/16 20:54:17 wpaul Exp $
+.\" $Id: ypserv.8,v 1.2 1996/01/30 13:52:50 mpp Exp $
.\"
.Dd February 4, 1995
.Dt YPSERV 8
@@ -291,13 +291,13 @@ The NIS maps.
Resolver configuration file.
.El
.Sh SEE ALSO
+.Xr ypcat 1 ,
+.Xr db 3 ,
+.Xr yp 4 ,
.Xr ypbind 8 ,
.Xr yppasswdd 8 ,
.Xr yppush 8 ,
-.Xr ypxfr 8 ,
-.Xr ypcat 1 ,
-.Xr yp 8 ,
-.Xr db 3
+.Xr ypxfr 8
.Sh AUTHOR
Bill Paul <wpaul@ctr.columbia.edu>
.Sh HISTORY