diff options
355 files changed, 1081 insertions, 1082 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 14d3b2758e0..b131fe5577d 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.10 1999/03/25 14:30:31 aaron Exp $ +.\" $OpenBSD: chmod.1,v 1.11 1999/05/16 19:54:36 alex Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -333,8 +333,8 @@ Set the group bits equal to the user bits, but clear the group write bit. .Xr fts 3 , .Xr setmode 3 , .Xr symlink 7 , -.Xr sticky 8 , -.Xr chown 8 +.Xr chown 8 , +.Xr sticky 8 .Sh STANDARDS The .Nm diff --git a/kerberosIV/kprop/kprop.8 b/kerberosIV/kprop/kprop.8 index 67d6ca69b9a..3328186f0c6 100644 --- a/kerberosIV/kprop/kprop.8 +++ b/kerberosIV/kprop/kprop.8 @@ -125,5 +125,5 @@ and options are not implemented. .Sh SEE ALSO .Xr kerberos 1 , -.Xr kpropd 8 , -.Xr kdb_util 8 +.Xr kdb_util 8 , +.Xr kpropd 8 diff --git a/kerberosIV/kpropd/kpropd.8 b/kerberosIV/kpropd/kpropd.8 index c4cecad6b52..b9c680dd382 100644 --- a/kerberosIV/kpropd/kpropd.8 +++ b/kerberosIV/kpropd/kpropd.8 @@ -101,5 +101,5 @@ contain the directory with this program will fail. .Sh SEE ALSO .Xr kerberos 1 , -.Xr kprop 8 , -.Xr kdb_util 8 +.Xr kdb_util 8 , +.Xr kprop 8 diff --git a/lib/libarch/i386/i386_iopl.2 b/lib/libarch/i386/i386_iopl.2 index 16a09a86f80..10b5bf62745 100644 --- a/lib/libarch/i386/i386_iopl.2 +++ b/lib/libarch/i386/i386_iopl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i386_iopl.2,v 1.6 1997/07/23 20:41:10 kstailey Exp $ +.\" $OpenBSD: i386_iopl.2,v 1.7 1999/05/16 19:54:40 alex Exp $ .\" $NetBSD: i386_iopl.2,v 1.3 1996/02/27 22:57:25 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -67,8 +67,8 @@ will fail if: The caller was not the super-user. .El .Sh SEE ALSO -.Xr i386_set_ioperm 2 , -.Xr i386_get_ioperm 2 . +.Xr i386_get_ioperm 2 , +.Xr i386_set_ioperm 2 .Sh REFERENCES i386 Microprocessor Programmer's Reference Manual, Intel .Sh WARNING diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3 index 594fac29917..9c083a160bc 100644 --- a/lib/libc/compat-43/getdtablesize.3 +++ b/lib/libc/compat-43/getdtablesize.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getdtablesize.3,v 1.5 1996/08/19 08:19:19 tholo Exp $ +.\" $OpenBSD: getdtablesize.3,v 1.6 1999/05/16 19:54:41 alex Exp $ .\" .Dd March 10, 1991 .Dt GETDTABLESIZE 3 @@ -52,9 +52,9 @@ returns the size of this table. .Xr close 2 , .Xr dup 2 , .Xr getrlimit 2 , -.Xr setrlimit 2 , .Xr open 2 , .Xr select 2 , +.Xr setrlimit 2 , .Xr sysconf 3 , .Xr sysctl 3 .Sh HISTORY diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3 index e0c2b00e0d2..d5d013e022a 100644 --- a/lib/libc/compat-43/gethostid.3 +++ b/lib/libc/compat-43/gethostid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: gethostid.3,v 1.3 1999/02/27 21:54:49 deraadt Exp $ +.\" $OpenBSD: gethostid.3,v 1.4 1999/05/16 19:54:42 alex Exp $ .\" .Dd June 2, 1993 .Dt GETHOSTID 3 @@ -59,9 +59,9 @@ This function has been deprecated. The hostid should be set or retrieved by use of .Xr sysctl 3 . .Sh SEE ALSO -.Xr sysctl 3 , .Xr gethostname 3 , -.Xr sysctl 8 . +.Xr sysctl 3 , +.Xr sysctl 8 .Sh BUGS 32 bits for the identifier is too small. .Sh HISTORY diff --git a/lib/libc/compat-43/killpg.3 b/lib/libc/compat-43/killpg.3 index 4990e487a6a..536411f32b7 100644 --- a/lib/libc/compat-43/killpg.3 +++ b/lib/libc/compat-43/killpg.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: killpg.3,v 1.3 1999/02/27 21:54:50 deraadt Exp $ +.\" $OpenBSD: killpg.3,v 1.4 1999/05/16 19:54:42 alex Exp $ .\" .Dd March 10, 1991 .Dt KILLPG 3 @@ -85,8 +85,8 @@ of the target processes has an effective user ID different from that of the sending process. .El .Sh SEE ALSO -.Xr kill 2 , .Xr getpgrp 2 , +.Xr kill 2 , .Xr sigaction 2 .Sh HISTORY The diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3 index f94b48214f3..ba2b851baea 100644 --- a/lib/libc/compat-43/setruid.3 +++ b/lib/libc/compat-43/setruid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: setruid.3,v 1.2 1996/08/19 08:19:35 tholo Exp $ +.\" $OpenBSD: setruid.3,v 1.3 1999/05/16 19:54:42 alex Exp $ .\" .Dd April 19, 1991 .Dt SETRUID 3 @@ -59,12 +59,12 @@ If the user is not the super user, or the uid (gid) specified is not the real or effective ID of the process, these functions return \-1. .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/compat-43/sigblock.3 b/lib/libc/compat-43/sigblock.3 index 4e7dcdc30ca..547c3324518 100644 --- a/lib/libc/compat-43/sigblock.3 +++ b/lib/libc/compat-43/sigblock.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigblock.3,v 1.4 1999/02/27 21:54:51 deraadt Exp $ +.\" $OpenBSD: sigblock.3,v 1.5 1999/05/16 19:54:43 alex Exp $ .\" .Dd March 10, 1991 .Dt SIGBLOCK 3 @@ -72,8 +72,8 @@ imposed by the system. The previous set of masked signals is returned. .Sh SEE ALSO .Xr kill 2 , -.Xr sigprocmask 2 , .Xr sigaction 2 , +.Xr sigprocmask 2 , .Xr sigsetmask 3 , .Xr sigsetops 3 .Sh HISTORY diff --git a/lib/libc/compat-43/sigpause.3 b/lib/libc/compat-43/sigpause.3 index 8cf12b54107..5c704d134d6 100644 --- a/lib/libc/compat-43/sigpause.3 +++ b/lib/libc/compat-43/sigpause.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigpause.3,v 1.4 1999/02/27 21:54:52 deraadt Exp $ +.\" $OpenBSD: sigpause.3,v 1.5 1999/05/16 19:54:43 alex Exp $ .\" .Dd March 10, 1991 .Dt SIGPAUSE 3 @@ -60,10 +60,10 @@ always terminates by being interrupted, returning -1 with set to .Dv EINTR .Sh SEE ALSO -.Xr sigsuspend 2 , .Xr kill 2 , .Xr sigaction 2 , .Xr sigprocmask 2 , +.Xr sigsuspend 2 , .Xr sigblock 3 , .Xr sigvec 3 .Sh HISTORY diff --git a/lib/libc/compat-43/sigsetmask.3 b/lib/libc/compat-43/sigsetmask.3 index 33edbfce725..e834651f702 100644 --- a/lib/libc/compat-43/sigsetmask.3 +++ b/lib/libc/compat-43/sigsetmask.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigsetmask.3,v 1.4 1999/02/27 21:54:52 deraadt Exp $ +.\" $OpenBSD: sigsetmask.3,v 1.5 1999/05/16 19:54:44 alex Exp $ .\" .Dd March 10, 1991 .Dt SIGSETMASK 3 @@ -67,13 +67,13 @@ to be blocked. .Sh RETURN VALUES The previous set of masked signals is returned. .Sh SEE ALSO -.Xr sigprocmask 2 , .Xr kill 2 , .Xr sigaction 2 , +.Xr sigprocmask 2 , .Xr sigsuspend 2 , -.Xr sigvec 3 , .Xr sigblock 3 , -.Xr sigsetops 3 +.Xr sigsetops 3 , +.Xr sigvec 3 .Sh HISTORY The .Fn sigsetmask diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index fa9b9e8ea3e..2ba4dc2f22e 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.11 1999/05/10 17:56:27 aaron Exp $ +.\" $OpenBSD: sigvec.3,v 1.12 1999/05/16 19:54:45 alex Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -309,16 +309,16 @@ For an example of signal handler declerations, see .Xr kill 1 , .Xr kill 2 , .Xr ptrace 2 , -.Xr setjmp 3 , .Xr sigaction 2 , .Xr sigaltstack 2 , -.Xr sigblock 3 , -.Xr siginterrupt 3 , .Xr sigpause 2 , .Xr sigprocmask 2 , -.Xr sigsetmask 3 , -.Xr sigsetops 3 , .Xr sigstack 2 , .Xr sigsuspend 2 , +.Xr setjmp 3 , +.Xr sigblock 3 , +.Xr siginterrupt 3 , +.Xr sigsetmask 3 , +.Xr sigsetops 3 , .Xr sigvec 3 , .Xr tty 4 diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 741965c5ac6..81200a31395 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ +.\" $OpenBSD: arc4random.3,v 1.5 1999/05/16 19:54:46 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -70,8 +70,8 @@ since .Fn arc4random automatically initalizes itself. .Sh SEE ALSO -.Xr rand48 3 , .Xr rand 3 , +.Xr rand48 3 , .Xr random 3 .Sh HISTORY .Pa RC4 diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index 02a1ef87384..6bb54ea138f 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.2 1998/08/10 18:40:58 provos Exp $ +.\" $OpenBSD: blowfish.3,v 1.3 1999/05/16 19:54:46 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -97,8 +97,8 @@ are used for customization of the .Pa Blowfish cipher, e.g. for the blowfish password hashing function. .Sh SEE ALSO -.Xr crypt 3 , .Xr passwd 1 , +.Xr crypt 3 , .Xr passwd 5 .Sh AUTHOR Niels Provos <provos@physnet.uni-hamburg.de> diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index b91475a1ca2..bdda7abb9da 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.4 1999/02/27 21:54:57 deraadt Exp $ +.\" $OpenBSD: mpool.3,v 1.5 1999/05/16 19:54:47 alex Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -231,7 +231,7 @@ The .Fn mpool_delete always acts as if it succeeded. .Sh SEE ALSO -.Xr dbopen 3 , .Xr btree 3 , +.Xr dbopen 3 , .Xr hash 3 , .Xr recno 3 diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index 7219527a9a7..3c8b9be6b37 100644 --- a/lib/libc/db/man/ndbm.3 +++ b/lib/libc/db/man/ndbm.3 @@ -1,5 +1,5 @@ .\" David Leonard, 1998. Placed in the public domain. -.\" $OpenBSD: ndbm.3,v 1.5 1999/04/18 17:08:10 millert Exp $ +.\" $OpenBSD: ndbm.3,v 1.6 1999/05/16 19:54:47 alex Exp $ .Dd May 13, 1998 .Os OpenBSD .Dt NDBM 3 @@ -186,6 +186,6 @@ If an error occurs, the error can be retrieved with and corresponds to those errors described in .Xr db 3 . .Sh SEE ALSO +.Xr open 2 , .Xr db 3 , -.Xr hash 3 , -.Xr open 2 +.Xr hash 3 diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index 410d9881ab3..6ce10c1b42b 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: alarm.3,v 1.4 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: alarm.3,v 1.5 1999/05/16 19:54:49 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -72,8 +72,8 @@ The request voids the current alarm. .Sh SEE ALSO -.Xr sigaction 2 , .Xr setitimer 2 , +.Xr sigaction 2 , .Xr signal 3 , .Xr sigpause 3 , .Xr sigvec 3 , diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index ff485b34db9..4e36cc26edd 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctype.3,v 1.2 1996/08/19 08:22:06 tholo Exp $ +.\" $OpenBSD: ctype.3,v 1.3 1999/05/16 19:54:49 alex Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -79,22 +79,22 @@ The above macros perform character tests and conversions on the integer .Pp See the specific manual pages for more information. .Sh SEE ALSO +.Xr isalnum 3 , .Xr isalpha 3 , -.Xr isupper 3 , -.Xr islower 3 , +.Xr isascii 3 , +.Xr isblank 3 , +.Xr iscntrl 3 , .Xr isdigit 3 , -.Xr isxdigit 3 , -.Xr isalnum 3 , -.Xr isspace 3 , -.Xr ispunct 3 , -.Xr isprint 3 , .Xr isgraph 3 , -.Xr iscntrl 3 , -.Xr isblank 3 , -.Xr isascii 3 , -.Xr toupper 3 , -.Xr tolower 3 , +.Xr islower 3 , +.Xr isprint 3 , +.Xr ispunct 3 , +.Xr isspace 3 , +.Xr isupper 3 , +.Xr isxdigit 3 , .Xr toascii 3 , +.Xr tolower 3 , +.Xr toupper 3 , .Xr ascii 7 .Sh STANDARDS These functions, with the exception of diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 0e88b92587c..3a0b186600d 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: directory.3,v 1.4 1997/07/24 00:40:37 deraadt Exp $ +.\" $OpenBSD: directory.3,v 1.5 1999/05/16 19:54:50 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -166,10 +166,10 @@ if (dirp) { return NOT_FOUND; .Ed .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , .Xr getdirentries 2 , .Xr lseek 2 , +.Xr open 2 , .Xr dir 5 .Sh HISTORY The diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index be5751aa31b..a7fbf530681 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.4 1999/02/27 21:55:02 deraadt Exp $ +.\" $OpenBSD: exec.3,v 1.5 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -214,9 +214,8 @@ for any of the errors specified for the library function .Xr execve 2 , .Xr fork 2 , .Xr ktrace 2 , -.Xr environ 7 , .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/frexp.3 b/lib/libc/gen/frexp.3 index 430d1a0998b..fee2ca4de7b 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: frexp.3,v 1.2 1996/08/19 08:22:47 tholo Exp $ +.\" $OpenBSD: frexp.3,v 1.3 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -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 edeaebe176c..8d7b76559db 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.9 1999/02/27 21:55:06 deraadt Exp $ +.\" $OpenBSD: getdomainname.3,v 1.10 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,10 +82,10 @@ invalid address. The caller tried to set the domain name and was not the super-user. .El .Sh SEE ALSO -.Xr sysctl 3 , +.Xr domainname 1 , .Xr gethostid 3 , .Xr gethostname 3 , -.Xr domainname 1 , +.Xr sysctl 3 , .Xr yp 8 .Sh BUGS Domain names are limited to diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index fb5e19632c0..8896f02d65e 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.8 1999/02/27 21:55:07 deraadt Exp $ +.\" $OpenBSD: gethostname.3,v 1.9 1999/05/16 19:54:52 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -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 3 , .Xr gethostid 3 , +.Xr sysctl 3 , .Xr sysctl 8 .Sh BUGS Host names are limited to diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index 46f067ed59e..a58487b2445 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getloadavg.3,v 1.4 1997/08/19 23:47:34 millert Exp $ +.\" $OpenBSD: getloadavg.3,v 1.5 1999/05/16 19:54:52 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,8 +63,8 @@ Please see for a list of possible errors. .Sh SEE ALSO .Xr uptime 1 , -.Xr sysctl 3 , -.Xr kvm_getloadavg 3 +.Xr kvm_getloadavg 3 , +.Xr sysctl 3 .Sh HISTORY The .Fn getloadavg diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index a0522072dd8..8e884bec209 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmntinfo.3,v 1.4 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: getmntinfo.3,v 1.5 1999/05/16 19:54:52 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -86,8 +86,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 adf5f734b6d..b9dadbd783d 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpagesize.3,v 1.4 1999/02/27 21:55:10 deraadt Exp $ +.\" $OpenBSD: getpagesize.3,v 1.5 1999/05/16 19:54:53 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,9 +59,9 @@ The page size is a page size and may not be the same as the underlying hardware page size. .Sh SEE ALSO -.Xr sysconf 3 , +.Xr pagesize 1 , .Xr sbrk 2 , -.Xr pagesize 1 +.Xr sysconf 3 .Sh HISTORY The .Nm diff --git a/lib/libc/gen/isalnum.3 b/lib/libc/gen/isalnum.3 index dd1d6cbb7dd..d6d22734fac 100644 --- a/lib/libc/gen/isalnum.3 +++ b/lib/libc/gen/isalnum.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isalnum.3,v 1.2 1996/08/19 08:24:26 tholo Exp $ +.\" $OpenBSD: isalnum.3,v 1.3 1999/05/16 19:54:53 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -72,10 +72,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isalpha.3 b/lib/libc/gen/isalpha.3 index de6c2af4cb4..d6d889eb8c6 100644 --- a/lib/libc/gen/isalpha.3 +++ b/lib/libc/gen/isalpha.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isalpha.3,v 1.2 1996/08/19 08:24:28 tholo Exp $ +.\" $OpenBSD: isalpha.3,v 1.3 1999/05/16 19:54:54 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -88,10 +88,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isascii.3 b/lib/libc/gen/isascii.3 index 83f4fe93bf7..c349530c4ed 100644 --- a/lib/libc/gen/isascii.3 +++ b/lib/libc/gen/isascii.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isascii.3,v 1.4 1998/09/06 22:23:18 aaron Exp $ +.\" $OpenBSD: isascii.3,v 1.5 1999/05/16 19:54:54 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -61,10 +61,10 @@ equal to 0177. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isblank.3 b/lib/libc/gen/isblank.3 index b8e18ff141d..6b1c56a896a 100644 --- a/lib/libc/gen/isblank.3 +++ b/lib/libc/gen/isblank.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isblank.3,v 1.2 1996/08/19 08:24:34 tholo Exp $ +.\" $OpenBSD: isblank.3,v 1.3 1999/05/16 19:54:54 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -69,9 +69,9 @@ The macro returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO -.Xr isascii 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -81,8 +81,8 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 diff --git a/lib/libc/gen/iscntrl.3 b/lib/libc/gen/iscntrl.3 index 8b040c74d5d..72f87306e60 100644 --- a/lib/libc/gen/iscntrl.3 +++ b/lib/libc/gen/iscntrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iscntrl.3,v 1.2 1996/08/19 08:24:36 tholo Exp $ +.\" $OpenBSD: iscntrl.3,v 1.3 1999/05/16 19:54:55 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isdigit.3 b/lib/libc/gen/isdigit.3 index b06e41a33b4..d0c35be439e 100644 --- a/lib/libc/gen/isdigit.3 +++ b/lib/libc/gen/isdigit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isdigit.3,v 1.2 1996/08/19 08:24:40 tholo Exp $ +.\" $OpenBSD: isdigit.3,v 1.3 1999/05/16 19:54:55 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -68,10 +68,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isgraph.3 b/lib/libc/gen/isgraph.3 index ce08284f805..f142dd25909 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isgraph.3,v 1.2 1996/08/19 08:24:42 tholo Exp $ +.\" $OpenBSD: isgraph.3,v 1.3 1999/05/16 19:54:56 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/islower.3 b/lib/libc/gen/islower.3 index b8c6f272e60..35bbd0dd8f8 100644 --- a/lib/libc/gen/islower.3 +++ b/lib/libc/gen/islower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: islower.3,v 1.2 1996/08/19 08:24:46 tholo Exp $ +.\" $OpenBSD: islower.3,v 1.3 1999/05/16 19:54:56 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -81,10 +81,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isprint.3 b/lib/libc/gen/isprint.3 index 8c4360436c5..f214fdda5da 100644 --- a/lib/libc/gen/isprint.3 +++ b/lib/libc/gen/isprint.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isprint.3,v 1.2 1996/08/19 08:24:48 tholo Exp $ +.\" $OpenBSD: isprint.3,v 1.3 1999/05/16 19:54:57 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ispunct.3 b/lib/libc/gen/ispunct.3 index e1c13b9ef14..8f9327d24a6 100644 --- a/lib/libc/gen/ispunct.3 +++ b/lib/libc/gen/ispunct.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ispunct.3,v 1.2 1996/08/19 08:24:51 tholo Exp $ +.\" $OpenBSD: ispunct.3,v 1.3 1999/05/16 19:54:57 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -70,10 +70,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isspace.3 b/lib/libc/gen/isspace.3 index 44d32c06f4b..6ea3db65f6d 100644 --- a/lib/libc/gen/isspace.3 +++ b/lib/libc/gen/isspace.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isspace.3,v 1.2 1996/08/19 08:24:52 tholo Exp $ +.\" $OpenBSD: isspace.3,v 1.3 1999/05/16 19:54:58 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -94,10 +94,10 @@ returns non-zero if the character tests true. .Xr ispunct 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3 index 5be3979ce30..27e144d1b23 100644 --- a/lib/libc/gen/isupper.3 +++ b/lib/libc/gen/isupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isupper.3,v 1.2 1996/08/19 08:24:54 tholo Exp $ +.\" $OpenBSD: isupper.3,v 1.3 1999/05/16 19:54:58 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -79,10 +79,10 @@ returns non-zero if the character tests true. .Xr ispunct 3 , .Xr isspace 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isxdigit.3 b/lib/libc/gen/isxdigit.3 index e28e7de03c0..169938242ed 100644 --- a/lib/libc/gen/isxdigit.3 +++ b/lib/libc/gen/isxdigit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isxdigit.3,v 1.2 1996/08/19 08:24:56 tholo Exp $ +.\" $OpenBSD: isxdigit.3,v 1.3 1999/05/16 19:54:58 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr ispunct 3 , .Xr isspace 3 , .Xr isupper 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index 258f18f227e..5699c82838f 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldexp.3,v 1.2 1996/08/19 08:24:58 tholo Exp $ +.\" $OpenBSD: ldexp.3,v 1.3 1999/05/16 19:54:59 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -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/nice.3 b/lib/libc/gen/nice.3 index 0c0bf3483b8..0140b647c9e 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.3,v 1.4 1998/04/28 07:36:33 deraadt Exp $ +.\" $OpenBSD: nice.3,v 1.5 1999/05/16 19:54:59 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,8 +64,8 @@ returns the same values as .Xr setpriority 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 0ba246efd69..088e299d7fa 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: popen.3,v 1.2 1996/08/19 08:25:18 tholo Exp $ +.\" $OpenBSD: popen.3,v 1.3 1999/05/16 19:55:00 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -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 3236d56b902..e113e1e7b88 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.7 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: signal.3,v 1.8 1999/05/16 19:55:00 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -215,8 +215,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/toascii.3 b/lib/libc/gen/toascii.3 index 0877441a0e8..56f3f736b84 100644 --- a/lib/libc/gen/toascii.3 +++ b/lib/libc/gen/toascii.3 @@ -53,9 +53,9 @@ The .Fn toascii function always returns a valid ASCII character. .Sh SEE ALSO -.Xr isascii 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -65,7 +65,7 @@ function always returns a valid ASCII character. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3 index a54e1bbfca9..43352b5340f 100644 --- a/lib/libc/gen/tolower.3 +++ b/lib/libc/gen/tolower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tolower.3,v 1.5 1997/08/16 06:02:43 millert Exp $ +.\" $OpenBSD: tolower.3,v 1.6 1999/05/16 19:55:01 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -78,9 +78,10 @@ is returned; otherwise the output is undefined. .\" .Xr islower .\" is true. .Sh SEE ALSO -.Xr isascii 3 , +.Xr _toupper 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -90,10 +91,9 @@ is returned; otherwise the output is undefined. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr toupper 3 , -.Xr _toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index 2bc4a616040..d342d8afed9 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: toupper.3,v 1.7 1997/08/16 06:02:43 millert Exp $ +.\" $OpenBSD: toupper.3,v 1.8 1999/05/16 19:55:01 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -78,9 +78,10 @@ is returned; otherwise the output is undefined. .\" .Xr isupper .\" is true. .Sh SEE ALSO -.Xr isascii 3 , +.Xr _tolower 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -90,10 +91,9 @@ is returned; otherwise the output is undefined. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , -.Xr _tolower 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index b6019381326..78f747af450 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ualarm.3,v 1.7 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: ualarm.3,v 1.8 1999/05/16 19:55:02 alex Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,11 +79,11 @@ is 2147483647. .Xr getitimer 2 , .Xr setitimer 2 , .Xr sigaction 2 , +.Xr alarm 3 , .Xr signal 3 , .Xr sigpause 3 , .Xr sigvec 3 , .Xr sleep 3 , -.Xr alarm 3 , .Xr usleep 3 .Sh STANDARDS The diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 32abbbacc93..c3a8de70fa2 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unvis.3,v 1.4 1998/06/15 17:55:02 mickey Exp $ +.\" $OpenBSD: unvis.3,v 1.5 1999/05/16 19:55:02 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -154,8 +154,8 @@ if (unvis(&out, (char)0, &state, UNVIS_END) == UNVIS_VALID) (void) putchar(out); .Ed .Sh SEE ALSO -.Xr vis 1 , .Xr unvis 1 , +.Xr vis 1 , .Xr vis 3 .Sh HISTORY The diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 23207f8e076..5f546f4716b 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.4 1998/06/15 17:55:04 mickey Exp $ +.\" $OpenBSD: vis.3,v 1.5 1999/05/16 19:55:03 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -255,8 +255,8 @@ meta characters as With this flag set, the encoding is ambiguous and non-invertible. .Sh SEE ALSO -.Xr vis 1 , .Xr unvis 1 , +.Xr vis 1 , .Xr unvis 3 .Sh HISTORY These functions first appeared in diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3 index 5864b75839d..7a4e9cf5ba2 100644 --- a/lib/libc/net/getnetent.3 +++ b/lib/libc/net/getnetent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnetent.3,v 1.5 1998/03/16 05:06:56 millert Exp $ +.\" $OpenBSD: getnetent.3,v 1.6 1999/05/16 19:55:04 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -128,8 +128,8 @@ Null pointer .Dv EOF or error. .Sh SEE ALSO -.Xr networks 5 , -.Xr resolver 3 +.Xr resolver 3 , +.Xr networks 5 .Sh HISTORY The .Fn getnetent , diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3 index 6e096d9f4b8..c9bc90cd392 100644 --- a/lib/libc/net/ns.3 +++ b/lib/libc/net/ns.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ns.3,v 1.2 1996/08/19 08:29:29 tholo Exp $ +.\" $OpenBSD: ns.3,v 1.3 1999/05/16 19:55:05 alex Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -112,7 +112,7 @@ None. (See .Sx BUGS . ) .Sh SEE ALSO .Xr hosts 5 , -.Xr networks 5 , +.Xr networks 5 .Sh HISTORY The .Fn ns_addr diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index e69e8228340..60db135543f 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.10 1997/09/29 18:25:47 deraadt Exp $ +.\" $OpenBSD: rcmd.3,v 1.11 1999/05/16 19:55:05 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -215,11 +215,11 @@ is overloaded to mean ``All network ports in use.'' .Xr rlogin 1 , .Xr rsh 1 , .Xr intro 2 , -.Xr rexec 3 , +.Xr bindresvport 3 , .Xr rcmdsh 3 , +.Xr rexec 3 , .Xr rexecd 8 , .Xr rlogind 8 , -.Xr bindresvport 3 , .Xr rshd 8 .Sh HISTORY These diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 6545132d500..65d7ad7ddf5 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ +.\" $OpenBSD: resolver.3,v 1.8 1999/05/16 19:55:06 alex Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -325,9 +325,9 @@ see .El .Sh SEE ALSO .Xr gethostbyname 3 , -.Xr named 8 , .Xr resolv.conf 5 , .Xr hostname 7 , +.Xr named 8 .Pp .%T RFC1032 , .%T RFC1033 , diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index 407e73ced36..0114ae7afc0 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: catclose.3,v 1.2 1996/08/19 08:30:04 tholo Exp $ +.\" $OpenBSD: catclose.3,v 1.3 1999/05/16 19:55:07 alex Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. @@ -19,8 +19,8 @@ The function closes the message catalog specified by the argument .Fa catd . .Sh SEE ALSO -.Xr catopen 3 , -.Xr catgets 3 +.Xr catgets 3 , +.Xr catopen 3 .Sh STANDARDS The .Fn catclose diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index 3649ef99c4c..99e17868058 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fflush.3,v 1.3 1999/02/27 21:55:40 deraadt Exp $ +.\" $OpenBSD: fflush.3,v 1.4 1999/05/16 19:55:08 alex Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -99,8 +99,8 @@ for any of the errors specified for the routine .Xr write 2 . .Sh SEE ALSO .Xr write 2 , -.Xr fopen 3 , .Xr fclose 3 , +.Xr fopen 3 , .Xr setbuf 3 .Sh STANDARDS The diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 486b52455db..4f2f38fdeaf 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fputs.3,v 1.2 1996/08/19 08:32:43 tholo Exp $ +.\" $OpenBSD: fputs.3,v 1.3 1999/05/16 19:55:08 alex Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -95,8 +95,8 @@ may also fail and set for any of the errors specified for the routines .Xr write 2 . .Sh SEE ALSO -.Xr putc 3 , .Xr ferror 3 , +.Xr putc 3 , .Xr stdio 3 .Sh STANDARDS The functions diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index f429066c7c1..a98141b13a3 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getc.3,v 1.3 1999/03/12 03:19:33 pjanzen Exp $ +.\" $OpenBSD: getc.3,v 1.4 1999/05/16 19:55:08 alex Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -107,8 +107,8 @@ until the condition is cleared with .Xr clearerr . .Sh SEE ALSO .Xr ferror 3 , -.Xr fread 3 , .Xr fopen 3 , +.Xr fread 3 , .Xr putc 3 , .Xr ungetc 3 .Sh STANDARDS diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index e417fb7d152..ffe868fe31e 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.13 1998/12/15 19:31:17 deraadt Exp $ +.\" $OpenBSD: mktemp.3,v 1.14 1999/05/16 19:55:09 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -290,9 +290,9 @@ fails with an errno of .Xr mkdir 2 , .Xr open 2 , .Xr stat 2 , +.Xr tempnam 3 , .Xr tmpfile 3 , -.Xr tmpnam 3 , -.Xr tempnam 3 +.Xr tmpnam 3 .Sh HISTORY A .Fn mktemp diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 160a9890807..49e5fe48832 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scanf.3,v 1.2 1996/08/19 08:33:03 tholo Exp $ +.\" $OpenBSD: scanf.3,v 1.3 1999/05/16 19:55:09 alex Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -373,11 +373,11 @@ end-of-file occurs. If an error or end-of-file occurs after conversion has begun, the number of conversions which were successfully completed is returned. .Sh SEE ALSO -.Xr strtol 3 , -.Xr strtoul 3 , -.Xr strtod 3 , .Xr getc 3 , -.Xr printf 3 +.Xr printf 3 , +.Xr strtod 3 , +.Xr strtol 3 , +.Xr strtoul 3 .Sh STANDARDS The functions .Fn fscanf , diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 513406c13f5..d7b6f99b2cb 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setbuf.3,v 1.5 1999/05/12 13:26:48 aaron Exp $ +.\" $OpenBSD: setbuf.3,v 1.6 1999/05/16 19:55:10 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -170,12 +170,12 @@ function returns what the equivalent .Fn setvbuf would have returned. .Sh SEE ALSO -.Xr fopen 3 , .Xr fclose 3 , +.Xr fopen 3 , .Xr fread 3 , .Xr malloc 3 , -.Xr puts 3 , -.Xr printf 3 +.Xr printf 3 , +.Xr puts 3 .Sh STANDARDS The .Fn setbuf diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 3c33fe14ae0..061d03d29f0 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.7 1999/05/12 13:26:48 aaron Exp $ +.\" $OpenBSD: stdio.3,v 1.8 1999/05/16 19:55:11 alex Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -205,8 +205,8 @@ and exist and will be used if the macro definitions are explicitly removed. .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , +.Xr open 2 , .Xr read 2 , .Xr write 2 .Sh BUGS diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index 039d472e508..4a2008f74f5 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ungetc.3,v 1.2 1996/08/19 08:33:10 tholo Exp $ +.\" $OpenBSD: ungetc.3,v 1.3 1999/05/16 19:55:11 alex Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -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/abs.3 b/lib/libc/stdlib/abs.3 index 77f82b9402a..ca203c4e60d 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: abs.3,v 1.2 1996/08/19 08:33:21 tholo Exp $ +.\" $OpenBSD: abs.3,v 1.3 1999/05/16 19:55:12 alex Exp $ .\" .Dd June 29, 1991 .Dt ABS 3 @@ -59,10 +59,10 @@ function returns the absolute value. .Sh SEE ALSO -.Xr floor 3 , -.Xr labs 3 , .Xr cabs 3 , +.Xr floor 3 , .Xr hypot 3 , +.Xr labs 3 , .Xr math 3 .Sh STANDARDS The diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index 92d220beecd..a172cb4c704 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/lib/libc/stdlib/alloca.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: alloca.3,v 1.4 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: alloca.3,v 1.5 1999/05/16 19:55:13 alex Exp $ .\" .Dd May 2, 1991 .Dt ALLOCA 3 @@ -59,7 +59,7 @@ function returns a pointer to the beginning of the allocated space. .Xr brk 2 , .Xr calloc 3 , .Xr malloc 3 , -.Xr realloc 3 , +.Xr realloc 3 .Sh BUGS The .Fn alloca diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3 index 13a912169c6..9bd7f1d8da6 100644 --- a/lib/libc/stdlib/calloc.3 +++ b/lib/libc/stdlib/calloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: calloc.3,v 1.3 1996/12/10 09:06:10 deraadt Exp $ +.\" $OpenBSD: calloc.3,v 1.4 1999/05/16 19:55:13 alex Exp $ .\" .Dd June 29, 1991 .Dt CALLOC 3 @@ -60,9 +60,9 @@ function returns a pointer to the allocated space if successful; otherwise a null pointer is returned. .Sh SEE ALSO +.Xr free 3 , .Xr malloc 3 , -.Xr realloc 3 , -.Xr free 3 +.Xr realloc 3 .Sh STANDARDS The .Fn calloc diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3 index 0d8c56d86b7..c766d37fab1 100644 --- a/lib/libc/stdlib/div.3 +++ b/lib/libc/stdlib/div.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: div.3,v 1.2 1996/08/19 08:33:28 tholo Exp $ +.\" $OpenBSD: div.3,v 1.3 1999/05/16 19:55:14 alex Exp $ .\" .Dd April 19, 1991 .Dt DIV 3 @@ -59,8 +59,8 @@ and .Fa rem . .Sh SEE ALSO .Xr ldiv 3 , -.Xr qdiv 3 , -.Xr math 3 +.Xr math 3 , +.Xr qdiv 3 .Sh STANDARDS The .Fn div diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3 index 05eae329df2..2d9d6029dbe 100644 --- a/lib/libc/stdlib/labs.3 +++ b/lib/libc/stdlib/labs.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: labs.3,v 1.2 1996/08/19 08:33:34 tholo Exp $ +.\" $OpenBSD: labs.3,v 1.3 1999/05/16 19:55:14 alex Exp $ .\" .Dd June 29, 1991 .Dt LABS 3 @@ -53,8 +53,8 @@ returns the absolute value of the long integer .Ar j . .Sh SEE ALSO .Xr abs 3 , -.Xr floor 3 , .Xr cabs 3 , +.Xr floor 3 , .Xr math 3 .Sh STANDARDS The diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3 index 8757f4ddd5b..f5f22881b9b 100644 --- a/lib/libc/stdlib/ldiv.3 +++ b/lib/libc/stdlib/ldiv.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ldiv.3,v 1.2 1996/08/19 08:33:35 tholo Exp $ +.\" $OpenBSD: ldiv.3,v 1.3 1999/05/16 19:55:15 alex Exp $ .\" .Dd June 29, 1991 .Dt LDIV 3 @@ -61,8 +61,8 @@ and .Ar rem . .Sh SEE ALSO .Xr div 3 , -.Xr qdiv 3 , -.Xr math 3 +.Xr math 3 , +.Xr qdiv 3 .Sh STANDARDS The .Fn ldiv diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 712c7c45d28..44203288e59 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memory.3,v 1.2 1996/08/19 08:33:37 tholo Exp $ +.\" $OpenBSD: memory.3,v 1.3 1999/05/16 19:55:15 alex Exp $ .\" .Dd May 2, 1991 .Dt MEMORY 3 @@ -58,11 +58,11 @@ These functions allocate and free memory for the calling process. They are described in the individual manual pages. .Sh SEE ALSO +.Xr alloca 3 , .Xr calloc 3 , .Xr free 3 , .Xr malloc 3 , -.Xr realloc 3 , -.Xr alloca 3 , +.Xr realloc 3 .Sh STANDARDS These functions, with the exception of .Fn alloca diff --git a/lib/libc/stdlib/qabs.3 b/lib/libc/stdlib/qabs.3 index 92a8bdc4b9a..cdfaa81bf9c 100644 --- a/lib/libc/stdlib/qabs.3 +++ b/lib/libc/stdlib/qabs.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qabs.3,v 1.2 1996/08/19 08:33:40 tholo Exp $ +.\" $OpenBSD: qabs.3,v 1.3 1999/05/16 19:55:16 alex Exp $ .\" .Dd June 29, 1991 .Dt QABS 3 @@ -53,9 +53,9 @@ returns the absolute value of the quad integer .Ar j . .Sh SEE ALSO .Xr abs 3 , -.Xr labs 3 , -.Xr floor 3 , .Xr cabs 3 , +.Xr floor 3 , +.Xr labs 3 , .Xr math 3 .Sh BUGS The absolute value of the most negative integer remains negative. diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 323d4f30408..8ee414fea85 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ +.\" $OpenBSD: string.3,v 1.4 1999/05/16 19:55:17 alex Exp $ .\" .Dd April 19, 1991 .Dt STRING 3 @@ -114,23 +114,23 @@ Except as noted in their specific manual pages, the string functions do not test the destination for size limitations. .Sh SEE ALSO +.Xr bstring 3 , .Xr index 3 , +.Xr rindex 3 , +.Xr strcasecmp 3 , .Xr strcat 3 , .Xr strchr 3 , -.Xr strrchr 3 , .Xr strcmp 3 , -.Xr strcasecmp 3 , .Xr strcpy 3 , +.Xr strcspn 3 , .Xr strerror 3 , .Xr strlen 3 , .Xr strpbrk 3 , +.Xr strrchr 3 , .Xr strsep 3 , .Xr strspn 3 , -.Xr strcspn 3 , .Xr strstr 3 , -.Xr strtok 3 , -.Xr rindex 3 -.Xr bstring 3 +.Xr strtok 3 .Sh STANDARDS The .Fn strcat , diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 1e46ef2e90e..357502c0d7a 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlcpy.3,v 1.3 1998/11/11 17:12:02 espie Exp $ +.\" $OpenBSD: strlcpy.3,v 1.4 1999/05/16 19:55:18 alex Exp $ .\" .\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -143,5 +143,5 @@ and As a matter of fact, the first version of this manual page got it wrong. .Sh SEE ALSO .Xr snprintf 3 , -.Xr strncpy 3 , -.Xr strncat 3 +.Xr strncat 3 , +.Xr strncpy 3 diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index f6349a64a3b..32c52d8cc04 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bind.2,v 1.5 1999/02/27 21:56:07 deraadt Exp $ +.\" $OpenBSD: bind.2,v 1.6 1999/05/16 19:55:19 alex Exp $ .\" $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -120,9 +120,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 0dff5b17711..a13f525884c 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brk.2,v 1.6 1998/07/06 18:27:07 deraadt Exp $ +.\" $OpenBSD: brk.2,v 1.7 1999/05/16 19:55:19 alex Exp $ .\" $NetBSD: brk.2,v 1.7 1995/02/27 12:31:57 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -135,9 +135,9 @@ to support the expansion. .Sh SEE ALSO .Xr execve 2 , .Xr getrlimit 2 , -.Xr malloc 3 , .Xr mmap 2 , -.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 b76033f50f1..147aebb9388 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.2,v 1.5 1999/02/27 21:56:09 deraadt Exp $ +.\" $OpenBSD: chmod.2,v 1.6 1999/05/16 19:55:20 alex Exp $ .\" $NetBSD: chmod.2,v 1.7 1995/02/27 12:32:06 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -178,8 +178,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 d21a1e32c67..0f20c7d6225 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.2,v 1.4 1999/02/27 21:56:10 deraadt Exp $ +.\" $OpenBSD: chown.2,v 1.5 1999/05/16 19:55:20 alex Exp $ .\" $NetBSD: chown.2,v 1.10 1995/10/12 15:40:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -141,10 +141,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 3b979a220e0..e0e07fbdf4d 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: close.2,v 1.5 1999/05/11 02:34:03 aaron Exp $ +.\" $OpenBSD: close.2,v 1.6 1999/05/16 19:55:20 alex Exp $ .\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -118,13 +118,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 .Fn close conforms to diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index 1a15e230b23..dfa31649db5 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: connect.2,v 1.10 1999/02/15 19:04:19 millert Exp $ +.\" $OpenBSD: connect.2,v 1.11 1999/05/16 19:55:21 alex Exp $ .\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -151,11 +151,11 @@ Too many symbolic links were encountered in translating the pathname. .El .Sh SEE ALSO .Xr accept 2 , +.Xr getsockname 2 , +.Xr getsockopt 2 , .Xr poll 2 , .Xr select 2 , -.Xr socket 2 , -.Xr getsockopt 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 9f4fde80df6..244c5e00e10 100644 --- a/lib/libc/sys/dup.2 +++ b/lib/libc/sys/dup.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dup.2,v 1.4 1999/02/27 21:56:12 deraadt Exp $ +.\" $OpenBSD: dup.2,v 1.5 1999/05/16 19:55:23 alex Exp $ .\" $NetBSD: dup.2,v 1.4 1995/02/27 12:32:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -119,9 +119,9 @@ Too many descriptors are active. .El .Sh SEE ALSO .Xr accept 2 , -.Xr open 2 , .Xr close 2 , .Xr fcntl 2 , +.Xr open 2 , .Xr pipe 2 , .Xr socket 2 , .Xr socketpair 2 , diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 7d7c25529cf..1847a0632e4 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.7 1999/05/10 17:56:29 aaron Exp $ +.\" $OpenBSD: execve.2,v 1.8 1999/05/16 19:55:23 alex Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -270,9 +270,9 @@ is ``root'', then the program has some of the powers of a super-user as well. .Sh SEE ALSO .Xr _exit 2 , -.Xr exit 3 , .Xr fork 2 , .Xr execl 3 , +.Xr exit 3 , .Xr environ 7 .Sh HISTORY The diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index 371fc315224..23efc355dc4 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fcntl.2,v 1.10 1999/05/10 17:56:29 aaron Exp $ +.\" $OpenBSD: fcntl.2,v 1.11 1999/05/16 19:55:23 alex Exp $ .\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -475,9 +475,9 @@ the process ID given as argument is not in use. .Xr close 2 , .Xr execve 2 , .Xr flock 2 , -.Xr getdtablesize 3 , .Xr open 2 , -.Xr sigaction 2 +.Xr sigaction 2 , +.Xr getdtablesize 3 .Sh HISTORY The .Fn fcntl diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2 index d3b8de7ddf0..770143e435b 100644 --- a/lib/libc/sys/flock.2 +++ b/lib/libc/sys/flock.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flock.2,v 1.8 1999/02/27 21:56:15 deraadt Exp $ +.\" $OpenBSD: flock.2,v 1.9 1999/05/16 19:55:24 alex Exp $ .\" $NetBSD: flock.2,v 1.5 1995/02/27 12:32:32 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -139,12 +139,12 @@ have an invalid value. The referenced descriptor is not of the correct type. .El .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , .Xr dup 2 , .Xr execve 2 , .Xr fcntl 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 1266e118810..60e3b28abc5 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdirentries.2,v 1.6 1999/02/27 21:56:17 deraadt Exp $ +.\" $OpenBSD: getdirentries.2,v 1.7 1999/05/16 19:55:25 alex Exp $ .\" $NetBSD: getdirentries.2,v 1.7 1995/10/12 15:40:50 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -154,8 +154,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 d64e76d7f2b..83d609fb443 100644 --- a/lib/libc/sys/getgid.2 +++ b/lib/libc/sys/getgid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getgid.2,v 1.4 1999/02/27 21:56:18 deraadt Exp $ +.\" $OpenBSD: getgid.2,v 1.5 1999/05/16 19:55:25 alex Exp $ .\" $NetBSD: getgid.2,v 1.5 1995/02/27 12:32:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -73,8 +73,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 .Fn getgid and diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index 315bf0426ee..a9e0e2a51c5 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.7 1999/03/02 10:30:34 deraadt Exp $ +.\" $OpenBSD: getitimer.2,v 1.8 1999/05/16 19:55:26 alex Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -178,10 +178,10 @@ parameter specified a time that was too large to be handled. .El .Sh SEE ALSO +.Xr gettimeofday 2 , .Xr poll 2 , .Xr select 2 , -.Xr sigaction 2 , -.Xr gettimeofday 2 +.Xr sigaction 2 .Sh HISTORY The .Fn getitimer diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2 index d2a718cf5e1..99bdd6ce9e5 100644 --- a/lib/libc/sys/getpeername.2 +++ b/lib/libc/sys/getpeername.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpeername.2,v 1.7 1999/02/27 21:56:21 deraadt Exp $ +.\" $OpenBSD: getpeername.2,v 1.8 1999/05/16 19:55:26 alex Exp $ .\" $NetBSD: getpeername.2,v 1.6 1995/10/12 15:40:56 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -85,8 +85,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/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 131dc3e0f7c..326f301224d 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.8 1999/02/27 21:56:24 deraadt Exp $ +.\" $OpenBSD: getsockopt.2,v 1.9 1999/05/16 19:55:27 alex Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -337,11 +337,11 @@ this error may also be returned if is not in a valid part of the process address space. .El .Sh SEE ALSO +.Xr connect 2 , .Xr ioctl 2 , -.Xr socket 2 , .Xr poll 2 , .Xr select 2 , -.Xr connect 2 , +.Xr socket 2 , .Xr getprotoent 3 , .Xr protocols 5 .Sh BUGS diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index 31479f98014..99b5312fbb6 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ioctl.2,v 1.4 1999/02/27 21:56:25 deraadt Exp $ +.\" $OpenBSD: ioctl.2,v 1.5 1999/05/16 19:55:27 alex Exp $ .\" $NetBSD: ioctl.2,v 1.5 1995/02/27 12:33:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -98,13 +98,13 @@ or is not valid. .El .Sh SEE ALSO -.Xr mt 1 , .Xr cdio 1 , .Xr chio 1 , +.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/issetugid.2 b/lib/libc/sys/issetugid.2 index cc8b1b492d3..8634a9b29a2 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: issetugid.2,v 1.14 1999/04/20 02:15:23 aaron Exp $ +.\" $OpenBSD: issetugid.2,v 1.15 1999/05/16 19:55:28 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,10 +98,10 @@ function is always successful, and no return value is reserved to indicate an error. .Sh SEE ALSO .Xr execve 2 , -.Xr seteuid 2 , -.Xr setuid 2 , .Xr setegid 2 , -.Xr setgid 2 +.Xr seteuid 2 , +.Xr setgid 2 , +.Xr setuid 2 .Sh HISTORY The .Fn issetugid diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index e6bab36c340..fdd16f19268 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.2,v 1.5 1999/02/27 21:56:26 deraadt Exp $ +.\" $OpenBSD: kill.2,v 1.6 1999/05/16 19:55:28 alex Exp $ .\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -137,10 +137,10 @@ 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 killpg 3 , -.Xr sigaction 2 +.Xr getpid 2 , +.Xr sigaction 2 , +.Xr killpg 3 .Sh STANDARDS The .Fn kill diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index ccf1686dbf3..7bb9f3cc8bf 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.3 1999/02/27 21:56:27 deraadt Exp $ +.\" $OpenBSD: ktrace.2,v 1.4 1999/05/16 19:55:29 alex Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -156,8 +156,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/link.2 b/lib/libc/sys/link.2 index e7e09334fc3..707f587faf2 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link.2,v 1.6 1999/02/27 21:56:27 deraadt Exp $ +.\" $OpenBSD: link.2,v 1.7 1999/05/16 19:55:29 alex Exp $ .\" $NetBSD: link.2,v 1.7 1995/02/27 12:34:01 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -158,8 +158,8 @@ One of the pathnames specified is outside the process's allocated address space. .El .Sh SEE ALSO -.Xr symlink 2 , .Xr readlink 2 , +.Xr symlink 2 , .Xr unlink 2 .Sh STANDARDS The diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index d7f3c437de4..3cfe04c4fbb 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.11 1999/04/18 17:26:52 espie Exp $ +.\" $OpenBSD: mount.2,v 1.12 1999/05/16 19:55:30 alex Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -330,9 +330,9 @@ mount can also fail if the maximum number of filesystems are currently mounted. .Sh SEE ALSO .Xr statfs 2 , +.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 67ff93ce6c5..6372c9c7c9d 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.10 1998/07/10 07:06:18 deraadt Exp $ +.\" $OpenBSD: msync.2,v 1.11 1999/05/16 19:55:30 alex Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -117,10 +117,10 @@ Writes are currently done synchronously even if the flag is specified. .Sh SEE ALSO .Xr madvise 2 , +.Xr mincore 2 , .Xr minherit 2 , -.Xr munmap 2 , .Xr mprotect 2 , -.Xr mincore 2 +.Xr munmap 2 .Sh HISTORY The .Fn msync diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2 index 702c4cb1e5f..7ce614a2f54 100644 --- a/lib/libc/sys/nfssvc.2 +++ b/lib/libc/sys/nfssvc.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfssvc.2,v 1.6 1999/02/27 21:56:36 deraadt Exp $ +.\" $OpenBSD: nfssvc.2,v 1.7 1999/05/16 19:55:31 alex Exp $ .\" $NetBSD: nfssvc.2,v 1.6 1995/02/27 12:35:08 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -226,8 +226,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 5aa8a9af146..7176387382d 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.7 1999/02/27 21:56:37 deraadt Exp $ +.\" $OpenBSD: open.2,v 1.8 1999/05/16 19:55:32 alex Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -258,11 +258,11 @@ is already locked. .Xr close 2 , .Xr dup 2 , .Xr flock 2 , -.Xr getdtablesize 3 , .Xr lseek 2 , .Xr read 2 , +.Xr umask 2 , .Xr write 2 , -.Xr umask 2 +.Xr getdtablesize 3 .Sh HISTORY An .Fn open diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2 index 4ae0c54d56b..ab5b24e7c17 100644 --- a/lib/libc/sys/pipe.2 +++ b/lib/libc/sys/pipe.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pipe.2,v 1.4 1998/07/06 18:28:10 deraadt Exp $ +.\" $OpenBSD: pipe.2,v 1.5 1999/05/16 19:55:32 alex Exp $ .\" $NetBSD: pipe.2,v 1.6 1995/02/27 12:35:27 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -104,10 +104,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 STANDARDS The .Fn pipe diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index 6aaf79e02de..d645c7e804c 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.5 1999/02/27 21:56:38 deraadt Exp $ +.\" $OpenBSD: poll.2,v 1.6 1999/05/16 19:55:33 alex Exp $ .\" .\" Copyright (c) 1994 Jason R. Thorpe .\" All rights reserved. @@ -186,9 +186,9 @@ may succeed. caught a signal during the polling process. .El .Sh SEE ALSO -.Xr sysconf 3 , .Xr poll 2 , -.Xr select 2 +.Xr select 2 , +.Xr sysconf 3 .Sh HISTORY A .Fn poll diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2 index adc8d7c883f..46e8e30d025 100644 --- a/lib/libc/sys/readlink.2 +++ b/lib/libc/sys/readlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlink.2,v 1.6 1999/02/27 21:56:40 deraadt Exp $ +.\" $OpenBSD: readlink.2,v 1.7 1999/05/16 19:55:33 alex Exp $ .\" $NetBSD: readlink.2,v 1.7 1995/02/27 12:35:54 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -89,8 +89,8 @@ An I/O error occurred while reading from the file system. extends outside the process's allocated address space. .El .Sh SEE ALSO -.Xr stat 2 , .Xr lstat 2 , +.Xr stat 2 , .Xr symlink 2 , .Xr symlink 7 .Sh HISTORY diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 3d32bf17df9..13211238c3c 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.14 1999/02/27 21:56:42 deraadt Exp $ +.\" $OpenBSD: recv.2,v 1.15 1999/05/16 19:55:34 alex Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -298,10 +298,10 @@ was less than 0 or larger than .El .Sh SEE ALSO .Xr fcntl 2 , -.Xr read 2 , +.Xr getsockopt 2 , .Xr poll 2 , +.Xr read 2 , .Xr select 2 , -.Xr getsockopt 2 , .Xr socket 2 .Sh HISTORY The diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index 7e4932df025..f393ee077dd 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rename.2,v 1.4 1999/02/27 21:56:42 deraadt Exp $ +.\" $OpenBSD: rename.2,v 1.5 1999/05/16 19:55:34 alex Exp $ .\" $NetBSD: rename.2,v 1.7 1995/02/27 12:36:15 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -198,7 +198,7 @@ or is a directory and is not empty. .El .Sh SEE ALSO -.Xr open 2 +.Xr open 2 , .Xr symlink 7 .Sh STANDARDS The diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 334e563d3dd..332f4dedae9 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfork.2,v 1.10 1999/02/27 21:56:43 deraadt Exp $ +.\" $OpenBSD: rfork.2,v 1.11 1999/05/16 19:55:35 alex Exp $ .\" .\" This manual page is taken directly from Plan9, and modified to .\" describe the actual OpenBSD implementation. Permission for @@ -108,10 +108,10 @@ processes under execution by a single user would be exceeded. 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/select.2 b/lib/libc/sys/select.2 index 8626c060dfc..0988d4cf393 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.11 1999/03/11 01:35:01 pjanzen Exp $ +.\" $OpenBSD: select.2,v 1.12 1999/05/16 19:55:35 alex Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -160,13 +160,13 @@ negative or too large. .Sh SEE ALSO .Xr accept 2 , .Xr connect 2 , -.Xr getdtablesize 3 , .Xr gettimeofday 2 , .Xr poll 2 , .Xr read 2 , .Xr recv 2 , .Xr send 2 , -.Xr write 2 +.Xr write 2 , +.Xr getdtablesize 3 .Sh BUGS Although the provision of .Xr getdtablesize 3 diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index a8719a1a98b..2b02c73c08c 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: send.2,v 1.13 1999/02/27 21:56:47 deraadt Exp $ +.\" $OpenBSD: send.2,v 1.14 1999/05/16 19:55:36 alex Exp $ .\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -209,10 +209,10 @@ Addresses in the specified address family cannot be used with this socket. .El .Sh SEE ALSO .Xr fcntl 2 , -.Xr recv 2 , +.Xr getsockopt 2 , .Xr poll 2 , +.Xr recv 2 , .Xr select 2 , -.Xr getsockopt 2 , .Xr socket 2 , .Xr write 2 .Sh HISTORY diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index 9be3d8bffc6..2f57e1d2999 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setsid.2,v 1.7 1998/07/24 00:43:48 espie Exp $ +.\" $OpenBSD: setsid.2,v 1.8 1999/05/16 19:55:37 alex Exp $ .\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,8 +71,8 @@ group ID of a process other than the calling process matches the process ID of the calling process. .El .Sh SEE ALSO -.Xr setpgid 2 , .Xr getsid 2 , +.Xr setpgid 2 , .Xr tcgetpgrp 3 , .Xr tcsetpgrp 3 .Sh STANDARDS diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 950ad6627a8..7ae2b84219f 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setuid.2,v 1.5 1999/04/18 17:26:52 espie Exp $ +.\" $OpenBSD: setuid.2,v 1.6 1999/05/16 19:55:37 alex Exp $ .\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -108,8 +108,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 getuid 2 , .Xr issetugid 2 .Sh STANDARDS The diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 8fe749a60ae..62bd8928776 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigprocmask.2,v 1.2 1998/07/06 18:28:38 deraadt Exp $ +.\" $OpenBSD: sigprocmask.2,v 1.3 1999/05/16 19:55:38 alex Exp $ .\" $NetBSD: sigprocmask.2,v 1.6 1995/02/27 12:37:33 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -113,8 +113,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 5192035fcb8..744e701eb4c 100644 --- a/lib/libc/sys/sigsuspend.2 +++ b/lib/libc/sys/sigsuspend.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigsuspend.2,v 1.3 1999/02/27 21:56:51 deraadt Exp $ +.\" $OpenBSD: sigsuspend.2,v 1.4 1999/05/16 19:55:39 alex Exp $ .\" $NetBSD: sigsuspend.2,v 1.4 1995/02/27 12:37:46 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -72,8 +72,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 1de078a9e5a..aa0587e7a1d 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.7 1999/02/27 21:56:52 deraadt Exp $ +.\" $OpenBSD: socket.2,v 1.8 1999/05/16 19:55:39 alex Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -237,19 +237,19 @@ 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 , .Xr listen 2 , +.Xr poll 2 , .Xr read 2 , .Xr recv 2 , -.Xr poll 2 , .Xr select 2 , .Xr send 2 , .Xr shutdown 2 , .Xr socketpair 2 , .Xr write 2 , +.Xr getprotoent 3 , .Xr netintro 4 .Rs .%T "An Introductory 4.3 BSD Interprocess Communication Tutorial" diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index 515c4c6fee9..3e78918cfb8 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socketpair.2,v 1.5 1999/04/28 20:59:35 aaron Exp $ +.\" $OpenBSD: socketpair.2,v 1.6 1999/05/16 19:55:40 alex Exp $ .\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -80,8 +80,8 @@ The address does not specify a valid part of the process address space. .Sh SEE ALSO -.Xr read 2 , .Xr pipe 2 , +.Xr read 2 , .Xr write 2 .Sh BUGS This call is currently implemented only for the diff --git a/lib/libc/sys/swapon.2 b/lib/libc/sys/swapon.2 index 9d493176d0e..70d6b95683f 100644 --- a/lib/libc/sys/swapon.2 +++ b/lib/libc/sys/swapon.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapon.2,v 1.3 1999/02/27 21:56:54 deraadt Exp $ +.\" $OpenBSD: swapon.2,v 1.4 1999/05/16 19:55:40 alex Exp $ .\" $NetBSD: swapon.2,v 1.7 1995/02/27 12:38:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -103,8 +103,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 d6a264cbf6c..405d5f0499c 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.2,v 1.6 1999/02/27 21:56:55 deraadt Exp $ +.\" $OpenBSD: symlink.2,v 1.7 1999/05/16 19:55:41 alex Exp $ .\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -131,8 +131,8 @@ points outside the process's allocated address space. .Sh SEE ALSO .Xr ln 1 , .Xr link 2 , -.Xr unlink 2 , .Xr readlink 2 , +.Xr unlink 2 , .Xr symlink 7 .Sh HISTORY The diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 4f0bdd43229..31cc806cc65 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vfork.2,v 1.8 1999/04/02 16:21:35 aaron Exp $ +.\" $OpenBSD: vfork.2,v 1.9 1999/05/16 19:55:41 alex Exp $ .\" $NetBSD: vfork.2,v 1.8 1997/07/10 07:54:13 mikel Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -70,8 +70,8 @@ or abnormally.) returns 0 in the child's context and (later) the pid of the child in the parent's context. .Sh SEE ALSO -.Xr fork 2 , .Xr execve 2 , +.Xr fork 2 , .Xr sigaction 2 , .Xr wait 2 .Sh RETURN VALUES diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 98790034adc..4bc406c79cb 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.5 1999/02/27 21:57:00 deraadt Exp $ +.\" $OpenBSD: wait.2,v 1.6 1999/05/16 19:55:42 alex Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -295,8 +295,8 @@ and the ability to restart a pending call are extensions to the POSIX interface. .Sh SEE ALSO .Xr _exit 2 , -.Xr exit 3 , -.Xr sigaction 2 +.Xr sigaction 2 , +.Xr exit 3 .Sh HISTORY A .Fn wait diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 20a26a27bed..5f8ca1df6d5 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.12 1999/04/20 02:04:11 aaron Exp $ +.\" $OpenBSD: ctime.3,v 1.13 1999/05/16 19:55:44 alex Exp $ .\" .\" .Dd Feb 16, 1999 @@ -196,8 +196,8 @@ UTC leap seconds are loaded from .Sh SEE ALSO .Xr getenv 3 , .Xr strftime 3 , -.Xr tzset 3 , .Xr time 3 , +.Xr tzset 3 , .Xr tzfil 5 .Sh NOTES The return values point to static data; diff --git a/lib/libc_r/man/flockfile.3 b/lib/libc_r/man/flockfile.3 index 9b8b36f49a6..ac597c55bd7 100644 --- a/lib/libc_r/man/flockfile.3 +++ b/lib/libc_r/man/flockfile.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flockfile.3,v 1.4 1999/04/21 21:17:51 aaron Exp $ +.\" $OpenBSD: flockfile.3,v 1.5 1999/05/16 19:55:45 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Os @@ -99,9 +99,9 @@ None. .Sh SEE ALSO .Xr getc_unlocked 3 , .Xr getchar_unlocked 3 , +.Xr pthreads 3 , .Xr putc_unlocked 3 , -.Xr putchar_unlocked 3 , -.Xr pthreads 3 +.Xr putchar_unlocked 3 .Sh STANDARDS .Fn flockfile , .Fn ftrylockfile diff --git a/lib/libc_r/man/pread.3 b/lib/libc_r/man/pread.3 index 98f82a30f29..f532f2c2e55 100644 --- a/lib/libc_r/man/pread.3 +++ b/lib/libc_r/man/pread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pread.3,v 1.3 1999/03/22 04:20:04 d Exp $ +.\" $OpenBSD: pread.3,v 1.4 1999/05/16 19:55:45 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Os @@ -29,8 +29,8 @@ The function returns values identical to .Xr read 2 . .Sh SEE ALSO -.Xr pthreads 3 , .Xr read 2 , +.Xr pthreads 3 , .Xr pwrite 3 .Sh STANDARDS .Fn pread diff --git a/lib/libc_r/man/pthread_cancel.3 b/lib/libc_r/man/pthread_cancel.3 index 5ba06312a66..d79740f7d7b 100644 --- a/lib/libc_r/man/pthread_cancel.3 +++ b/lib/libc_r/man/pthread_cancel.3 @@ -51,13 +51,13 @@ No thread could be found corresponding to that specified by the given thread ID. .El .Sh SEE ALSO -.Xr pthread_testcancel 3 , -.Xr pthread_setcancelstate 3 , -.Xr pthread_setcanceltype 3 , .Xr pthread_cleanup_pop 3 , .Xr pthread_cleanup_push 3 , .Xr pthread_exit 3 , -.Xr pthread_join 3 +.Xr pthread_join 3 , +.Xr pthread_setcancelstate 3 , +.Xr pthread_setcanceltype 3 , +.Xr pthread_testcancel 3 .Sh STANDARDS .Fn pthread_cancel conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_sigmask.3 b/lib/libc_r/man/pthread_sigmask.3 index 6ce85538cd3..dc5bfab20ba 100644 --- a/lib/libc_r/man/pthread_sigmask.3 +++ b/lib/libc_r/man/pthread_sigmask.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_sigmask.3,v 1.1 1999/03/22 04:12:57 d Exp $ +.\" $OpenBSD: pthread_sigmask.3,v 1.2 1999/05/16 19:55:46 alex Exp $ .Dd March 21, 1999 .Os .Dt PTHREAD_SIGMASK 3 @@ -22,8 +22,8 @@ The return values of are the same as .Xr sigprocmask 2 . .Sh SEE ALSO -.Xr pthreads 3 , -.Xr sigprocmask 2 . +.Xr sigprocmask 2 , +.Xr pthreads 3 .Sh STANDARDS .Fn pthread_sigmask conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pwrite.3 b/lib/libc_r/man/pwrite.3 index 3f1a07594aa..eb0ea1f81e5 100644 --- a/lib/libc_r/man/pwrite.3 +++ b/lib/libc_r/man/pwrite.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwrite.3,v 1.3 1999/03/22 04:20:04 d Exp $ +.\" $OpenBSD: pwrite.3,v 1.4 1999/05/16 19:55:47 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Os @@ -29,9 +29,9 @@ The function returns values identical to .Xr write 2 . .Sh SEE ALSO -.Xr pthreads 3 , .Xr write 2 , -.Xr pread 3 +.Xr pread 3 , +.Xr pthreads 3 .Sh STANDARDS .Fn pread conforms to TOG SUSv2 . diff --git a/lib/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3 index bf646699b71..5a8a0a1183c 100644 --- a/lib/libc_r/man/sigwait.3 +++ b/lib/libc_r/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.5 1999/03/22 04:20:05 d Exp $ +.\" $OpenBSD: sigwait.3,v 1.6 1999/05/16 19:55:47 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Os @@ -63,12 +63,12 @@ The argument contains an invalid or unsupported signal number .El .Sh SEE ALSO -.Xr pause 3 , .Xr sigaction 2 , .Xr sigpending 2 , .Xr sigsuspend 2 , -.Xr pthreads 3 , -.Xr pthread_sigmask 3 +.Xr pause 3 , +.Xr pthread_sigmask 3 , +.Xr pthreads 3 .Sh STANDARDS .Fn sigwait conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libcompat/4.1/vtimes.3 b/lib/libcompat/4.1/vtimes.3 index 65b3f10e23d..8817e2f2211 100644 --- a/lib/libcompat/4.1/vtimes.3 +++ b/lib/libcompat/4.1/vtimes.3 @@ -132,9 +132,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 getrusage 2 , .Xr time 2 , -.Xr wait3 2 , -.Xr getrusage 2 +.Xr wait3 2 .Sh HISTORY The .Fn vlimit diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3 index f84cdf86b06..d10ef653765 100644 --- a/lib/libcompat/4.3/re_comp.3 +++ b/lib/libcompat/4.3/re_comp.3 @@ -112,8 +112,8 @@ unmatched \e). .Ed .Sh SEE ALSO .Xr ed 1 , -.Xr ex 1 , .Xr egrep 1 , +.Xr ex 1 , .Xr fgrep 1 , .Xr grep 1 , .Xr regex 3 diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index 97b6712cb2f..88484808b25 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -282,9 +282,9 @@ where failures are syntax errors, exceeding implementation limits, or applying `+' or `*' to a possibly NULL operand. .Sh SEE ALSO .Xr ed 1 , +.Xr egrep 1 , .Xr ex 1 , .Xr expr 1 , -.Xr egrep 1 , .Xr fgrep 1 , .Xr grep 1 , .Xr regex 3 diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 0154bb449a3..2b70571942f 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.5 1999/05/12 21:58:33 aaron Exp $ +.\" $OpenBSD: editline.3,v 1.6 1999/05/16 19:55:51 alex Exp $ .\" $NetBSD: editline.3,v 1.4 1997/01/14 04:17:23 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -508,10 +508,10 @@ Save the history list to .\"XXX.Sh EXAMPLES .\"XXX: provide some examples .Sh SEE ALSO -.Xr editrc 5 , .Xr sh 1 , .Xr signal 3 , -.Xr termcap 3 +.Xr termcap 3 , +.Xr editrc 5 .Sh HISTORY The .Nm diff --git a/lib/libkvm.old/kvm_getfiles.3 b/lib/libkvm.old/kvm_getfiles.3 index ef39203d284..1a4237c0511 100644 --- a/lib/libkvm.old/kvm_getfiles.3 +++ b/lib/libkvm.old/kvm_getfiles.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getfiles.3,v 1.2 1998/08/06 21:26:13 kstailey Exp $ +.\" $OpenBSD: kvm_getfiles.3,v 1.3 1999/05/16 19:55:54 alex Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -78,10 +78,10 @@ will return NULL on failure. This routine does not belong in the kvm interface. .Sh SEE ALSO .Xr kvm 3 , +.Xr kvm_close 3 , +.Xr kvm_geterr 3 , +.Xr kvm_nlist 3 , .Xr kvm_open 3 , .Xr kvm_openfiles 3 , -.Xr kvm_close 3 , .Xr kvm_read 3 , -.Xr kvm_write 3 , -.Xr kvm_nlist 3 , -.Xr kvm_geterr 3 +.Xr kvm_write 3 diff --git a/lib/libkvm.old/kvm_getloadavg.3 b/lib/libkvm.old/kvm_getloadavg.3 index 599abac43a5..8759deeee30 100644 --- a/lib/libkvm.old/kvm_getloadavg.3 +++ b/lib/libkvm.old/kvm_getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getloadavg.3,v 1.2 1997/01/02 20:24:09 deraadt Exp $ +.\" $OpenBSD: kvm_getloadavg.3,v 1.3 1999/05/16 19:55:55 alex Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,5 +63,5 @@ 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 kvm 3 , -.Xr getloadavg 3 +.Xr getloadavg 3 , +.Xr kvm 3 diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3 index 75da186e208..98517b66053 100644 --- a/lib/libkvm/kvm_getfiles.3 +++ b/lib/libkvm/kvm_getfiles.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getfiles.3,v 1.3 1998/08/06 21:23:00 kstailey Exp $ +.\" $OpenBSD: kvm_getfiles.3,v 1.4 1999/05/16 19:55:52 alex Exp $ .\" $NetBSD: kvm_getfiles.3,v 1.3 1996/03/18 22:33:23 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -79,10 +79,10 @@ will return NULL on failure. This routine does not belong in the kvm interface. .Sh SEE ALSO .Xr kvm 3 , +.Xr kvm_close 3 , +.Xr kvm_geterr 3 , +.Xr kvm_nlist 3 , .Xr kvm_open 3 , .Xr kvm_openfiles 3 , -.Xr kvm_close 3 , .Xr kvm_read 3 , -.Xr kvm_write 3 , -.Xr kvm_nlist 3 , -.Xr kvm_geterr 3 +.Xr kvm_write 3 diff --git a/lib/libkvm/kvm_getloadavg.3 b/lib/libkvm/kvm_getloadavg.3 index 7bb8efe10e2..2b254b7efdb 100644 --- a/lib/libkvm/kvm_getloadavg.3 +++ b/lib/libkvm/kvm_getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getloadavg.3,v 1.3 1997/01/02 20:24:07 deraadt Exp $ +.\" $OpenBSD: kvm_getloadavg.3,v 1.4 1999/05/16 19:55:53 alex Exp $ .\" $NetBSD: kvm_getloadavg.3,v 1.2 1996/03/18 22:33:26 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -64,5 +64,5 @@ 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 kvm 3 , -.Xr getloadavg 3 +.Xr getloadavg 3 , +.Xr kvm 3 diff --git a/lib/libm/man/acos.3 b/lib/libm/man/acos.3 index 795c3b61ab0..fa6cac56e5a 100644 --- a/lib/libm/man/acos.3 +++ b/lib/libm/man/acos.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91 -.\" $Id: acos.3,v 1.3 1997/04/05 04:18:45 tholo Exp $ +.\" $Id: acos.3,v 1.4 1999/05/16 19:55:56 alex Exp $ .\" .Dd May 2, 1991 .Dt ACOS 3 @@ -62,13 +62,13 @@ sets the global variable .Va errno to EDOM. .Sh SEE ALSO -.Xr sin 3 , -.Xr cos 3 , -.Xr tan 3 , .Xr asin 3 , .Xr atan 3 , .Xr atan2 3 , -.Xr sinh 3 , +.Xr cos 3 , .Xr cosh 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr math 3 , +.Xr sin 3 , +.Xr sinh 3 , +.Xr tan 3 , +.Xr tanh 3 diff --git a/lib/libm/man/asin.3 b/lib/libm/man/asin.3 index cacb3506e71..c5430f479d2 100644 --- a/lib/libm/man/asin.3 +++ b/lib/libm/man/asin.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91 -.\" $Id: asin.3,v 1.3 1997/04/05 04:18:46 tholo Exp $ +.\" $Id: asin.3,v 1.4 1999/05/16 19:55:56 alex Exp $ .\" .Dd May 2, 1991 .Dt ASIN 3 @@ -69,8 +69,8 @@ to EDOM. .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3 index f7a34bf2166..35aadb1a872 100644 --- a/lib/libm/man/atan.3 +++ b/lib/libm/man/atan.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91 -.\" $Id: atan.3,v 1.3 1997/04/05 04:18:47 tholo Exp $ +.\" $Id: atan.3,v 1.4 1999/05/16 19:55:57 alex Exp $ .\" .Dd May 2, 1991 .Dt ATAN 3 @@ -61,8 +61,8 @@ in the range .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 diff --git a/lib/libm/man/atan2.3 b/lib/libm/man/atan2.3 index d371b67325f..dff7e4a10c1 100644 --- a/lib/libm/man/atan2.3 +++ b/lib/libm/man/atan2.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91 -.\" $Id: atan2.3,v 1.2 1995/10/28 00:56:48 deraadt Exp $ +.\" $Id: atan2.3,v 1.3 1999/05/16 19:55:57 alex Exp $ .\" .Dd May 2, 1991 .Dt ATAN2 3 @@ -181,11 +181,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x); .Xr atan 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 , +.Xr tanh 3 .Sh STANDARDS The .Fn atan2 diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3 index 4a1a8d2ad72..affa3204c66 100644 --- a/lib/libm/man/ceil.3 +++ b/lib/libm/man/ceil.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91 -.\" $Id: ceil.3,v 1.3 1996/08/12 22:17:53 deraadt Exp $ +.\" $Id: ceil.3,v 1.4 1999/05/16 19:55:57 alex Exp $ .\" .Dd March 10, 1994 .Dt CEIL 3 @@ -57,8 +57,8 @@ greater than or equal to .Xr fabs 3 , .Xr floor 3 , .Xr ieee 3 , -.Xr rint 3 , -.Xr math 3 +.Xr math 3 , +.Xr rint 3 .Sh STANDARDS The .Fn ceil diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3 index 8f295cbd58c..438b78fd977 100644 --- a/lib/libm/man/cos.3 +++ b/lib/libm/man/cos.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cos.3,v 1.2 1995/10/28 00:56:50 deraadt Exp $ +.\" $Id: cos.3,v 1.3 1999/05/16 19:55:58 alex Exp $ .\" .Dd May 2, 1991 .Dt COS 3 @@ -61,16 +61,16 @@ The .Fn cos function returns the cosine value. .Sh SEE ALSO -.Xr sin 3 , -.Xr tan 3 , -.Xr asin 3 , .Xr acos 3 , +.Xr asin 3 , .Xr atan 3 , .Xr atan2 3 , -.Xr sinh 3 , .Xr cosh 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr math 3 , +.Xr sin 3 , +.Xr sinh 3 , +.Xr tan 3 , +.Xr tanh 3 .Sh STANDARDS The .Fn cos diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3 index 9f45c06dd21..8b33ba9d33b 100644 --- a/lib/libm/man/cosh.3 +++ b/lib/libm/man/cosh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cosh.3,v 1.3 1997/04/05 04:18:47 tholo Exp $ +.\" $Id: cosh.3,v 1.4 1999/05/16 19:55:58 alex Exp $ .\" .Dd May 2, 1991 .Dt COSH 3 @@ -65,8 +65,8 @@ to ERANGE. .Xr atan 3 , .Xr atan2 3 , .Xr cos 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index b31f79b7f39..bd67b9f284b 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 -.\" $Id: exp.3,v 1.3 1997/04/05 04:18:48 tholo Exp $ +.\" $Id: exp.3,v 1.4 1999/05/16 19:55:59 alex Exp $ .\" .Dd July 31, 1991 .Dt EXP 3 @@ -272,8 +272,8 @@ then \*(Na**0 = 1 too because x**0 = 1 for all finite and infinite x, i.e., independently of x. .El .Sh SEE ALSO -.Xr math 3 , -.Xr infnan 3 +.Xr infnan 3 , +.Xr math 3 .Sh HISTORY A .Fn exp , diff --git a/lib/libm/man/fabs.3 b/lib/libm/man/fabs.3 index 7e29c8ab362..94f40934509 100644 --- a/lib/libm/man/fabs.3 +++ b/lib/libm/man/fabs.3 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91 -.\" $Id: fabs.3,v 1.2 1995/10/28 00:56:53 deraadt Exp $ +.\" $Id: fabs.3,v 1.3 1999/05/16 19:55:59 alex Exp $ .\" .Dd May 2, 1991 .Dt FABS 3 @@ -61,9 +61,9 @@ function returns the absolute value of .Xr abs 3 , .Xr ceil 3 , .Xr floor 3 , -.Xr rint 3 , .Xr ieee 3 , -.Xr math 3 +.Xr math 3 , +.Xr rint 3 .Sh STANDARDS The .Fn fabs diff --git a/lib/libm/man/floor.3 b/lib/libm/man/floor.3 index 4e4ccb4e50e..95477dc75a7 100644 --- a/lib/libm/man/floor.3 +++ b/lib/libm/man/floor.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91 -.\" $Id: floor.3,v 1.2 1995/10/28 00:56:54 deraadt Exp $ +.\" $Id: floor.3,v 1.3 1999/05/16 19:55:59 alex Exp $ .\" .Dd March 10, 1994 .Dt FLOOR 3 @@ -57,8 +57,8 @@ less than or equal to .Xr ceil 3 , .Xr fabs 3 , .Xr ieee 3 , -.Xr rint 3 , -.Xr math 3 +.Xr math 3 , +.Xr rint 3 .Sh STANDARDS The .Fn floor diff --git a/lib/libm/man/infnan.3 b/lib/libm/man/infnan.3 index a27eee52c29..3c98e3005de 100644 --- a/lib/libm/man/infnan.3 +++ b/lib/libm/man/infnan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: infnan.3,v 1.1 1997/09/01 02:13:13 mickey Exp $ +.\" $OpenBSD: infnan.3,v 1.2 1999/05/16 19:56:00 alex Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -160,9 +160,9 @@ int iarg ; } .Ed .Sh SEE ALSO -.Xr math 3 , .Xr intro 2 , -.Xr signal 3 . +.Xr math 3 , +.Xr signal 3 .Pp .Dv ERANGE and diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3 index 115051ac081..d1d92f93c89 100644 --- a/lib/libm/man/lgamma.3 +++ b/lib/libm/man/lgamma.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92 -.\" $Id: lgamma.3,v 1.4 1999/02/27 21:57:29 deraadt Exp $ +.\" $Id: lgamma.3,v 1.5 1999/05/16 19:56:00 alex Exp $ .\" .Dd December 3, 1992 .Dt LGAMMA 3 @@ -90,8 +90,8 @@ and is set to .Er ERANGE . .Sh SEE ALSO -.Xr math 3 , -.Xr infnan 3 +.Xr infnan 3 , +.Xr math 3 .Sh HISTORY The .Nm lgamma diff --git a/lib/libm/man/rint.3 b/lib/libm/man/rint.3 index 900de9d1cff..bcf337fd7e4 100644 --- a/lib/libm/man/rint.3 +++ b/lib/libm/man/rint.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91 -.\" $Id: rint.3,v 1.2 1995/10/28 00:56:59 deraadt Exp $ +.\" $Id: rint.3,v 1.3 1999/05/16 19:56:01 alex Exp $ .\" .Dd March 10, 1994 .Dt RINT 3 @@ -53,8 +53,8 @@ nearest to according to the prevailing rounding mode. .Sh SEE ALSO .Xr abs 3 , -.Xr fabs 3 , .Xr ceil 3 , +.Xr fabs 3 , .Xr floor 3 , .Xr ieee 3 , .Xr math 3 diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3 index cedf504be9e..5171da9ece4 100644 --- a/lib/libm/man/sin.3 +++ b/lib/libm/man/sin.3 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91 -.\" $Id: sin.3,v 1.2 1995/10/28 00:57:00 deraadt Exp $ +.\" $Id: sin.3,v 1.3 1999/05/16 19:56:01 alex Exp $ .\" .Dd April 19, 1991 .Dt SIN 3 @@ -64,10 +64,10 @@ function returns the sine value. .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 .Sh STANDARDS The .Fn sin diff --git a/lib/libm/man/sinh.3 b/lib/libm/man/sinh.3 index 476c30075e2..3d1e380114f 100644 --- a/lib/libm/man/sinh.3 +++ b/lib/libm/man/sinh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91 -.\" $Id: sinh.3,v 1.2 1995/10/28 00:57:00 deraadt Exp $ +.\" $Id: sinh.3,v 1.3 1999/05/16 19:56:02 alex Exp $ .Dd April 19, 1991 .Dt SINH 3 .Os @@ -66,10 +66,10 @@ is set to .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 .Sh STANDARDS The .Fn sinh diff --git a/lib/libm/man/tan.3 b/lib/libm/man/tan.3 index 0cab9324910..efc37baa676 100644 --- a/lib/libm/man/tan.3 +++ b/lib/libm/man/tan.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91 -.\" $Id: tan.3,v 1.2 1995/10/28 00:57:02 deraadt Exp $ +.\" $Id: tan.3,v 1.3 1999/05/16 19:56:02 alex Exp $ .\" .Dd May 2, 1991 .Dt TAN 3 @@ -67,10 +67,10 @@ function returns the tangent value. .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 .Sh STANDARDS The .Fn tan diff --git a/lib/libm/man/tanh.3 b/lib/libm/man/tanh.3 index db5ae7fdcda..87f67da792d 100644 --- a/lib/libm/man/tanh.3 +++ b/lib/libm/man/tanh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: tanh.3,v 1.2 1995/10/28 00:57:03 deraadt Exp $ +.\" $Id: tanh.3,v 1.3 1999/05/16 19:56:02 alex Exp $ .\" .Dd May 2, 1991 .Dt TANH 3 @@ -64,10 +64,10 @@ function returns the hyperbolic tangent value. .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , -.Xr tan 3 , -.Xr math 3 +.Xr tan 3 .Sh STANDARDS The .Fn tanh diff --git a/lib/libocurses/ocurses.3 b/lib/libocurses/ocurses.3 index c12dca6a7b5..06a35c05c9e 100644 --- a/lib/libocurses/ocurses.3 +++ b/lib/libocurses/ocurses.3 @@ -60,7 +60,7 @@ should be called before exiting. .Sh SEE ALSO .Xr ioctl 2 , .Xr getenv 3 , -.Xr termcap 3 +.Xr termcap 3 , .Xr tty 4 , .Xr termcap 5 .Rs diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3 index 9b8b36f49a6..ac597c55bd7 100644 --- a/lib/libpthread/man/flockfile.3 +++ b/lib/libpthread/man/flockfile.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flockfile.3,v 1.4 1999/04/21 21:17:51 aaron Exp $ +.\" $OpenBSD: flockfile.3,v 1.5 1999/05/16 19:55:45 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Os @@ -99,9 +99,9 @@ None. .Sh SEE ALSO .Xr getc_unlocked 3 , .Xr getchar_unlocked 3 , +.Xr pthreads 3 , .Xr putc_unlocked 3 , -.Xr putchar_unlocked 3 , -.Xr pthreads 3 +.Xr putchar_unlocked 3 .Sh STANDARDS .Fn flockfile , .Fn ftrylockfile diff --git a/lib/libpthread/man/pread.3 b/lib/libpthread/man/pread.3 index 98f82a30f29..f532f2c2e55 100644 --- a/lib/libpthread/man/pread.3 +++ b/lib/libpthread/man/pread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pread.3,v 1.3 1999/03/22 04:20:04 d Exp $ +.\" $OpenBSD: pread.3,v 1.4 1999/05/16 19:55:45 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Os @@ -29,8 +29,8 @@ The function returns values identical to .Xr read 2 . .Sh SEE ALSO -.Xr pthreads 3 , .Xr read 2 , +.Xr pthreads 3 , .Xr pwrite 3 .Sh STANDARDS .Fn pread diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3 index 5ba06312a66..d79740f7d7b 100644 --- a/lib/libpthread/man/pthread_cancel.3 +++ b/lib/libpthread/man/pthread_cancel.3 @@ -51,13 +51,13 @@ No thread could be found corresponding to that specified by the given thread ID. .El .Sh SEE ALSO -.Xr pthread_testcancel 3 , -.Xr pthread_setcancelstate 3 , -.Xr pthread_setcanceltype 3 , .Xr pthread_cleanup_pop 3 , .Xr pthread_cleanup_push 3 , .Xr pthread_exit 3 , -.Xr pthread_join 3 +.Xr pthread_join 3 , +.Xr pthread_setcancelstate 3 , +.Xr pthread_setcanceltype 3 , +.Xr pthread_testcancel 3 .Sh STANDARDS .Fn pthread_cancel conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3 index 6ce85538cd3..dc5bfab20ba 100644 --- a/lib/libpthread/man/pthread_sigmask.3 +++ b/lib/libpthread/man/pthread_sigmask.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_sigmask.3,v 1.1 1999/03/22 04:12:57 d Exp $ +.\" $OpenBSD: pthread_sigmask.3,v 1.2 1999/05/16 19:55:46 alex Exp $ .Dd March 21, 1999 .Os .Dt PTHREAD_SIGMASK 3 @@ -22,8 +22,8 @@ The return values of are the same as .Xr sigprocmask 2 . .Sh SEE ALSO -.Xr pthreads 3 , -.Xr sigprocmask 2 . +.Xr sigprocmask 2 , +.Xr pthreads 3 .Sh STANDARDS .Fn pthread_sigmask conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pwrite.3 b/lib/libpthread/man/pwrite.3 index 3f1a07594aa..eb0ea1f81e5 100644 --- a/lib/libpthread/man/pwrite.3 +++ b/lib/libpthread/man/pwrite.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwrite.3,v 1.3 1999/03/22 04:20:04 d Exp $ +.\" $OpenBSD: pwrite.3,v 1.4 1999/05/16 19:55:47 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Os @@ -29,9 +29,9 @@ The function returns values identical to .Xr write 2 . .Sh SEE ALSO -.Xr pthreads 3 , .Xr write 2 , -.Xr pread 3 +.Xr pread 3 , +.Xr pthreads 3 .Sh STANDARDS .Fn pread conforms to TOG SUSv2 . diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index bf646699b71..5a8a0a1183c 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.5 1999/03/22 04:20:05 d Exp $ +.\" $OpenBSD: sigwait.3,v 1.6 1999/05/16 19:55:47 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Os @@ -63,12 +63,12 @@ The argument contains an invalid or unsupported signal number .El .Sh SEE ALSO -.Xr pause 3 , .Xr sigaction 2 , .Xr sigpending 2 , .Xr sigsuspend 2 , -.Xr pthreads 3 , -.Xr pthread_sigmask 3 +.Xr pause 3 , +.Xr pthread_sigmask 3 , +.Xr pthreads 3 .Sh STANDARDS .Fn sigwait conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libtermlib/terminfo.3 b/lib/libtermlib/terminfo.3 index dbfdc86ff3a..278a24922ab 100644 --- a/lib/libtermlib/terminfo.3 +++ b/lib/libtermlib/terminfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: terminfo.3,v 1.4 1998/06/21 22:13:51 millert Exp $ +.\" $OpenBSD: terminfo.3,v 1.5 1999/05/16 19:56:04 alex Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -437,9 +437,9 @@ The XSI Curses standard prototypes .Fn tparm with a fixed number of parameters, rather than a variable argument list. .Sh SEE ALSO -.Xr curses 3 .Xr curs_initscr 3 , .Xr curs_kernel 3 , .Xr curs_termcap 3 , +.Xr curses 3 , .Xr putc 3 , .Xr terminfo 5 diff --git a/lib/libutil/scsi.3 b/lib/libutil/scsi.3 index 1632c9826eb..3d1b927495b 100644 --- a/lib/libutil/scsi.3 +++ b/lib/libutil/scsi.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.3,v 1.2 1999/03/10 21:25:28 pjanzen Exp $ +.\" $OpenBSD: scsi.3,v 1.3 1999/05/16 19:56:05 alex Exp $ .\" Copyright (c) 1994 HD Associates (hd@world.std.com) .\" All rights reserved. .\" @@ -327,8 +327,8 @@ The function .Fn scsireq_enter returns the result of the ioctl call. .Sh SEE ALSO -.Xr scsi 8 , -.Xr scsi 4 +.Xr scsi 4 , +.Xr scsi 8 .Sh BUGS This only works completely for the 1542C. The host adapter code that sets up the residual amount of data transfer has to be added diff --git a/libexec/atrun/atrun.8 b/libexec/atrun/atrun.8 index 44559cdd267..2c1976bd191 100644 --- a/libexec/atrun/atrun.8 +++ b/libexec/atrun/atrun.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atrun.8,v 1.4 1998/05/22 22:16:29 deraadt Exp $ +.\" $OpenBSD: atrun.8,v 1.5 1999/05/16 19:56:07 alex Exp $ .\" $FreeBSD: atrun.man,v 1.3 1997/02/22 14:20:55 peter Exp $ .Dd April 12, 1995 .Dt ATRUN 8 @@ -55,11 +55,11 @@ Directory containing output spool files Directory containing job files .El .Sh SEE ALSO -.Xr cron 8 , +.Xr at 1 , .Xr crontab 1 , +.Xr syslog 3 , .Xr crontab 5 , -.Xr at 1 , -.Xr syslog 3 . +.Xr cron 8 .Sh BUGS The functionality of .Nm atrun diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 8e5dd4b91e6..ad80fc2047c 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 -.\" $Id: getty.8,v 1.2 1998/10/20 21:38:22 angelos Exp $ +.\" $Id: getty.8,v 1.3 1999/05/16 19:56:07 alex Exp $ .\" .Dd June 4, 1993 .Dt GETTY 8 @@ -115,12 +115,12 @@ does not exist. .It Pa /etc/gettytab .El .Sh SEE ALSO -.Xr gettytab 5 , -.Xr init 8 , .Xr login 1 , .Xr ioctl 2 , .Xr tty 4 , -.Xr ttys 5 +.Xr gettytab 5 , +.Xr ttys 5 , +.Xr init 8 .Sh HISTORY A .Nm getty diff --git a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 index 1807c312e24..33fa8888d06 100644 --- a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.yppasswdd.8,v 1.8 1998/07/16 22:30:21 deraadt Exp $ +.\" $OpenBSD: rpc.yppasswdd.8,v 1.9 1999/05/16 19:56:08 alex Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -84,9 +84,9 @@ man page for .It Pa /etc/master.passwd .El .Sh SEE ALSO -.Xr yp 8 , -.Xr ypserv.acl 5 , +.Xr ypbind 1 , .Xr securenet 5 , -.Xr ypbind 1 +.Xr ypserv.acl 5 , +.Xr yp 8 .Sh AUTHOR Mats O Jansson <moj@stacken.kth.se> diff --git a/libexec/smtpd/smtpd/smtpd.8 b/libexec/smtpd/smtpd/smtpd.8 index adc72ab2bd9..d25945ea54b 100644 --- a/libexec/smtpd/smtpd/smtpd.8 +++ b/libexec/smtpd/smtpd/smtpd.8 @@ -1,4 +1,4 @@ -.\" $Id: smtpd.8,v 1.9 1998/10/15 01:46:52 ian Exp $ +.\" $Id: smtpd.8,v 1.10 1999/05/16 19:56:10 alex Exp $ .Dd Dec 10, 1997 .Dt SMTPD 8 .Os OpenBSD @@ -132,9 +132,9 @@ SMTP dialogue. Each rule is checked with the current source (SMTP client machine and possibly user from ident) and the current FROM: and RCPT: addresses. .Sh SEE ALSO -.Xr smtpfwdd 8 , +.Xr inetd 8 , .Xr sendmail 8 , -.Xr inetd 8 +.Xr smtpfwdd 8 .Pp .Pa /usr/share/smtpd \- example configuration files. diff --git a/libexec/smtpd/smtpfwdd/smtpfwdd.8 b/libexec/smtpd/smtpfwdd/smtpfwdd.8 index 17e599e4aad..b13b9a37d6e 100644 --- a/libexec/smtpd/smtpfwdd/smtpfwdd.8 +++ b/libexec/smtpd/smtpfwdd/smtpfwdd.8 @@ -1,4 +1,4 @@ -.\" $Id: smtpfwdd.8,v 1.6 1998/06/03 08:57:01 beck Exp $ +.\" $Id: smtpfwdd.8,v 1.7 1999/05/16 19:56:11 alex Exp $ .Dd Dec 10, 1997 .Dt SMTPFWDD 8 .Os OpenBSD @@ -75,9 +75,9 @@ should normally be a user that is able to run .Xr sendmail 8 and use the -f option to specify the sender of a mail message. .Sh SEE ALSO -.Xr smtpd 8 , +.Xr inetd 8 , .Xr sendmail 8 , -.Xr inetd 8 +.Xr smtpd 8 .Sh BUGS Since .Xr sendmail 8 diff --git a/lkm/ap/ap.4 b/lkm/ap/ap.4 index db3d22800f1..a54cca7099c 100644 --- a/lkm/ap/ap.4 +++ b/lkm/ap/ap.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ap.4,v 1.1 1997/01/19 12:29:25 mickey Exp $ +.\" $OpenBSD: ap.4,v 1.2 1999/05/16 19:56:13 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,8 +67,8 @@ to open .It Pa /dev/xf86 .El .Sh SEE ALSO -.Xr mem 4 , -.Xr kmem 4 +.Xr kmem 4 , +.Xr mem 4 .Sh HISTORY This work is heavily inspired from the Solaris x86 aperture driver by Doug Anson (danson@lgc.com) and David Holland (davidh@use.com). diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8 index 354ec897e59..f453a786f2c 100644 --- a/sbin/ipf/ipf.8 +++ b/sbin/ipf/ipf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.8,v 1.7 1999/04/29 17:57:35 espie Exp $ +.\" $OpenBSD: ipf.8,v 1.8 1999/05/16 19:56:13 alex Exp $ .Dd February 6, 1999 .Dt IPF 8 .Os @@ -114,13 +114,13 @@ name of the state socket .Sh SEE ALSO .Xr ipftest 1 , -.Xr ipnat 8 , .Xr ipf 4 , .Xr ipl 4 , .Xr ipnat 4 , .Xr ipf 5 , .Xr ipfstat 8 , -.Xr ipmon 8 +.Xr ipmon 8 , +.Xr ipnat 8 .br http://coombs.anu.edu.au/ipfilter/ .Sh DIAGNOSTICS diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index dec7aa027d7..b330abeb90b 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.5 1999/03/30 03:29:03 provos Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.6 1999/05/16 19:56:14 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -369,10 +369,10 @@ ipsecadm old ah -auth md5 -spi 1001 -dst 169.20.12.2 -src 169.20.12.3 \e\ -key 12341234deadbeef .Ed .Sh SEE ALSO -.Xr services 5 , -.Xr protocols 5 , .Xr netstat 1 , -.Xr isakmpd 8 , .Xr ipsec 4 , -.Xr vpn 8 , -.Xr photurisd 8 +.Xr protocols 5 , +.Xr services 5 , +.Xr isakmpd 8 , +.Xr photurisd 8 , +.Xr vpn 8 diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 8c258602a17..edb65093f47 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.16 1999/05/01 20:43:43 niklas Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.17 1999/05/16 19:56:15 alex Exp $ .\" $EOM: isakmpd.conf.5,v 1.19 1999/05/01 20:21:10 niklas Exp $ .\" .\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -630,5 +630,5 @@ PUBKEY= /etc/isakmpd_key.pub .Ed .Pp .Sh SEE ALSO -.Xr isakmpd 8 , -.Xr ipsec 4 . +.Xr ipsec 4 , +.Xr isakmpd 8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 8c2c317b0aa..04356a1e40f 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.15 1999/05/12 13:26:49 aaron Exp $ +.\" $OpenBSD: ping.8,v 1.16 1999/05/16 19:56:16 alex Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -370,8 +370,8 @@ broadcast address should only be done under very controlled conditions. .Sh SEE ALSO .Xr netstat 1 , .Xr ifconfig 8 , -.Xr spray 8 , -.Xr routed 8 +.Xr routed 8 , +.Xr spray 8 .Sh HISTORY The .Nm diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8 index f0248033860..cb78adbc0f6 100644 --- a/sbin/reboot/boot_pmax.8 +++ b/sbin/reboot/boot_pmax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_pmax.8,v 1.10 1998/11/28 19:56:32 aaron Exp $ +.\" $OpenBSD: boot_pmax.8,v 1.11 1999/05/16 19:56:17 alex Exp $ .\" $NetBSD: boot_pmax.8,v 1.1 1995/04/25 23:55:11 mellon Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -203,9 +203,9 @@ boot 3/rz4/bsd.new -a .Xr init 8 , .Xr newfs 8 , .Xr rc 8 , +.Xr reboot 8 , .Xr shutdown 8 , -.Xr syslogd 8 , -.Xr reboot 8 +.Xr syslogd 8 .Sh HISTORY The .Nm diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index b59f0c506b3..3c0476bc04a 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -95,8 +95,8 @@ turns off tracing. dumps the daemon's routing table to the current tracefile. .El .Sh SEE ALSO -.Xr routed 8 , -.Xr gated 8 . +.Xr gated 8 , +.Xr routed 8 .br RFC\ 1058 - Routing Information Protocol, RIPv1 .br diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4 index 6e54df4b9c4..a0153455bdf 100644 --- a/share/man/man4/adv.4 +++ b/share/man/man4/adv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adv.4,v 1.2 1998/11/17 06:25:17 downsj Exp $ +.\" $OpenBSD: adv.4,v 1.3 1999/05/16 19:56:19 alex Exp $ .\" .\" Copyright (c) 1998, Jason Downs. All rights reserved. .\" @@ -51,8 +51,8 @@ driver supports the ABP-940UW; others may work, but have not been tested. Probably. .Pp .Sh SEE ALSO -.Xr intro 4 , .Xr cd 4 , +.Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , .Xr st 4 diff --git a/share/man/man4/clnp.4 b/share/man/man4/clnp.4 index 350215eac30..15595975a05 100644 --- a/share/man/man4/clnp.4 +++ b/share/man/man4/clnp.4 @@ -154,10 +154,10 @@ address exists. When specifying unsupported options. .El .Sh SEE ALSO -.Xr send 2 , .Xr recv 2 , -.Xr netintro 4 , -.Xr iso 4 +.Xr send 2 , +.Xr iso 4 , +.Xr netintro 4 .Sh BUGS Packets are sent with the type code of 0x1d (technically an invalid packet type) for lack of a better way to identify raw diff --git a/share/man/man4/cltp.4 b/share/man/man4/cltp.4 index bc4a4d8daa5..7b48c59c35d 100644 --- a/share/man/man4/cltp.4 +++ b/share/man/man4/cltp.4 @@ -124,6 +124,6 @@ exists. .Xr recv 2 , .Xr send 2 , .Xr socket 2 , -.Xr netintro 4 , +.Xr clnp 4 , .Xr iso 4 , -.Xr clnp 4 +.Xr netintro 4 diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 37ebfd9c148..0471743a685 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.13 1999/02/23 10:58:28 espie Exp $ +.\" $OpenBSD: ddb.4,v 1.14 1999/05/16 19:56:21 alex Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -784,8 +784,8 @@ Indirection. It may be followed by a ':' and modifiers as described above. .Sh SEE ALSO .Xr gdb 1 , -.Xr hangman 6 , -.Xr nm 1 . +.Xr nm 1 , +.Xr hangman 6 .Sh HISTORY This kernel facility first appeared in MACH 2 operating system developed by CMU. diff --git a/share/man/man4/ep.4 b/share/man/man4/ep.4 index a0c6c1db08a..27d74aa2b2d 100644 --- a/share/man/man4/ep.4 +++ b/share/man/man4/ep.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ep.4,v 1.9 1999/03/16 15:45:27 millert Exp $ +.\" $OpenBSD: ep.4,v 1.10 1999/05/16 19:56:22 alex Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl .\" All rights reserved. @@ -148,11 +148,11 @@ This means that someone has scribbled with pencil in the test area on the card. Erase the pencil mark and reboot. (This is not a joke). .in -4 .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , -.Xr ne 4 , .Xr eg 4 , .Xr el 4 , .Xr ie 4 , +.Xr intro 4 , .Xr le 4 , -.Xr xl 4 +.Xr ne 4 , +.Xr xl 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 857318b0f8e..ebe0a157cf7 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpa.4,v 1.4 1999/04/02 16:21:36 aaron Exp $ +.\" $OpenBSD: fpa.4,v 1.5 1999/05/16 19:56:22 alex Exp $ .\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ .\" .\" Copyright (c) 1995, Matt Thomas @@ -44,9 +44,9 @@ processing. .Pp .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , -.Xr intro 4 -.Xr netintro 4 +.Xr intro 4 , +.Xr netintro 4 , +.Xr ifconfig 8 .Sh AUTHOR The .Nm fpa diff --git a/share/man/man4/icmp.4 b/share/man/man4/icmp.4 index 0a2ec31fb6e..91845c4bf12 100644 --- a/share/man/man4/icmp.4 +++ b/share/man/man4/icmp.4 @@ -107,11 +107,11 @@ socket with a network address for which no network interface exists. .El .Sh SEE ALSO -.Xr send 2 , .Xr recv 2 , -.Xr netintro 4 , +.Xr send 2 , .Xr inet 4 , -.Xr ip 4 +.Xr ip 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/idp.4 b/share/man/man4/idp.4 index 0926712c364..e706ec4f6fe 100644 --- a/share/man/man4/idp.4 +++ b/share/man/man4/idp.4 @@ -176,8 +176,8 @@ to be repeated until the machine crashes or a very long time has passed. It is useful in constructing Packet Exchange Protocol packets. .El .Sh SEE ALSO -.Xr send 2 , .Xr recv 2 , +.Xr send 2 , .Xr netintro 4 , .Xr ns 4 .Sh HISTORY diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4 index edf791e6f83..7b1b9fead2d 100644 --- a/share/man/man4/ifmedia.4 +++ b/share/man/man4/ifmedia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifmedia.4,v 1.1 1998/09/03 23:08:10 jason Exp $ +.\" $OpenBSD: ifmedia.4,v 1.2 1999/05/16 19:56:24 alex Exp $ .\" $NetBSD: ifmedia.4,v 1.1 1998/08/09 00:37:17 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -175,8 +175,8 @@ The following media options are defined for FDDI: Dual-attached station vs. Single-attached station. [dual-attach, das] .El .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr netintro 4 +.Xr netintro 4 , +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/imp.4 b/share/man/man4/imp.4 index 9edef92773e..b5f9761106c 100644 --- a/share/man/man4/imp.4 +++ b/share/man/man4/imp.4 @@ -101,9 +101,9 @@ socket with a network address for which no network interface exists. .El .Sh SEE ALSO -.Xr netintro 4 , +.Xr imp 4 , .Xr inet 4 , -.Xr imp 4 +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 512531302a7..b299edf19e8 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -157,11 +157,11 @@ Get interface network mask. .Sh SEE ALSO .Xr ioctl 2 , .Xr socket 2 , +.Xr icmp 4 , +.Xr ip 4 , .Xr netintro 4 , .Xr tcp 4 , -.Xr udp 4 , -.Xr ip 4 , -.Xr icmp 4 +.Xr udp 4 .Rs .%T "An Introductory 4.3 BSD Interprocess Communication Tutorial" .%B PS1 diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index d9eed9d58c9..fedf15547ef 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -385,11 +385,11 @@ or longer than the option buffer provided. .El .Sh SEE ALSO .Xr getsockopt 2 , -.Xr send 2 , .Xr recv 2 , -.Xr netintro 4 , +.Xr send 2 , .Xr icmp 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index d98fdba7113..d37b2a81c8a 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.19 1999/03/11 01:35:04 pjanzen Exp $ +.\" $OpenBSD: ipsec.4,v 1.20 1999/05/16 19:56:26 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -349,13 +349,13 @@ There's a lot more to be said on this subject. This is just a beginning. .Br At the moment the socket options are not fully implemented. .Sh SEE ALSO +.Xr icmp 4 , +.Xr inet 4 , .Xr ip 4 , +.Xr isakmpd 4 , .Xr netintro 4 , -.Xr inet 4 , .Xr tcp 4 , .Xr udp 4 , -.Xr icmp 4 , -.Xr isakmpd 4 , .Xr ipsecadm 8 , .Xr photurisd 8 , .Xr vpn 8 . diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4 index bccabdd1872..331412fa8ed 100644 --- a/share/man/man4/isapnp.4 +++ b/share/man/man4/isapnp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isapnp.4,v 1.3 1998/10/31 23:17:41 espie Exp $ +.\" $OpenBSD: isapnp.4,v 1.4 1999/05/16 19:56:27 alex Exp $ .\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -108,8 +108,8 @@ Yamaha OPL3-SA3 sound cards. .\" .Xr aic 4 , .Xr ep 4 , .\" .Xr guspnp 4 , -.\" .Xr isa 4 , .Xr intro 4 , +.\" .Xr isa 4 , .Xr le 4 , .Xr ne 4 , .Xr pccom 4 , diff --git a/share/man/man4/iso.4 b/share/man/man4/iso.4 index cc0a6f0118c..85f60bbbacd 100644 --- a/share/man/man4/iso.4 +++ b/share/man/man4/iso.4 @@ -182,6 +182,6 @@ This is used for .Tn CLNP debugging only. .Sh SEE ALSO -.Xr tp 4 , .Xr clnp 4 , -.Xr cltp 4 +.Xr cltp 4 , +.Xr tp 4 diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4 index 18d184b6753..ed30c30b04d 100644 --- a/share/man/man4/isp.4 +++ b/share/man/man4/isp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isp.4,v 1.2 1999/03/26 00:53:56 mjacob Exp $ +.\" $OpenBSD: isp.4,v 1.3 1999/05/16 19:56:28 alex Exp $ .\" .\" Copyright (c) 1998, 1999 .\" Matthew Jacob, for NASA/Ames Research Center @@ -74,8 +74,8 @@ very gracefully. .Pp Fabric Support (for FibreChannel) is not supported yet. .Sh SEE ALSO -.Xr intro 4 , .Xr cd 4 , +.Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , .Xr st 4 diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 569e33dcffc..c94c7d42dee 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.5 1998/09/01 16:38:20 deraadt Exp $ +.\" $OpenBSD: lkm.4,v 1.6 1999/05/16 19:56:29 alex Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -123,8 +123,8 @@ file containing definitions of module types example source code implementing several of the modules types .Sh SEE ALSO .Xr modload 8 , -.Xr modunload 8 , -.Xr modstat 8 +.Xr modstat 8 , +.Xr modunload 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/lo.4 b/share/man/man4/lo.4 index a54819aa6cf..c56bd5b91a3 100644 --- a/share/man/man4/lo.4 +++ b/share/man/man4/lo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lo.4,v 1.8 1998/10/31 23:17:41 espie Exp $ +.\" $OpenBSD: lo.4,v 1.9 1999/05/16 19:56:29 alex Exp $ .\" $NetBSD: lo.4,v 1.3 1994/11/30 16:22:23 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -88,8 +88,8 @@ is equivalent to: awk 'BEGIN {for(i=1;i<255;i++) \ print "ifconfig lo1 inet 192.168.1."i" netmask 255.255.255.255 alias"}'|sh .Sh SEE ALSO -.Xr netintro 4 , .Xr inet 4 , +.Xr netintro 4 , .Xr ns 4 , .Xr ifconfig 8 .Sh HISTORY diff --git a/share/man/man4/man4.alpha/ed.4 b/share/man/man4/man4.alpha/ed.4 index 0341d2ebbee..d1618693e49 100644 --- a/share/man/man4/man4.alpha/ed.4 +++ b/share/man/man4/man4.alpha/ed.4 @@ -27,7 +27,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: ed.4,v 1.1 1998/03/09 03:04:53 millert Exp $ +.\" $Id: ed.4,v 1.2 1999/05/16 19:56:43 alex Exp $ .\" .Dd .Dt ED 4 alpha @@ -95,10 +95,10 @@ other protocols use as their default. If these cards must be used with NFS, use the NFS -r and -w options to limit NFS's packet size. 4096k byte packets generally work. .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr eg 4 , .Xr el 4 , .Xr ep 4 , .Xr ie 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.alpha/intro.4 b/share/man/man4/man4.alpha/intro.4 index 5b9db0098a5..71ac0e54c47 100644 --- a/share/man/man4/man4.alpha/intro.4 +++ b/share/man/man4/man4.alpha/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.2 1998/03/10 04:50:51 millert Exp $ +.\" $OpenBSD: intro.4,v 1.3 1999/05/16 19:56:43 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All Rights Reserved. @@ -64,12 +64,12 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO +.Xr autoconf 4 , .Xr cd 4 , .Xr sd 4 , .Xr ss 4 , .Xr st 4 , -.Xr autoconf 4 , -.Xr config 8 . +.Xr config 8 .Sh SUPPORTED SYSTEMS The following Alpha system architectures and models are supported: .Bl -tag -width speaker diff --git a/share/man/man4/man4.alpha/le.4 b/share/man/man4/man4.alpha/le.4 index 533332b2b99..5791af12dd3 100644 --- a/share/man/man4/man4.alpha/le.4 +++ b/share/man/man4/man4.alpha/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.1 1998/03/08 00:54:42 johns Exp $ +.\" $OpenBSD: le.4,v 1.2 1999/05/16 19:56:44 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -35,6 +35,6 @@ network. The PCI form of the Lance driver is untested. .Pp .Sh SEE ALSO -.Xr intro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 diff --git a/share/man/man4/man4.alpha/wd.4 b/share/man/man4/man4.alpha/wd.4 index 5066bd66ea1..f92d3af4d7d 100644 --- a/share/man/man4/man4.alpha/wd.4 +++ b/share/man/man4/man4.alpha/wd.4 @@ -42,5 +42,5 @@ controller built-in to the motherboard. Support for extended EIDE controllers is .Ud . .Sh SEE ALSO -.Xr intro 4 , -.Xr acd 4 +.Xr acd 4 , +.Xr intro 4 diff --git a/share/man/man4/man4.amiga/ae.4 b/share/man/man4/man4.amiga/ae.4 index 0c9455d26da..3fc5a611468 100644 --- a/share/man/man4/man4.amiga/ae.4 +++ b/share/man/man4/man4.amiga/ae.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ae.4,v 1.2 1996/10/08 01:20:31 michaels Exp $ +.\" $OpenBSD: ae.4,v 1.3 1999/05/16 19:56:45 alex Exp $ .\" $NetBSD: ae.4,v 1.3 1995/10/07 18:09:11 chopps Exp $ .\" .\" Copyright (c) 1995 Bernd Ernesti and Klaus Burkert. All rights reserved. @@ -114,6 +114,6 @@ interface first appeared in .Nx 1.0a .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/bah.4 b/share/man/man4/man4.amiga/bah.4 index 6892f625566..0d59185bd89 100644 --- a/share/man/man4/man4.amiga/bah.4 +++ b/share/man/man4/man4.amiga/bah.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bah.4,v 1.2 1996/10/08 01:20:33 michaels Exp $ +.\" $OpenBSD: bah.4,v 1.3 1999/05/16 19:56:46 alex Exp $ .\" $NetBSD: bah.4,v 1.2 1995/06/06 23:41:37 cgd Exp $ .\" .\" Copyright (c) 1995 Ignatios Souvatzis @@ -88,9 +88,9 @@ Ameristar's arcnet card, manufacturer\ 1053, product\ 9 .El .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , .Xr intro 4 , +.Xr ifconfig 8 .Xr RFC1051 , .Xr RFC1201 diff --git a/share/man/man4/man4.amiga/ed.4 b/share/man/man4/man4.amiga/ed.4 index ac752d05e5a..c6f7ba3ac21 100644 --- a/share/man/man4/man4.amiga/ed.4 +++ b/share/man/man4/man4.amiga/ed.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.4,v 1.2 1996/10/08 01:20:35 michaels Exp $ +.\" $OpenBSD: ed.4,v 1.3 1999/05/16 19:56:46 alex Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,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: ed.4,v 1.2 1996/10/08 01:20:35 michaels Exp $ +.\" $Id: ed.4,v 1.3 1999/05/16 19:56:46 alex Exp $ .\" .Dd August 30, 1994 .Dt ED 4 amiga @@ -72,6 +72,6 @@ interface first appeared in .Nx 0.9a .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/es.4 b/share/man/man4/man4.amiga/es.4 index b914d51b703..12d85e00d07 100644 --- a/share/man/man4/man4.amiga/es.4 +++ b/share/man/man4/man4.amiga/es.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: es.4,v 1.2 1996/10/08 01:20:35 michaels Exp $ +.\" $OpenBSD: es.4,v 1.3 1999/05/16 19:56:47 alex Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,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: es.4,v 1.2 1996/10/08 01:20:35 michaels Exp $ +.\" $Id: es.4,v 1.3 1999/05/16 19:56:47 alex Exp $ .\" .Dd August 30, 1994 .Dt ES 4 amiga @@ -69,6 +69,6 @@ interface first appeared in .Nx 1.0a .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.amiga/intro.4 b/share/man/man4/man4.amiga/intro.4 index 51cce6bf4d8..84e6e104e87 100644 --- a/share/man/man4/man4.amiga/intro.4 +++ b/share/man/man4/man4.amiga/intro.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" $Id: intro.4,v 1.2 1996/10/08 01:20:37 michaels Exp $ +.\" $Id: intro.4,v 1.3 1999/05/16 19:56:47 alex Exp $ .\" .Dd August 30, 1994 .Dt INTRO 4 amiga @@ -99,9 +99,9 @@ The man page first appeared in .Nx 1.0a .Sh SEE ALSO -.Xr intro 4 , .Xr autoconf 4 , -.Xr config 8 . +.Xr intro 4 , +.Xr config 8 .Sh LIST OF DEVICES The devices listed below are supported in this incarnation of the system. Pseudo-devices are not listed. diff --git a/share/man/man4/man4.amiga/le.4 b/share/man/man4/man4.amiga/le.4 index f560689fb18..43e93c783e6 100644 --- a/share/man/man4/man4.amiga/le.4 +++ b/share/man/man4/man4.amiga/le.4 @@ -35,7 +35,7 @@ .\" .\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp .\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 -.\" $Id: le.4,v 1.2 1996/10/08 01:20:38 michaels Exp $ +.\" $Id: le.4,v 1.3 1999/05/16 19:56:48 alex Exp $ .\" .Dd August 30, 1994 .Dt LE 4 amiga @@ -82,6 +82,6 @@ interface first appeared in .Nx 0.9a .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.amiga/qn.4 b/share/man/man4/man4.amiga/qn.4 index bcc254bbd8f..759814b9bce 100644 --- a/share/man/man4/man4.amiga/qn.4 +++ b/share/man/man4/man4.amiga/qn.4 @@ -89,6 +89,6 @@ interface first appeared in .Nx 1.0a .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.arc/ed.4 b/share/man/man4/man4.arc/ed.4 index f10579d6408..ab211d4a156 100644 --- a/share/man/man4/man4.arc/ed.4 +++ b/share/man/man4/man4.arc/ed.4 @@ -27,7 +27,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: ed.4,v 1.1 1998/05/05 06:11:02 imp Exp $ +.\" $Id: ed.4,v 1.2 1999/05/16 19:56:49 alex Exp $ .\" .Dd .Dt ED 4 alpha @@ -95,10 +95,10 @@ other protocols use as their default. If these cards must be used with NFS, use the NFS -r and -w options to limit NFS's packet size. 4096k byte packets generally work. .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr eg 4 , .Xr el 4 , .Xr ep 4 , .Xr ie 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.arc/intro.4 b/share/man/man4/man4.arc/intro.4 index 0057ac0e6eb..d085a3912e7 100644 --- a/share/man/man4/man4.arc/intro.4 +++ b/share/man/man4/man4.arc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.1 1998/05/05 06:11:03 imp Exp $ +.\" $OpenBSD: intro.4,v 1.2 1999/05/16 19:56:49 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All Rights Reserved. @@ -64,11 +64,9 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO -.Xr cd 4 , -.Xr sd 4 , -.Xr ss 4 , -.Xr st 4 , +.X4 wd 4 , .Xr autoconf 4 , +.Xr cd 4 , .Xr com 4 , .Xr ed 4 , .Xr ep 4 , @@ -76,8 +74,10 @@ A list of the supported devices is given below. .Xr le 4 , .Xr lpt 4 , .Xr pms 4 , -.X4 wd 4 , -.Xr config 8 . +.Xr sd 4 , +.Xr ss 4 , +.Xr st 4 , +.Xr config 8 .Sh SUPPORTED SYSTEMS The following MIPS based ARC BIOS systems are supported: .Bl -tag -width speaker diff --git a/share/man/man4/man4.arc/le.4 b/share/man/man4/man4.arc/le.4 index 3a9a9a2c569..f1189547d3f 100644 --- a/share/man/man4/man4.arc/le.4 +++ b/share/man/man4/man4.arc/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.1 1998/05/05 06:11:03 imp Exp $ +.\" $OpenBSD: le.4,v 1.2 1999/05/16 19:56:50 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -35,6 +35,6 @@ network. The PCI form of the Lance driver is untested. .Pp .Sh SEE ALSO -.Xr intro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 diff --git a/share/man/man4/man4.arc/wd.4 b/share/man/man4/man4.arc/wd.4 index 5066bd66ea1..f92d3af4d7d 100644 --- a/share/man/man4/man4.arc/wd.4 +++ b/share/man/man4/man4.arc/wd.4 @@ -42,5 +42,5 @@ controller built-in to the motherboard. Support for extended EIDE controllers is .Ud . .Sh SEE ALSO -.Xr intro 4 , -.Xr acd 4 +.Xr acd 4 , +.Xr intro 4 diff --git a/share/man/man4/man4.arm32/ea.4 b/share/man/man4/man4.arm32/ea.4 index e77015c8b1a..0bcca48b0ae 100644 --- a/share/man/man4/man4.arm32/ea.4 +++ b/share/man/man4/man4.arm32/ea.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ea.4,v 1.1 1996/04/22 01:27:41 deraadt Exp $ +.\" $OpenBSD: ea.4,v 1.2 1999/05/16 19:56:51 alex Exp $ .\" .\" Copyright (c) 1995 Mark Brinicombe .\" All rights reserved. @@ -28,7 +28,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: ea.4,v 1.1 1996/04/22 01:27:41 deraadt Exp $ +.\" $Id: ea.4,v 1.2 1999/05/16 19:56:51 alex Exp $ .\" .Dd .Dt EB 4 arm32 @@ -51,6 +51,6 @@ interface are: .It ANT Ether3 podule .El .Sh SEE ALSO -.Xr ifconfig 8 , +.Xr eb 4 , .Xr intro 4 , -.Xr eb 4 +.Xr ifconfig 8 diff --git a/share/man/man4/man4.arm32/eb.4 b/share/man/man4/man4.arm32/eb.4 index 6a083dfa327..170f9cfd3ba 100644 --- a/share/man/man4/man4.arm32/eb.4 +++ b/share/man/man4/man4.arm32/eb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eb.4,v 1.1 1996/04/22 01:27:43 deraadt Exp $ +.\" $OpenBSD: eb.4,v 1.2 1999/05/16 19:56:52 alex Exp $ .\" .\" Copyright (c) 1995 Mark Brinicombe .\" All rights reserved. @@ -28,7 +28,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: eb.4,v 1.1 1996/04/22 01:27:43 deraadt Exp $ +.\" $Id: eb.4,v 1.2 1999/05/16 19:56:52 alex Exp $ .\" .Dd .Dt EB 4 arm32 @@ -52,6 +52,6 @@ interface are: .It Acorn AEH62 network slot card .El .Sh SEE ALSO -.Xr ifconfig 8 , +.Xr ea 4 , .Xr intro 4 , -.Xr ea 4 +.Xr ifconfig 8 diff --git a/share/man/man4/man4.arm32/intro.4 b/share/man/man4/man4.arm32/intro.4 index 74df7d5a233..426c152b67d 100644 --- a/share/man/man4/man4.arm32/intro.4 +++ b/share/man/man4/man4.arm32/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.1 1996/04/22 01:27:45 deraadt Exp $ +.\" $OpenBSD: intro.4,v 1.2 1999/05/16 19:56:52 alex Exp $ .\" .\" Copyright (c) 1995 Mark Brinicombe .\" Copyright (c) 1994 Christopher G. Demetriou @@ -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: intro.4,v 1.1 1996/04/22 01:27:45 deraadt Exp $ +.\" $Id: intro.4,v 1.2 1999/05/16 19:56:52 alex Exp $ .\" .Dd .Dt INTRO 4 arm32 @@ -92,9 +92,9 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO -.Xr intro 4 , .Xr autoconf 4 , -.Xr config 8 . +.Xr intro 4 , +.Xr config 8 .Sh LIST OF DEVICES The devices listed below are supported in this incarnation of the system. Devices are indicated by their functional interface. diff --git a/share/man/man4/man4.hp300/grf.4 b/share/man/man4/man4.hp300/grf.4 index 733de76ac6b..b90499a6c62 100644 --- a/share/man/man4/man4.hp300/grf.4 +++ b/share/man/man4/man4.hp300/grf.4 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)grf.4 5.3 (Berkeley) 7/31/91 -.\" $Id: grf.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ +.\" $Id: grf.4,v 1.2 1999/05/16 19:56:54 alex Exp $ .\" .Dd July 31, 1991 .Dt GRF 4 hp300 @@ -204,9 +204,9 @@ Invalid ioctl specification. .Xr ioctl 2 , .Xr dv 4 , .Xr gb 4 , +.Xr hil 4 , .Xr rb 4 , -.Xr tc 4 , -.Xr hil 4 +.Xr tc 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.hp300/intro.4 b/share/man/man4/man4.hp300/intro.4 index db77f858f29..2cf7610d4cf 100644 --- a/share/man/man4/man4.hp300/intro.4 +++ b/share/man/man4/man4.hp300/intro.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" $Id: intro.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ +.\" $Id: intro.4,v 1.2 1999/05/16 19:56:54 alex Exp $ .\" .Dd March 27, 1991 .Dt INTRO 4 hp300 @@ -94,9 +94,9 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO +.Xr autoconf 4 , .Xr intro 4 , .Xr intro 4 , -.Xr autoconf 4 , .Xr config 8 . .Rs .%T "Building 4.3 BSD UNIX Systems with Config (SMM:2)" diff --git a/share/man/man4/man4.hp300/ite.4 b/share/man/man4/man4.hp300/ite.4 index 4ef50690a49..631f5712e27 100644 --- a/share/man/man4/man4.hp300/ite.4 +++ b/share/man/man4/man4.hp300/ite.4 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ite.4 5.2 (Berkeley) 3/27/91 -.\" $Id: ite.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ +.\" $Id: ite.4,v 1.2 1999/05/16 19:56:55 alex Exp $ .\" .Dd March 27, 1991 .Dt ITE 4 hp300 @@ -159,9 +159,9 @@ colormap installed. None under .Bx . .Sh SEE ALSO +.Xr gb 4 , .Xr grf 4 , .Xr hil 4 , -.Xr gb 4 , .Xr rb 4 , .Xr tc 4 .Sh HISTORY diff --git a/share/man/man4/man4.hp300/le.4 b/share/man/man4/man4.hp300/le.4 index 2f5beeb62ed..258f4f2b816 100644 --- a/share/man/man4/man4.hp300/le.4 +++ b/share/man/man4/man4.hp300/le.4 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)le.4 5.2 (Berkeley) 3/27/91 -.\" $Id: le.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ +.\" $Id: le.4,v 1.2 1999/05/16 19:56:55 alex Exp $ .\" .Dd March 27, 1991 .Dt LE 4 hp300 @@ -100,9 +100,9 @@ The hardware did not respond to an initialize command during reset. The reset procedure continues anyway. .El .Sh SEE ALSO -.Xr intro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 .Sh HISTORY The .Nm le diff --git a/share/man/man4/man4.hp300/rmp.4 b/share/man/man4/man4.hp300/rmp.4 index 341a30fb2b8..d3868ae4e45 100644 --- a/share/man/man4/man4.hp300/rmp.4 +++ b/share/man/man4/man4.hp300/rmp.4 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rmp.4 5.2 (Berkeley) 3/27/91 -.\" $Id: rmp.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ +.\" $Id: rmp.4,v 1.2 1999/05/16 19:56:56 alex Exp $ .\" .Dd March 27, 1991 .Dt RMP 4 hp300 @@ -110,10 +110,10 @@ is currently comprised of the Boot Protocol Unfortunately, we have no documentation on the Remote Maintenance Protocol and only sketchy information about the Boot Protocol. .Sh SEE ALSO -.Xr socket 2 , .Xr bind 2 , -.Xr sendto 2 , .Xr recvfrom 2 , +.Xr sendto 2 , +.Xr socket 2 , .Xr intro 4 , .Xr rbootd 8 .Rs diff --git a/share/man/man4/man4.hp300/st.4 b/share/man/man4/man4.hp300/st.4 index 0d6092cbdd4..afd2de19f39 100644 --- a/share/man/man4/man4.hp300/st.4 +++ b/share/man/man4/man4.hp300/st.4 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)st.4 5.3 (Berkeley) 7/31/91 -.\" $Id: st.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ +.\" $Id: st.4,v 1.2 1999/05/16 19:56:56 alex Exp $ .\" .Dd July 31, 1991 .Dt ST 4 hp300 @@ -150,7 +150,7 @@ nrst56 X X X X .Sh SEE ALSO .Xr mt 1 , .Xr tar 1 , -.Xr mtio 4 , +.Xr mtio 4 .Rs .%T EXB-8200 8MM Cartridge Tape Subsystem Interface User Manual. .Re diff --git a/share/man/man4/man4.hppa/asp.4 b/share/man/man4/man4.hppa/asp.4 index 70f84ef32a3..7f1b7c47f62 100644 --- a/share/man/man4/man4.hppa/asp.4 +++ b/share/man/man4/man4.hppa/asp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asp.4,v 1.1 1999/04/18 20:16:00 mickey Exp $ +.\" $OpenBSD: asp.4,v 1.2 1999/05/16 19:56:57 alex Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -61,9 +61,9 @@ The irq level supplied is hardwired to the cpu pin, so changing the value would not produce any noticable results (except lost interrupts for the whole I/O subsystem). .Sh SEE ALSO +.Xr gsc 4 , .Xr intro 4 , -.Xr lasi 4 , -.Xr gsc 4 +.Xr lasi 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.hppa/com.4 b/share/man/man4/man4.hppa/com.4 index c06a7b83474..f19aaf03f4a 100644 --- a/share/man/man4/man4.hppa/com.4 +++ b/share/man/man4/man4.hppa/com.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: com.4,v 1.1 1999/04/18 20:20:50 mickey Exp $ +.\" $OpenBSD: com.4,v 1.2 1999/05/16 19:56:58 alex Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -87,8 +87,8 @@ The device has generated an unexpected interrupt with the code listed. .El .Sh SEE ALSO -.Xr gsc 4 , .Xr ast 4 , +.Xr gsc 4 , .Xr tty 4 .Sh HISTORY The diff --git a/share/man/man4/man4.hppa/gsc.4 b/share/man/man4/man4.hppa/gsc.4 index 7962c57fb95..29626dceccb 100644 --- a/share/man/man4/man4.hppa/gsc.4 +++ b/share/man/man4/man4.hppa/gsc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gsc.4,v 1.2 1999/04/18 20:29:48 mickey Exp $ +.\" $OpenBSD: gsc.4,v 1.3 1999/05/16 19:56:59 alex Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -45,9 +45,9 @@ This is Core bus for all HP9000/700 series workstations. (more to come) .Pp .Sh SEE ALSO +.Xr asp 4 , .Xr intro 4 , -.Xr lasi 4 , -.Xr asp 4 +.Xr lasi 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.hppa/lasi.4 b/share/man/man4/man4.hppa/lasi.4 index d5a151dff97..428dbb0c80b 100644 --- a/share/man/man4/man4.hppa/lasi.4 +++ b/share/man/man4/man4.hppa/lasi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lasi.4,v 1.1 1999/04/18 20:16:00 mickey Exp $ +.\" $OpenBSD: lasi.4,v 1.2 1999/05/16 19:56:59 alex Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -70,9 +70,9 @@ Interface for the WD37C65C floppy drive controller .El .Pp .Sh SEE ALSO -.Xr intro 4 , .Xr asp 4 , -.Xr gsc 4 +.Xr gsc 4 , +.Xr intro 4 .Rs "Precision I/O Architecture Reference Specification" .br diff --git a/share/man/man4/man4.hppa/lpt.4 b/share/man/man4/man4.hppa/lpt.4 index 06d3696bb52..3ca31ab5148 100644 --- a/share/man/man4/man4.hppa/lpt.4 +++ b/share/man/man4/man4.hppa/lpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpt.4,v 1.1 1999/04/18 20:16:02 mickey Exp $ +.\" $OpenBSD: lpt.4,v 1.2 1999/05/16 19:57:00 alex Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -66,10 +66,10 @@ megacell hyperchip. In either case the bus interface is the same and compatible with PC parallel ports. .Sh SEE ALSO +.Xr com 4 , .Xr gsc 4 , .Xr isa 4 , -.Xr lasi 4 , -.Xr com 4 +.Xr lasi 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.i386/aha.4 b/share/man/man4/man4.i386/aha.4 index 2efa7254077..552a12618e7 100644 --- a/share/man/man4/man4.i386/aha.4 +++ b/share/man/man4/man4.i386/aha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aha.4,v 1.6 1997/03/28 22:53:45 millert Exp $ +.\" $OpenBSD: aha.4,v 1.7 1999/05/16 19:57:01 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -51,8 +51,8 @@ driver provides support for the following SCSI adapters: This driver uses bounce buffers if the machine has more than 16 megabytes of memory. .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr sd 4 , -.Xr st 4 , -.Xr cd 4 , -.Xr ch 4 +.Xr st 4 diff --git a/share/man/man4/man4.i386/ahb.4 b/share/man/man4/man4.i386/ahb.4 index 3afb58bcdd2..4e8cf950aba 100644 --- a/share/man/man4/man4.i386/ahb.4 +++ b/share/man/man4/man4.i386/ahb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahb.4,v 1.4 1998/09/01 16:38:21 deraadt Exp $ +.\" $OpenBSD: ahb.4,v 1.5 1999/05/16 19:57:01 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -36,8 +36,8 @@ The .Nm ahb driver provides support for the Adaptec AHA-1742 EISA SCSI adapter. .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr sd 4 , -.Xr st 4 , -.Xr cd 4 , -.Xr ch 4 +.Xr st 4 diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4 index f2a9e5bebae..5b99465eac4 100644 --- a/share/man/man4/man4.i386/apm.4 +++ b/share/man/man4/man4.i386/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.3 1999/02/23 04:18:54 marc Exp $ +.\" $OpenBSD: apm.4,v 1.4 1999/05/16 19:57:02 alex Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -225,7 +225,7 @@ use will fail, returning .El .Sh SEE ALSO .Xr apm 8 , -.Xr apmd 8 , +.Xr apmd 8 .Nm http://developer.intel.com/ial/powermgm/apmv12.pdf .Sh HISTORY The diff --git a/share/man/man4/man4.i386/bt.4 b/share/man/man4/man4.i386/bt.4 index 712ae553b4a..c519bc5f6b0 100644 --- a/share/man/man4/man4.i386/bt.4 +++ b/share/man/man4/man4.i386/bt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bt.4,v 1.5 1998/07/12 09:55:14 downsj Exp $ +.\" $OpenBSD: bt.4,v 1.6 1999/05/16 19:57:02 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -50,8 +50,8 @@ to be set to the value "Primary" or "Alternate". Some cards have an option called "Set host adapter IO port address as default" instead; for those boards you should set the value to "false". .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr sd 4 , -.Xr st 4 , -.Xr cd 4 , -.Xr ch 4 +.Xr st 4 diff --git a/share/man/man4/man4.i386/eg.4 b/share/man/man4/man4.i386/eg.4 index 24a968c549b..4424c81f347 100644 --- a/share/man/man4/man4.i386/eg.4 +++ b/share/man/man4/man4.i386/eg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eg.4,v 1.5 1998/11/27 08:51:27 deraadt Exp $ +.\" $OpenBSD: eg.4,v 1.6 1999/05/16 19:57:03 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -44,10 +44,10 @@ and drivers. .Pp .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr ed 4 , .Xr el 4 , .Xr ep 4 , .Xr ie 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.i386/el.4 b/share/man/man4/man4.i386/el.4 index 2e3e9570c6c..9e9c6e80c68 100644 --- a/share/man/man4/man4.i386/el.4 +++ b/share/man/man4/man4.i386/el.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: el.4,v 1.3 1998/11/27 08:51:27 deraadt Exp $ +.\" $OpenBSD: el.4,v 1.4 1999/05/16 19:57:03 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -36,10 +36,10 @@ The interface provides access to a 10 Mb/s Ethernet network via the 3Com 3c501 Ethernet cards. .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr ed 4 , .Xr eg 4 , .Xr ep 4 , .Xr ie 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.i386/ie.4 b/share/man/man4/man4.i386/ie.4 index 33d55fedb59..3e3b51a5858 100644 --- a/share/man/man4/man4.i386/ie.4 +++ b/share/man/man4/man4.i386/ie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ie.4,v 1.2 1998/07/12 09:55:21 downsj Exp $ +.\" $OpenBSD: ie.4,v 1.3 1999/05/16 19:57:04 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -45,10 +45,10 @@ interface are: .It 3Com 3c507 .El .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr ed 4 , .Xr eg 4 , .Xr el 4 , .Xr ep 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4 index 0312a4808f7..753dc84335f 100644 --- a/share/man/man4/man4.i386/intro.4 +++ b/share/man/man4/man4.i386/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.7 1999/05/05 22:17:36 alex Exp $ +.\" $OpenBSD: intro.4,v 1.8 1999/05/16 19:57:04 alex Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -89,9 +89,9 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO -.Xr intro 4 , .Xr autoconf 4 , -.Xr config 8 . +.Xr intro 4 , +.Xr config 8 .Sh LIST OF DEVICES The devices listed below are supported in this incarnation of the system. Devices are indicated by their functional interface. diff --git a/share/man/man4/man4.i386/iy.4 b/share/man/man4/man4.i386/iy.4 index d0a6c7652cb..f7aea5e561e 100644 --- a/share/man/man4/man4.i386/iy.4 +++ b/share/man/man4/man4.i386/iy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iy.4,v 1.4 1998/07/12 09:55:23 downsj Exp $ +.\" $OpenBSD: iy.4,v 1.5 1999/05/16 19:57:05 alex Exp $ .\" $NetBSD: iy.4,v 1.2 1996/05/23 16:52:39 thorpej Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl @@ -79,11 +79,11 @@ Intel supplies software to set the address of the card in software. You have to hardwire this address in your kernel configuration file. .Pp .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr ed 4 , .Xr eg 4 , .Xr el 4 , .Xr ep 4 , .Xr ie 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.i386/le.4 b/share/man/man4/man4.i386/le.4 index cf046b47c87..dd1cbace283 100644 --- a/share/man/man4/man4.i386/le.4 +++ b/share/man/man4/man4.i386/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.2 1998/07/12 09:44:51 downsj Exp $ +.\" $OpenBSD: le.4,v 1.3 1999/05/16 19:57:05 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -45,9 +45,9 @@ interface are: .It Digital DEPCA .El .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr ed 4 , .Xr eg 4 , .Xr ep 4 , -.Xr ie 4 +.Xr ie 4 , +.Xr intro 4 , +.Xr ifconfig 8 , diff --git a/share/man/man4/man4.i386/sea.4 b/share/man/man4/man4.i386/sea.4 index 04253897b99..d4e6090dcbc 100644 --- a/share/man/man4/man4.i386/sea.4 +++ b/share/man/man4/man4.i386/sea.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sea.4,v 1.3 1998/07/12 09:55:33 downsj Exp $ +.\" $OpenBSD: sea.4,v 1.4 1999/05/16 19:57:06 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -44,8 +44,8 @@ driver provides support for the following boards: .It Future Domain TMC-950 .El .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr sd 4 , -.Xr st 4 , -.Xr cd 4 , -.Xr ch 4 +.Xr st 4 diff --git a/share/man/man4/man4.i386/uha.4 b/share/man/man4/man4.i386/uha.4 index 385411aced2..eb6cc337f68 100644 --- a/share/man/man4/man4.i386/uha.4 +++ b/share/man/man4/man4.i386/uha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uha.4,v 1.3 1998/07/12 09:55:34 downsj Exp $ +.\" $OpenBSD: uha.4,v 1.4 1999/05/16 19:57:06 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -44,8 +44,8 @@ driver provides support for the following SCSI adapters: .It Ultrastor 34f .El .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr sd 4 , -.Xr st 4 , -.Xr cd 4 , -.Xr ch 4 +.Xr st 4 diff --git a/share/man/man4/man4.i386/xf86.4 b/share/man/man4/man4.i386/xf86.4 index 6c400e5c40a..509a62e9727 100644 --- a/share/man/man4/man4.i386/xf86.4 +++ b/share/man/man4/man4.i386/xf86.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xf86.4,v 1.5 1998/10/03 08:01:56 matthieu Exp $ +.\" $OpenBSD: xf86.4,v 1.6 1999/05/16 19:57:07 alex Exp $ .\" .\" Copyright (c) 1998 Matthieu Herrb .\" All rights reserved. @@ -55,9 +55,9 @@ set in .Xr XF86_Accel 1 , .Xr XF86_SVGA 1 , .Xr options 4 , -.Xr config 8 , .Xr sysctl.conf 5 , -.Xr sysctl 8 . +.Xr config 8 , +.Xr sysctl 8 .Sh HISTORY .Pa /dev/xf86 was introduced as a loadable kernel module for NetBSD 0.9C diff --git a/share/man/man4/man4.mac68k/ae.4 b/share/man/man4/man4.mac68k/ae.4 index 319f51af7a7..a6a779c9270 100644 --- a/share/man/man4/man4.mac68k/ae.4 +++ b/share/man/man4/man4.mac68k/ae.4 @@ -27,7 +27,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. .\" -.\" $OpenBSD: ae.4,v 1.1 1997/06/15 23:35:38 gene Exp $ +.\" $OpenBSD: ae.4,v 1.2 1999/05/16 19:57:08 alex Exp $ .\" .Dd June 7, 1997 .Os @@ -82,10 +82,10 @@ memory it has. .\" .Sh ERRORS .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , .Xr netintro 4 , -.Xr sn 4 +.Xr sn 4 , +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.mac68k/intro.4 b/share/man/man4/man4.mac68k/intro.4 index 13a6bacfef1..c03305f8846 100644 --- a/share/man/man4/man4.mac68k/intro.4 +++ b/share/man/man4/man4.mac68k/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.1 1997/06/15 23:35:38 gene Exp $ +.\" $OpenBSD: intro.4,v 1.2 1999/05/16 19:57:08 alex Exp $ .\" $NetBSD: intro.4,v 1.4 1997/03/28 00:29:35 veego Exp $ .\" .\" Copyright (c) 1990, 1991 Regents of the University of California. @@ -102,9 +102,9 @@ man page first appeared in .Nx 1.2 . .Sh SEE ALSO -.Xr intro 4 , .Xr autoconf 4 , -.Xr config 8 . +.Xr intro 4 , +.Xr config 8 .Sh LIST OF DEVICES The devices listed below are supported in this incarnation of the system. diff --git a/share/man/man4/man4.mac68k/mainbus.4 b/share/man/man4/man4.mac68k/mainbus.4 index 8ebe3d85c9b..02da0c55602 100644 --- a/share/man/man4/man4.mac68k/mainbus.4 +++ b/share/man/man4/man4.mac68k/mainbus.4 @@ -28,7 +28,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. .\" -.\" $OpenBSD: mainbus.4,v 1.1 1998/02/04 00:21:52 gene Exp $ +.\" $OpenBSD: mainbus.4,v 1.2 1999/05/16 19:57:09 alex Exp $ .\" $NetBSD: mainbus.4,v 1.1 1997/07/18 02:13:40 ender Exp $ .\" .Dd July 2, 1997 @@ -57,7 +57,7 @@ This is the normal autoconfiguration message indicating that the main processor bus has been found. .El .Sh SEE ALSO -.Xr autoconf 4 +.Xr autoconf 4 , .Xr obio 4 .Sh HISTORY The diff --git a/share/man/man4/man4.mac68k/obio.4 b/share/man/man4/man4.mac68k/obio.4 index 4ce54f06f4c..303743eab68 100644 --- a/share/man/man4/man4.mac68k/obio.4 +++ b/share/man/man4/man4.mac68k/obio.4 @@ -28,7 +28,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. .\" -.\" $OpenBSD: obio.4,v 1.2 1998/02/05 20:55:50 gene Exp $ +.\" $OpenBSD: obio.4,v 1.3 1999/05/16 19:57:09 alex Exp $ .\" $NetBSD: obio.4,v 1.1 1997/07/18 02:13:40 ender Exp $ .\" .Dd July 2, 1997 @@ -56,7 +56,7 @@ onboard I/O bus has been found and attached to the main processor bus. .El .Sh SEE ALSO -.Xr autoconf 4 +.Xr autoconf 4 , .Xr mainbus 4 .Sh HISTORY The diff --git a/share/man/man4/man4.mac68k/sn.4 b/share/man/man4/man4.mac68k/sn.4 index b1b03af7557..768a7c958e3 100644 --- a/share/man/man4/man4.mac68k/sn.4 +++ b/share/man/man4/man4.mac68k/sn.4 @@ -27,7 +27,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. .\" -.\" $OpenBSD: sn.4,v 1.1 1997/06/15 23:35:40 gene Exp $ +.\" $OpenBSD: sn.4,v 1.2 1999/05/16 19:57:10 alex Exp $ .\" .Dd June 7, 1997 .Os @@ -79,11 +79,11 @@ memory it has. .El .\" .Sh ERRORS .Sh SEE ALSO +.Xr ae 4 , .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , .Xr netintro 4 , -.Xr ae 4 +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.mvme68k/intro.4 b/share/man/man4/man4.mvme68k/intro.4 index 3813b045295..9f2e9694bff 100644 --- a/share/man/man4/man4.mvme68k/intro.4 +++ b/share/man/man4/man4.mvme68k/intro.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" $Id: intro.4,v 1.2 1996/10/08 01:20:47 michaels Exp $ +.\" $Id: intro.4,v 1.3 1999/05/16 19:57:11 alex Exp $ .\" .Dd August 30, 1994 .Dt INTRO 4 amiga @@ -99,9 +99,9 @@ The man page first appeared in .Nx 1.0a .Sh SEE ALSO -.Xr intro 4 , .Xr autoconf 4 , -.Xr config 8 . +.Xr intro 4 , +.Xr config 8 .Sh LIST OF DEVICES The devices listed below are supported in this incarnation of the system. Pseudo-devices are not listed. diff --git a/share/man/man4/man4.mvme68k/le.4 b/share/man/man4/man4.mvme68k/le.4 index 52b2ebfbbbb..132ea088c34 100644 --- a/share/man/man4/man4.mvme68k/le.4 +++ b/share/man/man4/man4.mvme68k/le.4 @@ -35,7 +35,7 @@ .\" .\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp .\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 -.\" $Id: le.4,v 1.2 1996/10/08 01:20:47 michaels Exp $ +.\" $Id: le.4,v 1.3 1999/05/16 19:57:12 alex Exp $ .\" .Dd August 30, 1994 .Dt LE 4 amiga @@ -82,6 +82,6 @@ interface first appeared in .Nx 0.9a .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr inet 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.pmax/asc.4 b/share/man/man4/man4.pmax/asc.4 index 5737ac1af6c..613d6db6f99 100644 --- a/share/man/man4/man4.pmax/asc.4 +++ b/share/man/man4/man4.pmax/asc.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: asc.4,v 1.2 1997/10/13 11:23:41 lukem Exp $ -.\" $OpenBSD: asc.4,v 1.3 1998/09/06 22:23:20 aaron Exp $ +.\" $OpenBSD: asc.4,v 1.4 1999/05/16 19:57:12 alex Exp $ .\" .Dd August 6, 1996 .Dt ASC 4 pmax @@ -55,13 +55,13 @@ supporting synchronous and asynchronous SCSI devices. The driver provides no support for targets with multiple logical unit numbers (LUNs). .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr rz 4 , -.Xr tz 4 , .Xr sd 4 , .Xr st 4 , -.Xr cd 4 , -.Xr ch 4 . +.Xr tz 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.pmax/intro.4 b/share/man/man4/man4.pmax/intro.4 index 8c20a34b1d7..1af5b696a55 100644 --- a/share/man/man4/man4.pmax/intro.4 +++ b/share/man/man4/man4.pmax/intro.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: intro.4,v 1.2 1997/10/13 11:23:47 lukem Exp $ -.\" $OpenBSD: intro.4,v 1.2 1998/03/09 15:37:19 millert Exp $ +.\" $OpenBSD: intro.4,v 1.3 1999/05/16 19:57:13 alex Exp $ .\" .Dd .Dt INTRO 4 pmax @@ -91,9 +91,9 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO -.Xr intro 4 , .Xr autoconf 4 , -.Xr config 8 . +.Xr intro 4 , +.Xr config 8 .Sh SUPPORTED SYSTEMS The following systems are supported: .Bl -tag -width speaker -offset indent -compact diff --git a/share/man/man4/man4.pmax/ioasic.4 b/share/man/man4/man4.pmax/ioasic.4 index da193e87695..6dbc0964014 100644 --- a/share/man/man4/man4.pmax/ioasic.4 +++ b/share/man/man4/man4.pmax/ioasic.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: ioasic.4,v 1.4 1997/10/31 02:26:09 jonathan Exp $ -.\" $OpenBSD: ioasic.4,v 1.3 1998/09/06 22:23:20 aaron Exp $ +.\" $OpenBSD: ioasic.4,v 1.4 1999/05/16 19:57:14 alex Exp $ .\" .Dd August 6, 1996 .Dt IOASIC 4 pmax @@ -81,12 +81,12 @@ will give slightly better performance than its .Nm tc counterpart. .Sh SEE ALSO -.Xr intro 4 , -.Xr mcclock 4 , .Xr asc 4 , +.Xr intro 4 , .Xr le 4 , +.Xr mcclock 4 , .Xr scc 4 , -.Xr tc 4 . +.Xr tc 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.pmax/le.4 b/share/man/man4/man4.pmax/le.4 index df027dcbc12..006003874d9 100644 --- a/share/man/man4/man4.pmax/le.4 +++ b/share/man/man4/man4.pmax/le.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: le.4,v 1.2 1997/10/31 02:53:46 jonathan Exp $ -.\" $OpenBSD: le.4,v 1.3 1998/09/06 22:23:20 aaron Exp $ +.\" $OpenBSD: le.4,v 1.4 1999/05/16 19:57:15 alex Exp $ .\" .Dd August 6, 1996 .Dt LE 4 pmax @@ -84,11 +84,11 @@ baseboard devices and the option card provide only an AUI port. .Pp .Sh SEE ALSO -.Xr intro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr tc 4 , +.Xr intro 4 , .Xr ioasic 4 , -.Xr arp 4 . +.Xr tc 4 .Sh BUGS On all front-ends, performance is impaired by hardware which forces a software copy of packets to and from DMA buffers. The diff --git a/share/man/man4/man4.pmax/sii.4 b/share/man/man4/man4.pmax/sii.4 index 4b376681737..21fdfc0fcaa 100644 --- a/share/man/man4/man4.pmax/sii.4 +++ b/share/man/man4/man4.pmax/sii.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: sii.4,v 1.2 1997/10/13 11:23:58 lukem Exp $ -.\" $OpenBSD: sii.4,v 1.2 1998/03/09 15:37:27 millert Exp $ +.\" $OpenBSD: sii.4,v 1.3 1999/05/16 19:57:15 alex Exp $ .\" .Dd August 6, 1996 .Dt SII 4 pmax @@ -59,13 +59,13 @@ chip only supports DMA to or from a fixed window in memory. The driver use this area as a bounce buffer, copying data to and from the DMA region. .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr rz 4 , -.Xr tz 4 , .Xr sd 4 , .Xr st 4 , -.Xr cd 4 , -.Xr ch 4 . +.Xr tz 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.pmax/tc.4 b/share/man/man4/man4.pmax/tc.4 index 7f5df74bb7d..8f658e12609 100644 --- a/share/man/man4/man4.pmax/tc.4 +++ b/share/man/man4/man4.pmax/tc.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: tc.4,v 1.3 1997/11/08 07:27:55 jonathan Exp $ -.\" $OpenBSD: tc.4,v 1.3 1999/04/02 16:21:37 aaron Exp $ +.\" $OpenBSD: tc.4,v 1.4 1999/05/16 19:57:15 alex Exp $ .\" .Dd August 6, 1996 .Dt TC 4 pmax @@ -47,14 +47,14 @@ bus on DECstation 5000 series machines. TurboChannel is a 32-bit wide synchronous DMA-capable bus, running at 25 Mhz on higher-end machines and at 12.5MHz on lower-end machines. .Sh SEE ALSO -.Xr intro 4 , .Xr asc 4 , +.Xr cfb 4 , +.Xr intro 4 , .Xr ioasic 4 , .Xr le 4 , -.Xr cfb 4 , -.Xr sfb 4 , .Xr mfb 4 , -.Xr px 4 . +.Xr px 4 , +.Xr sfb 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.sparc/be.4 b/share/man/man4/man4.sparc/be.4 index ab67beb4cfe..158e5f85d21 100644 --- a/share/man/man4/man4.sparc/be.4 +++ b/share/man/man4/man4.sparc/be.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: be.4,v 1.6 1999/02/02 02:29:59 jason Exp $ +.\" $OpenBSD: be.4,v 1.7 1999/05/16 19:57:16 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -72,15 +72,15 @@ Use 100Mbps, half duplex Use 10Mbps, half duplex .El .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr ifmedia 4 , -.Xr qec 4 , +.Xr arp 4 , .Xr ie 4 , +.Xr ifmedia 4 , +.Xr inet 4 , +.Xr intro 4 , .Xr le 4 , .Xr qe 4 , -.Xr intro 4 , -.Xr inet 4 , -.Xr arp 4 +.Xr qec 4 , +.Xr ifconfig 8 .Sh HISTORY .Ox support for the diff --git a/share/man/man4/man4.sparc/bwtwo.4 b/share/man/man4/man4.sparc/bwtwo.4 index a42000cabbb..8a73b7f59f9 100644 --- a/share/man/man4/man4.sparc/bwtwo.4 +++ b/share/man/man4/man4.sparc/bwtwo.4 @@ -35,7 +35,7 @@ .\" .\" from: Header: bwtwo.4,v 1.3 94/02/03 20:42:13 leres Exp .\" from: @(#)bwtwo.4 8.2 (Berkeley) 2/16/94 -.\" $Id: bwtwo.4,v 1.3 1998/07/03 20:34:59 jason Exp $ +.\" $Id: bwtwo.4,v 1.4 1999/05/16 19:57:17 alex Exp $ .\" .Dd February 16, 1994 .Dt BWTWO 4 sparc @@ -55,10 +55,10 @@ is a memory based black and white frame buffer. It supports the minimal ioctl's needed to run .Xr X 1 . .Sh SEE ALSO -.Xr cgtwo 4 , -.Xr cgthree 4 , -.Xr cgfour 4 , -.Xr cgsix 4 , .Xr cgeight 4 , +.Xr cgfour 4 , .Xr cgfourteen 4 , +.Xr cgsix 4 , +.Xr cgthree 4 , +.Xr cgtwo 4 , .Xr tcx 4 diff --git a/share/man/man4/man4.sparc/cgeight.4 b/share/man/man4/man4.sparc/cgeight.4 index 6a5a82e5ada..1608572cf32 100644 --- a/share/man/man4/man4.sparc/cgeight.4 +++ b/share/man/man4/man4.sparc/cgeight.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgeight.4,v 1.4 1998/07/13 02:42:08 jason Exp $ +.\" $OpenBSD: cgeight.4,v 1.5 1999/05/16 19:57:17 alex Exp $ .\" $NetBSD: cgeight.4,v 1.2 1997/10/08 22:00:03 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -58,9 +58,9 @@ driver supports the minimal ioctl's needed to run .Xr X 1 . .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgtwo 4 , -.Xr cgthree 4 , .Xr cgfour 4 , -.Xr cgsix 4 , .Xr cgfourteen 4 , +.Xr cgsix 4 , +.Xr cgthree 4 , +.Xr cgtwo 4 , .Xr tcx 4 diff --git a/share/man/man4/man4.sparc/cgfour.4 b/share/man/man4/man4.sparc/cgfour.4 index a1bf4bf7221..5d00c70cfad 100644 --- a/share/man/man4/man4.sparc/cgfour.4 +++ b/share/man/man4/man4.sparc/cgfour.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgfour.4,v 1.4 1998/07/13 02:42:10 jason Exp $ +.\" $OpenBSD: cgfour.4,v 1.5 1999/05/16 19:57:18 alex Exp $ .\" $NetBSD: cgfour.4,v 1.2 1997/10/08 22:00:05 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -59,9 +59,9 @@ driver supports the minimal ioctl's needed to run .Xr X 1 . .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgtwo 4 , -.Xr cgthree 4 , -.Xr cgsix 4 , .Xr cgeight 4 , .Xr cgfourteen 4 , +.Xr cgsix 4 , +.Xr cgthree 4 , +.Xr cgtwo 4 , .Xr tcx 4 diff --git a/share/man/man4/man4.sparc/cgfourteen.4 b/share/man/man4/man4.sparc/cgfourteen.4 index 044ee635119..07c7f9b37e3 100644 --- a/share/man/man4/man4.sparc/cgfourteen.4 +++ b/share/man/man4/man4.sparc/cgfourteen.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgfourteen.4,v 1.4 1998/07/13 02:42:11 jason Exp $ +.\" $OpenBSD: cgfourteen.4,v 1.5 1999/05/16 19:57:18 alex Exp $ .\" $NetBSD: cgfourteen.4,v 1.3 1998/06/11 08:32:20 fair Exp $ .\" .\" Copyright (c) 1996 The President and Fellows of Harvard College. @@ -72,9 +72,9 @@ This emulation does include support for the hardware cursor present on the however. .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgtwo 4 , -.Xr cgthree 4 , +.Xr cgeight 4 , .Xr cgfour 4 , .Xr cgsix 4 , -.Xr cgeight 4 , +.Xr cgthree 4 , +.Xr cgtwo 4 , .Xr tcx 4 diff --git a/share/man/man4/man4.sparc/cgsix.4 b/share/man/man4/man4.sparc/cgsix.4 index f6c7b23833c..63d746d2da4 100644 --- a/share/man/man4/man4.sparc/cgsix.4 +++ b/share/man/man4/man4.sparc/cgsix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgsix.4,v 1.4 1998/07/13 02:42:12 jason Exp $ +.\" $OpenBSD: cgsix.4,v 1.5 1999/05/16 19:57:19 alex Exp $ .\" $NetBSD: cgsix.4,v 1.4 1998/06/11 08:32:20 fair Exp $ .\" .\" Copyright 1994 @@ -37,7 +37,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cgsix.4 8.1 (Berkeley) 2/16/94 -.\" $Id: cgsix.4,v 1.4 1998/07/13 02:42:12 jason Exp $ +.\" $Id: cgsix.4,v 1.5 1999/05/16 19:57:19 alex Exp $ .\" .Dd February 16, 1994 .Dt CGSIX 4 sparc @@ -57,9 +57,9 @@ It supports the minimal ioctl's needed to run .Xr X 1 . .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgtwo 4 , -.Xr cgthree 4 , -.Xr cgfour 4 , .Xr cgeight 4 , +.Xr cgfour 4 , .Xr cgfourteen 4 , -.Xr tcx 4 +.Xr cgthree 4 , +.Xr cgtwo 4 , +.Xr tcx 4 , diff --git a/share/man/man4/man4.sparc/cgthree.4 b/share/man/man4/man4.sparc/cgthree.4 index 293292699f4..b4336a2b46a 100644 --- a/share/man/man4/man4.sparc/cgthree.4 +++ b/share/man/man4/man4.sparc/cgthree.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgthree.4,v 1.4 1998/07/13 02:42:13 jason Exp $ +.\" $OpenBSD: cgthree.4,v 1.5 1999/05/16 19:57:19 alex Exp $ .\" $NetBSD: cgthree.4,v 1.4 1998/06/11 08:32:20 fair Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -38,7 +38,7 @@ .\" .\" from: Header: cgthree.4,v 1.3 94/02/03 20:49:52 leres Exp .\" from: @(#)cgthree.4 8.2 (Berkeley) 2/16/94 -.\" $Id: cgthree.4,v 1.4 1998/07/13 02:42:13 jason Exp $ +.\" $Id: cgthree.4,v 1.5 1999/05/16 19:57:19 alex Exp $ .\" .Dd February 16, 1994 .Dt CGTHREE 4 sparc @@ -57,9 +57,9 @@ It supports the minimal ioctl's needed to run .Xr X 1 . .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgtwo 4 , -.Xr cgfour 4 , -.Xr cgsix 4 , .Xr cgeight 4 , +.Xr cgfour 4 , .Xr cgfourteen 4 , +.Xr cgsix 4 , +.Xr cgtwo 4 , .Xr tcx 4 diff --git a/share/man/man4/man4.sparc/cgtwo.4 b/share/man/man4/man4.sparc/cgtwo.4 index b42cc3354e7..7f370d8f1d9 100644 --- a/share/man/man4/man4.sparc/cgtwo.4 +++ b/share/man/man4/man4.sparc/cgtwo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgtwo.4,v 1.4 1998/07/13 02:42:15 jason Exp $ +.\" $OpenBSD: cgtwo.4,v 1.5 1999/05/16 19:57:19 alex Exp $ .\" $NetBSD: cgtwo.4,v 1.3 1997/10/08 22:00:08 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -57,9 +57,9 @@ driver supports the minimal ioctl's needed to run .Xr X 1 . .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgthree 4 , -.Xr cgfour 4 , -.Xr cgsix 4 , .Xr cgeight 4 , +.Xr cgfour 4 , .Xr cgfourteen 4 , +.Xr cgsix 4 , +.Xr cgthree 4 , .Xr tcx 4 diff --git a/share/man/man4/man4.sparc/esp.4 b/share/man/man4/man4.sparc/esp.4 index d490699392b..b7d636d1eec 100644 --- a/share/man/man4/man4.sparc/esp.4 +++ b/share/man/man4/man4.sparc/esp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: esp.4,v 1.2 1998/07/13 02:42:16 jason Exp $ +.\" $OpenBSD: esp.4,v 1.3 1999/05/16 19:57:19 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -41,5 +41,5 @@ disconnect/reselect enabled on the premise that tape devices normally have one of these targets. Tape devices should be allowed to disconnect for the SCSI bus to operate acceptably. .Sh SEE ALSO -.Xr si 4 +.Xr si 4 , .Xr sw 4 diff --git a/share/man/man4/man4.sparc/hme.4 b/share/man/man4/man4.sparc/hme.4 index 6b7a5d312a5..a2a69ad7969 100644 --- a/share/man/man4/man4.sparc/hme.4 +++ b/share/man/man4/man4.sparc/hme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hme.4,v 1.4 1998/09/16 23:13:49 jason Exp $ +.\" $OpenBSD: hme.4,v 1.5 1999/05/16 19:57:20 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -92,13 +92,13 @@ Use 10baseT, full duplex Use 10baseT, half duplex .El .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr ifmedia 4 , +.Xr arp 4 , .Xr ie 4 , -.Xr le 4 , -.Xr intro 4 , +.Xr ifmedia 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 .Sh HISTORY .Ox support for the diff --git a/share/man/man4/man4.sparc/ie.4 b/share/man/man4/man4.sparc/ie.4 index b0cc92a166c..7fa58693632 100644 --- a/share/man/man4/man4.sparc/ie.4 +++ b/share/man/man4/man4.sparc/ie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ie.4,v 1.2 1998/10/19 05:45:10 jason Exp $ +.\" $OpenBSD: ie.4,v 1.3 1999/05/16 19:57:20 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -44,7 +44,7 @@ network. .Xr arp 4 , .Xr be 4 , .Xr ie 4 , -.Xr le 4 , -.Xr qe 4 , +.Xr inet 4 , .Xr intro 4 , -.Xr inet 4 +.Xr le 4 , +.Xr qe 4 diff --git a/share/man/man4/man4.sparc/kbd.4 b/share/man/man4/man4.sparc/kbd.4 index 502bab89100..f1f93b8f23f 100644 --- a/share/man/man4/man4.sparc/kbd.4 +++ b/share/man/man4/man4.sparc/kbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kbd.4,v 1.3 1998/06/06 21:05:57 todd Exp $ +.\" $OpenBSD: kbd.4,v 1.4 1999/05/16 19:57:20 alex Exp $ .\" $NetBSD: kbd.4,v 1.3 1997/11/25 22:15:56 pk Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -157,7 +157,7 @@ The argument is of type in which the current LED state is returned. .El .Sh SEE ALSO -.Xr ms 4 +.Xr ms 4 , .Xr zs 4 .Sh BUGS .Nm diff --git a/share/man/man4/man4.sparc/le.4 b/share/man/man4/man4.sparc/le.4 index 377d111ed10..f640a6b7c06 100644 --- a/share/man/man4/man4.sparc/le.4 +++ b/share/man/man4/man4.sparc/le.4 @@ -35,7 +35,7 @@ .\" .\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp .\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 -.\" $Id: le.4,v 1.8 1998/11/11 07:52:07 deraadt Exp $ +.\" $Id: le.4,v 1.9 1999/05/16 19:57:21 alex Exp $ .\" .Dd June 9, 1993 .Dt LE 4 sparc @@ -98,9 +98,9 @@ Use the twisted pair connector .El .Sh SEE ALSO .Xr arp 4 , -.Xr ifmedia 4 , -.Xr intro 4 , -.Xr inet 4 , .Xr be 4 , .Xr ie 4 , +.Xr ifmedia 4 , +.Xr inet 4 , +.Xr intro 4 , .Xr qe 4 diff --git a/share/man/man4/man4.sparc/ms.4 b/share/man/man4/man4.sparc/ms.4 index a485803dc5d..ba87e48a24e 100644 --- a/share/man/man4/man4.sparc/ms.4 +++ b/share/man/man4/man4.sparc/ms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ms.4,v 1.2 1998/03/08 01:16:08 johns Exp $ +.\" $OpenBSD: ms.4,v 1.3 1999/05/16 19:57:21 alex Exp $ .\" $NetBSD: ms.4,v 1.2 1997/10/08 22:00:12 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -84,7 +84,7 @@ Get translation mode. The argument is of type is always returned. .El .Sh SEE ALSO -.Xr kbd 4 +.Xr kbd 4 , .Xr zs 4 .Sh BUGS .Nm diff --git a/share/man/man4/man4.sparc/qe.4 b/share/man/man4/man4.sparc/qe.4 index 2af4bb18b3f..2b2e6080511 100644 --- a/share/man/man4/man4.sparc/qe.4 +++ b/share/man/man4/man4.sparc/qe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qe.4,v 1.1 1998/10/19 05:45:10 jason Exp $ +.\" $OpenBSD: qe.4,v 1.2 1999/05/16 19:57:21 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -60,15 +60,15 @@ interface employs the address resolution protocol described in to dynamically map between Internet and Ethernet addresses on the local network. .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr ifmedia 4 , -.Xr qec 4 , +.Xr arp 4 , .Xr be 4 , .Xr ie 4 , -.Xr le 4 , -.Xr intro 4 , +.Xr ifmedia 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 , +.Xr le 4 , +.Xr qec 4 , +.Xr ifconfig 8 .Sh HISTORY .Ox support for the diff --git a/share/man/man4/man4.sparc/qec.4 b/share/man/man4/man4.sparc/qec.4 index 0fd8d7d56f2..a42bb33015e 100644 --- a/share/man/man4/man4.sparc/qec.4 +++ b/share/man/man4/man4.sparc/qec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qec.4,v 1.7 1999/02/02 02:29:59 jason Exp $ +.\" $OpenBSD: qec.4,v 1.8 1999/05/16 19:57:22 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -50,8 +50,8 @@ This driver, like other busses, is not directly available to users. In essence it is a buffering DMA controller. .Sh SEE ALSO .Xr be 4 , -.Xr qe 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr qe 4 .Sh HISTORY .Ox support for the diff --git a/share/man/man4/man4.sparc/si.4 b/share/man/man4/man4.sparc/si.4 index bd66ac4c88d..d7d15b9c7bc 100644 --- a/share/man/man4/man4.sparc/si.4 +++ b/share/man/man4/man4.sparc/si.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: si.4,v 1.1 1998/03/07 23:34:09 johns Exp $ +.\" $OpenBSD: si.4,v 1.2 1999/05/16 19:57:22 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -35,8 +35,8 @@ the features listed above. If no flags are specified, the device will use DMA by default. .Sh SEE ALSO +.Xr esp 4 , .Xr sw 4 -.Xr esp 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.sparc/sw.4 b/share/man/man4/man4.sparc/sw.4 index 10bf7348e11..1bf748024ff 100644 --- a/share/man/man4/man4.sparc/sw.4 +++ b/share/man/man4/man4.sparc/sw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sw.4,v 1.1 1998/03/07 23:34:09 johns Exp $ +.\" $OpenBSD: sw.4,v 1.2 1999/05/16 19:57:22 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -41,8 +41,8 @@ The .Nm driver only supports polled DMA at this time. .Sh SEE ALSO +.Xr esp 4 , .Xr si 4 -.Xr esp 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.sparc/tcx.4 b/share/man/man4/man4.sparc/tcx.4 index 6f6c3bc2884..0c07346a87a 100644 --- a/share/man/man4/man4.sparc/tcx.4 +++ b/share/man/man4/man4.sparc/tcx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcx.4,v 1.4 1998/07/13 02:42:21 jason Exp $ +.\" $OpenBSD: tcx.4,v 1.5 1999/05/16 19:57:23 alex Exp $ .\" $NetBSD: tcx.4,v 1.3 1997/10/08 22:00:14 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -60,9 +60,9 @@ and can be operated in emulation mode. .Sh SEE ALSO .Xr bwtwo 4 , -.Xr cgtwo 4 , -.Xr cgthree 4 , +.Xr cgeight 4 , .Xr cgfour 4 , +.Xr cgfourteen 4 , .Xr cgsix 4 , -.Xr cgeight 4 , -.Xr cgfourteen 4 +.Xr cgthree 4 , +.Xr cgtwo 4 diff --git a/share/man/man4/man4.sparc/zs.4 b/share/man/man4/man4.sparc/zs.4 index 1970bbd4d8a..a5c0b447bbc 100644 --- a/share/man/man4/man4.sparc/zs.4 +++ b/share/man/man4/man4.sparc/zs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zs.4,v 1.4 1999/01/21 04:50:07 marc Exp $ +.\" $OpenBSD: zs.4,v 1.5 1999/05/16 19:57:23 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -53,10 +53,10 @@ The first outgoing connection succeeds, but second and subsequent connections fail, apparently due to a getty hang. The hung getty apparently prevents the cua device from being re-opened. .Sh SEE ALSO +.Xr ioctl 2 , .Xr kbd 4 , .Xr ms 4 , -.Xr tty 4 , -.Xr ioctl 2 +.Xr tty 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.sun3/bwtwo.4 b/share/man/man4/man4.sun3/bwtwo.4 index ab2c14e3302..be67b7fd38e 100644 --- a/share/man/man4/man4.sun3/bwtwo.4 +++ b/share/man/man4/man4.sun3/bwtwo.4 @@ -51,5 +51,5 @@ The is a memory based black and white frame buffer. It supports the minimal ioctl's needed to run X11. .Sh SEE ALSO -.Xr cgtwo 4 , -.Xr cgfour 4 +.Xr cgfour 4 , +.Xr cgtwo 4 diff --git a/share/man/man4/man4.sun3/ie.4 b/share/man/man4/man4.sun3/ie.4 index 49ed0a37799..04fdad6fc5b 100644 --- a/share/man/man4/man4.sun3/ie.4 +++ b/share/man/man4/man4.sun3/ie.4 @@ -64,7 +64,7 @@ interface employs the address resolution protocol described in to dynamically map between Internet and Ethernet addresses on the local network. .Sh SEE ALSO -.Xr le 4 , -.Xr intro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 , +.Xr le 4 diff --git a/share/man/man4/man4.sun3/le.4 b/share/man/man4/man4.sun3/le.4 index c7d6c5ac227..956674aef5d 100644 --- a/share/man/man4/man4.sun3/le.4 +++ b/share/man/man4/man4.sun3/le.4 @@ -65,7 +65,7 @@ interface employs the address resolution protocol described in to dynamically map between Internet and Ethernet addresses on the local network. .Sh SEE ALSO +.Xr arp 4 , .Xr ie 4 , -.Xr intro 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 diff --git a/share/man/man4/man4.vax/ddn.4 b/share/man/man4/man4.vax/ddn.4 index cb0e5a76ef6..e7e9fb215ff 100644 --- a/share/man/man4/man4.vax/ddn.4 +++ b/share/man/man4/man4.vax/ddn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddn.4,v 1.2 1996/03/29 10:16:30 niklas Exp $ +.\" $OpenBSD: ddn.4,v 1.3 1999/05/16 19:57:25 alex Exp $ .\" $NetBSD: ddn.4,v 1.3 1996/03/03 17:13:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -126,8 +126,8 @@ detected by either the driver or the .Tn ACP Ns 625 firmware. .Sh SEE ALSO -.Xr netintro 4 , -.Xr ip 4 +.Xr ip 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/de.4 b/share/man/man4/man4.vax/de.4 index 03dbc61ff79..2a321e54662 100644 --- a/share/man/man4/man4.vax/de.4 +++ b/share/man/man4/man4.vax/de.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: de.4,v 1.2 1996/03/29 10:16:31 niklas Exp $ +.\" $OpenBSD: de.4,v 1.3 1999/05/16 19:57:25 alex Exp $ .\" $NetBSD: de.4,v 1.3 1996/03/03 17:13:19 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -124,9 +124,9 @@ See the hardware manual for details. .It de%d: wtmode failed, csr0=%b csr1=%b. .El .Sh SEE ALSO -.Xr netintro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/dmc.4 b/share/man/man4/man4.vax/dmc.4 index 578fe6790d1..8e38c7046d6 100644 --- a/share/man/man4/man4.vax/dmc.4 +++ b/share/man/man4/man4.vax/dmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmc.4,v 1.2 1996/03/29 10:16:36 niklas Exp $ +.\" $OpenBSD: dmc.4,v 1.3 1999/05/16 19:57:26 alex Exp $ .\" $NetBSD: dmc.4,v 1.3 1996/03/03 17:13:22 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -145,8 +145,8 @@ The interface was handed a message which has addresses formatted in an unsuitable address family. .El .Sh SEE ALSO -.Xr intro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr intro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/dmv.4 b/share/man/man4/man4.vax/dmv.4 index d05097ad3c5..0ea89fb9cd3 100644 --- a/share/man/man4/man4.vax/dmv.4 +++ b/share/man/man4/man4.vax/dmv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmv.4,v 1.2 1996/03/29 10:16:40 niklas Exp $ +.\" $OpenBSD: dmv.4,v 1.3 1999/05/16 19:57:26 alex Exp $ .\" $NetBSD: dmv.4,v 1.3 1996/03/03 17:13:25 thorpej Exp $ .\" .\" Copyright (c) 1988, 1991 Regents of the University of California. @@ -122,8 +122,8 @@ A device timeout occurred. Numerous other device errors may be displayed. .Sh SEE ALSO .Xr dmc 4 , -.Xr intro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr intro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/ec.4 b/share/man/man4/man4.vax/ec.4 index c985aa3cbe9..54cf910ec98 100644 --- a/share/man/man4/man4.vax/ec.4 +++ b/share/man/man4/man4.vax/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.2 1996/03/29 10:16:48 niklas Exp $ +.\" $OpenBSD: ec.4,v 1.3 1999/05/16 19:57:27 alex Exp $ .\" $NetBSD: ec.4,v 1.3 1996/03/03 17:13:30 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -125,9 +125,9 @@ a message with addresses formatted in an unsuitable address family; the packet was dropped. .El .Sh SEE ALSO -.Xr netintro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/en.4 b/share/man/man4/man4.vax/en.4 index 54109392ae8..a2fb6209730 100644 --- a/share/man/man4/man4.vax/en.4 +++ b/share/man/man4/man4.vax/en.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: en.4,v 1.2 1996/03/29 10:16:49 niklas Exp $ +.\" $OpenBSD: en.4,v 1.3 1999/05/16 19:57:27 alex Exp $ .\" $NetBSD: en.4,v 1.3 1996/03/03 17:13:32 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -123,8 +123,8 @@ a message with addresses formatted in an unsuitable address family; the packet was dropped. .El .Sh SEE ALSO -.Xr netintro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/ex.4 b/share/man/man4/man4.vax/ex.4 index 65131ae05ca..ce6849ee981 100644 --- a/share/man/man4/man4.vax/ex.4 +++ b/share/man/man4/man4.vax/ex.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ex.4,v 1.2 1996/03/29 10:16:51 niklas Exp $ +.\" $OpenBSD: ex.4,v 1.3 1999/05/16 19:57:28 alex Exp $ .\" $NetBSD: ex.4,v 1.3 1996/03/03 17:13:33 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -101,9 +101,9 @@ a message with addresses formatted in an unsuitable address family; the packet was dropped. .El .Sh SEE ALSO -.Xr netintro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/hp.4 b/share/man/man4/man4.vax/hp.4 index 5fb19b5ea6b..5ded4cca53a 100644 --- a/share/man/man4/man4.vax/hp.4 +++ b/share/man/man4/man4.vax/hp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hp.4,v 1.2 1996/03/29 10:16:57 niklas Exp $ +.\" $OpenBSD: hp.4,v 1.3 1999/05/16 19:57:28 alex Exp $ .\" $NetBSD: hp.4,v 1.4 1996/03/05 15:28:50 ragge Exp $ .\" .\" Copyright (c) 1980,1988, 1991 Regents of the University of California. @@ -149,8 +149,8 @@ or heads are indicated. .Xr physio 4 , .Xr up 4 , .Xr disklabel 5 , -.Xr MAKEDEV 8 -.Xr disklabel 8 +.Xr MAKEDEV 8 , +.Xr disklabel 8 , .Xr mknod 8 .Sh HISTORY The diff --git a/share/man/man4/man4.vax/ht.4 b/share/man/man4/man4.vax/ht.4 index bf7eecad68c..aefca4349cc 100644 --- a/share/man/man4/man4.vax/ht.4 +++ b/share/man/man4/man4.vax/ht.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ht.4,v 1.2 1996/03/29 10:16:59 niklas Exp $ +.\" $OpenBSD: ht.4,v 1.3 1999/05/16 19:57:29 alex Exp $ .\" $NetBSD: ht.4,v 1.3 1996/03/03 17:13:39 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -100,8 +100,8 @@ the operation which failed several times before reporting the error. .Xr mt 1 , .Xr tar 1 , .Xr tp 1 , -.Xr mtio 4 , .Xr mt 4 , +.Xr mtio 4 , .Xr physio 4 , .Xr tm 4 , .Xr ts 4 , diff --git a/share/man/man4/man4.vax/hy.4 b/share/man/man4/man4.vax/hy.4 index 6c35a826615..9b2950dc235 100644 --- a/share/man/man4/man4.vax/hy.4 +++ b/share/man/man4/man4.vax/hy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hy.4,v 1.2 1996/03/29 10:17:00 niklas Exp $ +.\" $OpenBSD: hy.4,v 1.3 1999/05/16 19:57:29 alex Exp $ .\" $NetBSD: hy.4,v 1.3 1996/03/03 17:13:41 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -111,8 +111,8 @@ Software was able to reset the power off bit, indicating that the power has been restored. .El .Sh SEE ALSO -.Xr netintro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/il.4 b/share/man/man4/man4.vax/il.4 index f4bf6744463..8c7c2e1e465 100644 --- a/share/man/man4/man4.vax/il.4 +++ b/share/man/man4/man4.vax/il.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: il.4,v 1.2 1996/03/29 10:17:04 niklas Exp $ +.\" $OpenBSD: il.4,v 1.3 1999/05/16 19:57:31 alex Exp $ .\" $NetBSD: il.4,v 1.3 1996/03/03 17:13:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -102,9 +102,9 @@ should indicate the nature of the failure. See the hardware manual for details. .El .Sh SEE ALSO -.Xr netintro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/intro.4 b/share/man/man4/man4.vax/intro.4 index e5184009d11..c5ddc0b7163 100644 --- a/share/man/man4/man4.vax/intro.4 +++ b/share/man/man4/man4.vax/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.2 1996/03/29 10:17:06 niklas Exp $ +.\" $OpenBSD: intro.4,v 1.3 1999/05/16 19:57:31 alex Exp $ .\" $NetBSD: intro.4,v 1.3 1996/03/03 17:13:44 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -107,10 +107,10 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO +.Xr autoconf 4 , .Xr intro 4 , .Xr netintro 4 , -.Xr autoconf 4 , -.Xr config 8 . +.Xr config 8 .Rs .%T "Building 4.3 BSD UNIX Systems with Config" .%B SMM diff --git a/share/man/man4/man4.vax/ix.4 b/share/man/man4/man4.vax/ix.4 index 5efe7ff47bd..8a5f1315bbb 100644 --- a/share/man/man4/man4.vax/ix.4 +++ b/share/man/man4/man4.vax/ix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ix.4,v 1.2 1996/03/29 10:17:08 niklas Exp $ +.\" $OpenBSD: ix.4,v 1.3 1999/05/16 19:57:32 alex Exp $ .\" $NetBSD: ix.4,v 1.3 1996/03/03 17:13:45 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -125,10 +125,10 @@ shut itself down, saying: The recourse is to reload the firmware and allow more time. .El .Sh SEE ALSO -.Xr netintro 4 , -.Xr inet 4 , .Xr arp 4 , -.Xr np 4 . +.Xr inet 4 , +.Xr netintro 4 , +.Xr np 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/kg.4 b/share/man/man4/man4.vax/kg.4 index ffc095afc67..e11a126ced2 100644 --- a/share/man/man4/man4.vax/kg.4 +++ b/share/man/man4/man4.vax/kg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kg.4,v 1.2 1996/03/29 10:17:09 niklas Exp $ +.\" $OpenBSD: kg.4,v 1.3 1999/05/16 19:57:32 alex Exp $ .\" $NetBSD: kg.4,v 1.3 1996/03/03 17:13:46 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -63,8 +63,8 @@ level. The device driver automatically calibrates itself to the line clock frequency. .Sh SEE ALSO -.Xr kgmon 8 , -.Xr config 8 +.Xr config 8 , +.Xr kgmon 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/mtio.4 b/share/man/man4/man4.vax/mtio.4 index 34dbbc737fb..659aaca8847 100644 --- a/share/man/man4/man4.vax/mtio.4 +++ b/share/man/man4/man4.vax/mtio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtio.4,v 1.4 1996/10/08 01:20:51 michaels Exp $ +.\" $OpenBSD: mtio.4,v 1.5 1999/05/16 19:57:32 alex Exp $ .\" $NetBSD: mtio.4,v 1.4 1996/03/03 17:13:54 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -216,9 +216,9 @@ struct mtget { .Xr tar 1 , .Xr tp 1 , .Xr ht 4 , +.Xr mt 4 , .Xr tm 4 , .Xr ts 4 , -.Xr mt 4 , .Xr ut 4 .Sh HISTORY The diff --git a/share/man/man4/man4.vax/np.4 b/share/man/man4/man4.vax/np.4 index a7f24ee12b0..dde37644653 100644 --- a/share/man/man4/man4.vax/np.4 +++ b/share/man/man4/man4.vax/np.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: np.4,v 1.2 1996/03/29 10:17:18 niklas Exp $ +.\" $OpenBSD: np.4,v 1.3 1999/05/16 19:57:33 alex Exp $ .\" $NetBSD: np.4,v 1.3 1996/03/03 17:13:55 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -127,10 +127,10 @@ There are 110 other diagnostic messages that can be enabled by setting bits in a debugging mask. Consult the driver for details. .Sh SEE ALSO -.Xr netintro 4 , -.Xr inet 4 , .Xr arp 4 , -.Xr ix 4 +.Xr inet 4 , +.Xr ix 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/pcl.4 b/share/man/man4/man4.vax/pcl.4 index 25b4ea07c39..0e747ce87d9 100644 --- a/share/man/man4/man4.vax/pcl.4 +++ b/share/man/man4/man4.vax/pcl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcl.4,v 1.2 1996/03/29 10:17:19 niklas Exp $ +.\" $OpenBSD: pcl.4,v 1.3 1999/05/16 19:57:33 alex Exp $ .\" $NetBSD: pcl.4,v 1.3 1996/03/03 17:13:57 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -126,8 +126,8 @@ message has been agreed upon to be 1008 bytes (same as ArpaNet message). .El .Sh SEE ALSO -.Xr intro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr intro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/qe.4 b/share/man/man4/man4.vax/qe.4 index 58813aaabef..09595ea9e7e 100644 --- a/share/man/man4/man4.vax/qe.4 +++ b/share/man/man4/man4.vax/qe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qe.4,v 1.2 1996/03/29 10:17:23 niklas Exp $ +.\" $OpenBSD: qe.4,v 1.3 1999/05/16 19:57:34 alex Exp $ .\" $NetBSD: qe.4,v 1.3 1996/03/03 17:14:01 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -78,9 +78,9 @@ flag with an .Dv SIOCSIFFLAGS .Xr ioctl . .Sh SEE ALSO -.Xr netintro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/rx.4 b/share/man/man4/man4.vax/rx.4 index 36de9d27959..f7eaa6dcdd0 100644 --- a/share/man/man4/man4.vax/rx.4 +++ b/share/man/man4/man4.vax/rx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rx.4,v 1.2 1996/03/29 10:17:24 niklas Exp $ +.\" $OpenBSD: rx.4,v 1.3 1999/05/16 19:57:34 alex Exp $ .\" $NetBSD: rx.4,v 1.3 1996/03/03 17:14:03 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -237,11 +237,11 @@ the device .Xr close 2 ) . .El .Sh SEE ALSO -.Xr rxformat 8 , -.Xr newfs 8 , -.Xr mkfs 8 , .Xr tar 1 , -.Xr arff 8 +.Xr arff 8 , +.Xr mkfs 8 , +.Xr newfs 8 , +.Xr rxformat 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/tm.4 b/share/man/man4/man4.vax/tm.4 index 69ffe1ba958..76b427e1db4 100644 --- a/share/man/man4/man4.vax/tm.4 +++ b/share/man/man4/man4.vax/tm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tm.4,v 1.2 1996/03/29 10:17:26 niklas Exp $ +.\" $OpenBSD: tm.4,v 1.3 1999/05/16 19:57:34 alex Exp $ .\" $NetBSD: tm.4,v 1.3 1996/03/03 17:14:04 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -98,9 +98,9 @@ will return an error as the operation in progress aborts. .Xr mt 1 , .Xr tar 1 , .Xr tp 1 , +.Xr ht 4 , .Xr mt 4 , .Xr mtio 4 , -.Xr ht 4 , .Xr ts 4 , .Xr ut 4 .Sh HISTORY diff --git a/share/man/man4/man4.vax/tmscp.4 b/share/man/man4/man4.vax/tmscp.4 index 66d51cb3815..7e8a1b8f997 100644 --- a/share/man/man4/man4.vax/tmscp.4 +++ b/share/man/man4/man4.vax/tmscp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmscp.4,v 1.4 1996/10/08 01:20:51 michaels Exp $ +.\" $OpenBSD: tmscp.4,v 1.5 1999/05/16 19:57:35 alex Exp $ .\" $NetBSD: tmscp.4,v 1.4 1996/03/03 17:14:06 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 Regents of the University of California. @@ -122,12 +122,12 @@ errors may be: .Xr mt 1 , .Xr tar 1 , .Xr tp 1 , +.Xr ht 4 , +.Xr mt 4 , .Xr mtio 4 , .Xr tm 4 , .Xr ts 4 , .Xr ut 4 , -.Xr mt 4 , -.Xr ht 4 , .Xr dmesg 8 .Sh HISTORY The diff --git a/share/man/man4/man4.vax/ts.4 b/share/man/man4/man4.vax/ts.4 index 3ef512e04da..6d382f48b10 100644 --- a/share/man/man4/man4.vax/ts.4 +++ b/share/man/man4/man4.vax/ts.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ts.4,v 1.4 1996/10/08 01:20:52 michaels Exp $ +.\" $OpenBSD: ts.4,v 1.5 1999/05/16 19:57:35 alex Exp $ .\" $NetBSD: ts.4,v 1.4 1996/03/03 17:14:08 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -85,10 +85,10 @@ status register and controller state is printed in hex and decimal. .Xr mt 1 , .Xr tar 1 , .Xr tp 1 , -.Xr mtio 4 , .Xr ht 4 , -.Xr tm 4 , .Xr mt 4 , +.Xr mtio 4 , +.Xr tm 4 , .Xr ut 4 .Sh HISTORY The diff --git a/share/man/man4/man4.vax/va.4 b/share/man/man4/man4.vax/va.4 index 1cfe26f7315..1ff3f178b3a 100644 --- a/share/man/man4/man4.vax/va.4 +++ b/share/man/man4/man4.vax/va.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: va.4,v 1.2 1996/03/29 10:17:40 niklas Exp $ +.\" $OpenBSD: va.4,v 1.3 1999/05/16 19:57:36 alex Exp $ .\" $NetBSD: va.4,v 1.3 1996/03/03 17:14:15 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -152,10 +152,10 @@ device was hogging the bus. (But see below). .El .Sh SEE ALSO -.Xr vfont 5 , .Xr lpr 1 , -.Xr lpd 8 , -.Xr vp 4 +.Xr vp 4 , +.Xr vfont 5 , +.Xr lpd 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.vax/vp.4 b/share/man/man4/man4.vax/vp.4 index be2beed3233..6845c950f94 100644 --- a/share/man/man4/man4.vax/vp.4 +++ b/share/man/man4/man4.vax/vp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vp.4,v 1.2 1996/03/29 10:17:42 niklas Exp $ +.\" $OpenBSD: vp.4,v 1.3 1999/05/16 19:57:36 alex Exp $ .\" $NetBSD: vp.4,v 1.3 1996/03/03 17:14:16 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -105,9 +105,9 @@ The device is offline. .Sh SEE ALSO .Xr lpr 1 , .Xr vtroff 1 , -.Xr va 4 +.Xr va 4 , .Xr font 5 , -.Xr lpd 8 , +.Xr lpd 8 .Sh HISTORY A .Nm diff --git a/share/man/man4/man4.vax/vv.4 b/share/man/man4/man4.vax/vv.4 index 6d492e5b5f6..17f0f636275 100644 --- a/share/man/man4/man4.vax/vv.4 +++ b/share/man/man4/man4.vax/vv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vv.4,v 1.3 1998/09/06 22:23:20 aaron Exp $ +.\" $OpenBSD: vv.4,v 1.4 1999/05/16 19:57:37 alex Exp $ .\" $NetBSD: vv.4,v 1.3 1996/03/03 17:14:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -120,8 +120,8 @@ an immediate .Em panic: vs_olen . .El .Sh SEE ALSO -.Xr netintro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4 index 7369a5aa217..2f52897b8a3 100644 --- a/share/man/man4/midi.4 +++ b/share/man/man4/midi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midi.4,v 1.1 1999/01/07 22:32:57 niklas Exp $ +.\" $OpenBSD: midi.4,v 1.2 1999/05/16 19:56:30 alex Exp $ .\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -92,11 +92,11 @@ interface. .It Pa /dev/sequencer .El .Sh SEE ALSO -.Xr audio 4 , -.Xr ioctl 2 , .Xr midiplay 1 , -.Xr opl 4 , -.Xr ossaudio 3 . +.Xr ioctl 2 , +.Xr ossaudio 3 , +.Xr audio 4 , +.Xr opl 4 .br For ports using the ISA bus: .\" .Xr pcppi 4 , diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index 972ea40e4d7..bb977c9e508 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.1 1998/11/11 21:46:28 jason Exp $ +.\" $OpenBSD: mii.4,v 1.2 1999/05/16 19:56:30 alex Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -87,8 +87,8 @@ program. .Xr icsphy 4 , .Xr ifmedia 4 , .Xr inphy 4 , -.Xr netintro 4 , .Xr lxtphy 4 , +.Xr netintro 4 , .Xr nsphy 4 , .Xr qsphy 4 , .Xr sqphy 4 , diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4 index 9918c875ea2..a59bdbe83ec 100644 --- a/share/man/man4/mtio.4 +++ b/share/man/man4/mtio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtio.4,v 1.2 1998/09/05 17:41:48 deraadt Exp $ +.\" $OpenBSD: mtio.4,v 1.3 1999/05/16 19:56:31 alex Exp $ .\" $NetBSD: mtio.4,v 1.4 1996/03/03 17:13:54 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -190,9 +190,9 @@ struct mtget { .Xr tar 1 , .Xr tp 1 , .Xr ht 4 , +.Xr mt 4 , .Xr tm 4 , .Xr ts 4 , -.Xr mt 4 , .Xr ut 4 .Sh HISTORY The diff --git a/share/man/man4/ncr.4 b/share/man/man4/ncr.4 index a79a900c4c7..c3f5dbeac99 100644 --- a/share/man/man4/ncr.4 +++ b/share/man/man4/ncr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncr.4,v 1.1 1997/03/28 22:53:40 millert Exp $ +.\" $OpenBSD: ncr.4,v 1.2 1999/05/16 19:56:31 alex Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -38,9 +38,9 @@ The driver provides support for the NCR 53C810, 53C825, 53C860, and 53C875 SCSI controller chips. .Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr sd 4 , .Xr st 4 , -.Xr cd 4 , -.Xr ch 4 , .Xr uk 4 diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index ed1c9c32d9e..d4693e9fae3 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.11 1999/02/26 19:56:32 jason Exp $ +.\" $OpenBSD: netintro.4,v 1.12 1999/05/16 19:56:32 alex Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -345,11 +345,11 @@ struct ifconf { }; .Ed .Sh SEE ALSO -.Xr socket 2 , .Xr ioctl 2 , -.Xr intro 4 , +.Xr socket 2 , .Xr bridge 4 , .Xr ifmedia 4 , +.Xr intro 4 , .Xr config 8 , .Xr routed 8 .Sh HISTORY diff --git a/share/man/man4/ns.4 b/share/man/man4/ns.4 index 648c9fcfbd9..66c9f7cb460 100644 --- a/share/man/man4/ns.4 +++ b/share/man/man4/ns.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ns.4,v 1.3 1998/10/31 23:17:41 espie Exp $ +.\" $OpenBSD: ns.4,v 1.4 1999/05/16 19:56:33 alex Exp $ .\" $NetBSD: ns.4,v 1.3 1994/11/30 16:22:26 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -155,17 +155,17 @@ to handle and report errors in protocol processing; it is, however, only accessible to user programs through heroic actions. .Sh SEE ALSO -.Xr intro 3 , .Xr byteorder 3 , .Xr gethostbyname 3 , .Xr getnetent 3 , .Xr getprotoent 3 , .Xr getservent 3 , +.Xr intro 3 , .Xr ns 3 , -.Xr netintro 4 , -.Xr spp 4 , .Xr idp 4 , -.Xr nsip 4 +.Xr netintro 4 , +.Xr nsip 4 , +.Xr spp 4 .Rs .%T "Internet Transport Protocols" .%R Xerox Corporation document XSIS diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index a459c07bd7a..e9521cffd3c 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.29 1999/05/12 13:26:50 aaron Exp $ +.\" $OpenBSD: options.4,v 1.30 1999/05/16 19:56:33 alex Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -778,10 +778,10 @@ and/or .\" .Sh FILES .\" .Sh EXAMPLES .Sh SEE ALSO +.Xr X 1 , .Xr gdb 1 , .Xr ktrace 1 , .Xr quota 1 , -.Xr X 1 , .Xr gettimeofday 2 , .Xr i386_iopl 2 , .Xr msgctl 2 , @@ -799,11 +799,11 @@ and/or .Xr shmget 2 , .Xr sysctl 3 , .Xr ddb 4 , -.Xr lkm 4 , .Xr inet 4 , .Xr ipsec 4 , -.Xr ns 4 , .Xr iso 4 , +.Xr lkm 4 , +.Xr ns 4 , .Xr xf86 4 , .Xr apm 8 , .Xr apmd 8 , diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 3deeb987488..818b88f8f01 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.1 1998/09/26 22:42:53 fgsch Exp $ +.\" $OpenBSD: pcmcia.4,v 1.2 1999/05/16 19:56:34 alex Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -88,9 +88,9 @@ Adaptec APA-14[56]0 SCSI controller card. .Pp The supported PCMCIA controllers are those that are i82365 compatible. .Sh SEE ALSO -.Xr intro 4 , .Xr aic 4 , .Xr ep 4 , +.Xr intro 4 , .Xr isa 4 , .Xr ne 4 , .Xr pccom 4 , diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index f120b28a67f..4a3125bb959 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raid.4,v 1.2 1999/02/19 00:19:52 niklas Exp $ +.\" $OpenBSD: raid.4,v 1.3 1999/05/16 19:56:35 alex Exp $ .\" .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -234,11 +234,11 @@ device special files. .Pp .Sh SEE ALSO .Xr MAKEDEV 8 , -.Xr raidctl 8 , .Xr config 8 , .Xr fsck 8 , .Xr mount 8 , -.Xr newfs 8 +.Xr newfs 8 , +.Xr raidctl 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 71152038f38..1565777d344 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.4,v 1.4 1998/09/06 22:23:19 aaron Exp $ +.\" $OpenBSD: random.4,v 1.5 1999/05/16 19:56:35 alex Exp $ .\" .\" Copyright (c) 1996, 1997 Michael Shalayeff .\" @@ -62,11 +62,11 @@ simple pseudo-random generator (as it is in the kernel). .It /dev/arandom aRC4 hashed data (as apposed to the {u,s}random, as they are MD5). .Sh SEE ALSO -.Xr random 9 , +.Xr arc4random 3 , +.Xr md5 3 , .Xr random 3 , .Xr md5 9 , -.Xr md5 3 , -.Xr arc4random 3 . +.Xr random 9 .Sh FILES .Bl -tag -width /dev/srandom .It Pa /dev/random, /dev/srandom, /dev/urandom, /dev/prandom, /dev/arandom diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index 405a68e0467..9b031513f05 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.4 1999/03/11 01:35:04 pjanzen Exp $ +.\" $OpenBSD: scsi.4,v 1.5 1999/05/16 19:56:36 alex Exp $ .\" .Dd August 4, 1996 .Dt SD 4 @@ -142,8 +142,8 @@ of the return values of functions. shows more detailed information including DMA scatter-gather logs. .El .Sh SEE ALSO -.Xr ch 4 , .Xr cd 4 , +.Xr ch 4 , .Xr sd 4 , .Xr ss 4 , .Xr st 4 , diff --git a/share/man/man4/sl.4 b/share/man/man4/sl.4 index 7984c0a8897..7fcca10d1dc 100644 --- a/share/man/man4/sl.4 +++ b/share/man/man4/sl.4 @@ -58,8 +58,8 @@ a message with addresses formatted in an unsuitable address family; the packet was dropped. .El .Sh SEE ALSO -.Xr netintro 4 , .Xr inet 4 , +.Xr netintro 4 , .Xr slattach 8 , .Xr sliplogin 8 , .Xr slstats 8 diff --git a/share/man/man4/sm.4 b/share/man/man4/sm.4 index 645426fb22b..3ca80eef1a6 100644 --- a/share/man/man4/sm.4 +++ b/share/man/man4/sm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sm.4,v 1.2 1998/09/26 22:42:54 fgsch Exp $ +.\" $OpenBSD: sm.4,v 1.3 1999/05/16 19:56:37 alex Exp $ .\" $NetBSD: sm.4,v 1.3 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -84,7 +84,7 @@ corrupted. .El .Sh SEE ALSO .Xr ifmedia 4 , -.Xr ifconfig 8 , .Xr intro 4 , .Xr isa 4 , -.Xr pcmcia 4 +.Xr pcmcia 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4 index 9aad511779d..c4519975d13 100644 --- a/share/man/man4/strip.4 +++ b/share/man/man4/strip.4 @@ -157,10 +157,10 @@ by .\" Why isn't .Ss documented in mdoc(7) and mdoc.samples(7)? .\" .Sh DIAGNOSTICS .Sh SEE ALSO -.Xr inet 4 , .Xr arp 4 , -.Xr route 8 , +.Xr inet 4 , .Xr slip 4 , +.Xr route 8 , .Xr slattach 8 . .Sh BUGS Currently is IP-only. Encapsulations for AppleTalk and ARP have been defined, diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 4f1f0e93487..3af09c983b5 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -181,7 +181,7 @@ exists. .Xr getsockopt 2 , .Xr socket 2 , .Xr inet 4 , -.Xr ip 4 +.Xr ip 4 , .Xr netintro 4 .Sh HISTORY The diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4 index 8c67954423a..4564a262131 100644 --- a/share/man/man4/tp.4 +++ b/share/man/man4/tp.4 @@ -674,12 +674,12 @@ will return .Er ENOTCONN . .El .Sh SEE ALSO -.Xr tcp 4 , .Xr netstat 1 , -.Xr iso 4 , .Xr clnp 4 , .Xr cltp 4 , -.Xr ifconfig 8 . +.Xr iso 4 , +.Xr tcp 4 , +.Xr ifconfig 8 .Sh BUGS The protocol definition of expedited data is slightly problematic, in a way that renders expedited data almost useless, diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index d35f2c3938d..0fa20dc0327 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.11 1999/03/18 11:12:19 aaron Exp $ +.\" $OpenBSD: tty.4,v 1.12 1999/05/16 19:56:39 alex Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -450,10 +450,10 @@ above in the integer pointed to by .Fa state . .El .Sh SEE ALSO -.Xr getty 8 , +.Xr stty 1 , .Xr ioctl 2 , .Xr pty 4 , -.Xr stty 1 , -.Xr termios 4 +.Xr termios 4 , +.Xr getty 8 .Sh HISTORY The cua support is inspired by similar support in SunOS. diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 8117df1433a..9aa747aa263 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.8 1999/03/01 05:41:13 aaron Exp $ +.\" $OpenBSD: tun.4,v 1.9 1999/05/16 19:56:40 alex Exp $ .Dd March 10, 1996 .Dt TUN 4 .Os OpenBSD 1.2 @@ -335,8 +335,8 @@ or MTU, for (The MTU must not be less than 1; attempts to set it so return .Er EIO . ) .Sh SEE ALSO -.Xr netintro 4 , -.Xr inet 4 +.Xr inet 4 , +.Xr netintro 4 .Sh BUGS The .Dv SUONLY diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 81ac2a37758..343e8223445 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tx.4,v 1.2 1999/04/02 16:21:37 aaron Exp $ +.\" $OpenBSD: tx.4,v 1.3 1999/05/16 19:56:40 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -106,11 +106,11 @@ Failed to allocate memory for a received packet. Packet was dropped. While resetting, the driver failed to stop the device correctly. .El .Sh SEE ALSO -.Xr ifconfig 8 , +.Xr arp 4 , .Xr ifmedia 4 , -.Xr intro 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 , +.Xr ifconfig 8 .Sh BUGS The multicast packets filtering is not supported. Only one PHY has really been tested, diff --git a/share/man/man4/udp.4 b/share/man/man4/udp.4 index 62f67b5572c..794fc3f7913 100644 --- a/share/man/man4/udp.4 +++ b/share/man/man4/udp.4 @@ -129,9 +129,9 @@ exists. .Xr recv 2 , .Xr send 2 , .Xr socket 2 , -.Xr netintro 4 , .Xr inet 4 , -.Xr ip 4 +.Xr ip 4 , +.Xr netintro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index a19bc0b3ce6..c33b8b2649a 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uk.4,v 1.3 1998/09/06 22:23:20 aaron Exp $ +.\" $OpenBSD: uk.4,v 1.4 1999/05/16 19:56:41 alex Exp $ .\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -72,12 +72,12 @@ debug ioctls work on .Nm devices. .Sh SEE ALSO -.Xr sd 4 , -.Xr st 4 , .Xr cd 4 , .Xr ch 4 , -.Xr su 4 , -.Xr scsi 4 +.Xr scsi 4 , +.Xr sd 4 , +.Xr st 4 , +.Xr su 4 .Sh HISTORY The .Nm diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 715c60afc43..de5b427486e 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.9 1998/11/28 20:14:45 aaron Exp $ +.\" $OpenBSD: hier.7,v 1.10 1999/05/16 19:57:38 alex Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -379,9 +379,9 @@ Temporary files that are kept between system reboots. .El .Sh SEE ALSO .Xr apropos 1 , -.Xr finger 1 , .Xr find 1 , -.Xr grep 1 , +.Xr finger 1 , +.Xr grep 1 , .Xr ls 1 , .Xr whatis 1 , .Xr whereis 1 , diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 9242dc0f237..26112d4fac2 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.9 1999/03/11 01:35:05 pjanzen Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.10 1999/05/16 19:57:38 alex Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -2767,9 +2767,9 @@ manual macro package template for writing a man page .El .Sh SEE ALSO -.Xr mdoc 7 , .Xr man 1 , -.Xr troff 1 +.Xr troff 1 , +.Xr mdoc 7 .Sh BUGS Undesirable hyphenation on the dash of a flag argument is not yet resolved, and causes diff --git a/share/man/man8/man8.amiga/MAKEDEV.8 b/share/man/man8/man8.amiga/MAKEDEV.8 index 13442aa7b29..92cd5a7ef9f 100644 --- a/share/man/man8/man8.amiga/MAKEDEV.8 +++ b/share/man/man8/man8.amiga/MAKEDEV.8 @@ -132,6 +132,6 @@ Abstract graphics interface to grf#'s The special file directory. .El .Sh SEE ALSO -.Xr mknod 8 , .Xr intro 4 , -.Xr config 8 +.Xr config 8 , +.Xr mknod 8 diff --git a/share/man/man8/man8.atari/MAKEDEV.8 b/share/man/man8/man8.atari/MAKEDEV.8 index d0f81ee2b6c..f6c172e8b87 100644 --- a/share/man/man8/man8.atari/MAKEDEV.8 +++ b/share/man/man8/man8.atari/MAKEDEV.8 @@ -143,7 +143,7 @@ Abstract graphics interface to grf#'s The special file directory. .El .Sh SEE ALSO -.Xr mknod 8 , .Xr intro 4 , .Xr config 8 , +.Xr mknod 8 , .Xr special 8 diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 79548ac7f91..0068f21e5ad 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.7 1999/04/28 23:20:57 alex Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.8 1999/05/16 19:57:42 alex Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -184,7 +184,7 @@ watchdog timer The special file directory. .El .Sh SEE ALSO -.Xr mknod 8 , .Xr intro 4 , .Xr config 8 , -.Xr special 8 . +.Xr mknod 8 , +.Xr special 8 diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8 index 017300eab72..a0f64d59f20 100644 --- a/share/man/man8/man8.sparc/MAKEDEV.8 +++ b/share/man/man8/man8.sparc/MAKEDEV.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91 -.\" $Id: MAKEDEV.8,v 1.2 1997/07/24 15:01:36 deraadt Exp $ +.\" $Id: MAKEDEV.8,v 1.3 1999/05/16 19:57:43 alex Exp $ .\" .Dd Feburary 21, 1994 .Dt MAKEDEV 8 sparc @@ -129,7 +129,7 @@ Onboard Serial ports The special file directory. .El .Sh SEE ALSO -.Xr mknod 8 , .Xr intro 4 , .Xr config 8 , +.Xr mknod 8 , .Xr special 8 diff --git a/share/man/man8/man8.sun3/MAKEDEV.8 b/share/man/man8/man8.sun3/MAKEDEV.8 index aac01b597a1..b0359ccb25f 100644 --- a/share/man/man8/man8.sun3/MAKEDEV.8 +++ b/share/man/man8/man8.sun3/MAKEDEV.8 @@ -130,7 +130,7 @@ Onboard Serial ports The special file directory. .El .Sh SEE ALSO -.Xr mknod 8 , .Xr intro 4 , .Xr config 8 , +.Xr mknod 8 , .Xr special 8 diff --git a/share/man/man8/man8.vax/drtest.8 b/share/man/man8/man8.vax/drtest.8 index ff4ff197b1b..17f31103b84 100644 --- a/share/man/man8/man8.vax/drtest.8 +++ b/share/man/man8/man8.vax/drtest.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)drtest.8 6.3 (Berkeley) 3/16/91 -.\" $Id: drtest.8,v 1.1 1995/10/18 08:44:41 deraadt Exp $ +.\" $Id: drtest.8,v 1.2 1999/05/16 19:57:45 alex Exp $ .\" .Dd March 16, 1991 .Dt DRTEST 8 @@ -104,8 +104,8 @@ where .Ar X \&= a*8+u, e.g., hp(1,3) becomes hp11. .Sh SEE ALSO -.Xr format 8 , -.Xr bad144 8 +.Xr bad144 8 , +.Xr format 8 .Sh AUTHOR Helge Skrivervik .Sh HISTORY diff --git a/share/man/man8/man8.vax/installboot.8 b/share/man/man8/man8.vax/installboot.8 index 447026a24b3..c54eaea8d01 100644 --- a/share/man/man8/man8.vax/installboot.8 +++ b/share/man/man8/man8.vax/installboot.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)installboot.8 7.2 (Berkeley) 3/16/91 -.\" $Id: installboot.8,v 1.2 1998/07/11 21:32:39 angelos Exp $ +.\" $Id: installboot.8,v 1.3 1999/05/16 19:57:45 alex Exp $ .\" .Dd March 16, 1991 .Dt INSTALLBOOT 8 @@ -61,8 +61,8 @@ boot blocks boot programs .El .Sh SEE ALSO -.Xr newfs 8 , -.Xr dd 1 +.Xr dd 1 , +.Xr newfs 8 .Sh EXAMPLES .Bd -literal -offset indent -compact cd /usr/mdec diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 39a75f8339d..040431418f5 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.3 1998/09/07 16:44:37 aaron Exp $ +.\" $OpenBSD: rc.8,v 1.4 1999/05/16 19:57:39 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,11 +127,11 @@ and reside in .Pa /etc . .Sh SEE ALSO +.Xr sysctl.conf 5 , .Xr init 8 , .Xr rc.conf 8 , .Xr reboot 8 , -.Xr savecore 8 , -.Xr sysctl.conf 5 +.Xr savecore 8 .Sh HISTORY The .Nm diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 06da864275f..e44e1e4a527 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.15 1999/04/20 22:56:11 alex Exp $ +.\" $OpenBSD: vpn.8,v 1.16 1999/05/16 19:57:40 alex Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -327,10 +327,10 @@ In situations where the gateway IP is outside the desired netrange, such as with private networks (RFC 1597), manual keying must be used. This should be fixed in the next release. .Sh SEE ALSO -.Xr ipf 8 , -.Xr ipsecadm 8 , .Xr ipsec 4 , -.Xr isakmpd 8 , .Xr options 4 , .Xr ipf 5 , +.Xr ipf 8 , +.Xr ipsecadm 8 , +.Xr isakmpd 8 , .Xr photurisd 8 diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 3a9e092d8ca..130894af5ce 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yp.8,v 1.9 1998/11/20 23:56:55 downsj Exp $ +.\" $OpenBSD: yp.8,v 1.10 1999/05/16 19:57:40 alex Exp $ .\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com> @@ -185,20 +185,20 @@ YP maps Makefile .El .Sh SEE ALSO .Xr domainname 1 , -.Xr group 5 , -.Xr passwd 5 , -.Xr ypbind 8 , .Xr ypcat 1 , -.Xr yppoll 8 , .Xr ypmatch 1 , -.Xr ypset 8 , .Xr ypwhich 1 , .Xr ypclnt 3 , -.Xr ypserv 8 , +.Xr group 5 , +.Xr passwd 5 , +.Xr rpc.yppasswdd 8 , +.Xr ypbind 8 , .Xr ypinit 8 , +.Xr yppoll 8 , .Xr yppush 8 , -.Xr ypxfr 8 , -.Xr rpc.yppasswdd 8 +.Xr ypserv 8 , +.Xr ypset 8 , +.Xr ypxfr 8 .Sh HISTORY This free .Nm YP diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index d5227bb0c1a..c737d47c663 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.9,v 1.3 1998/05/19 22:54:59 jason Exp $ +.\" $OpenBSD: random.9,v 1.4 1999/05/16 19:57:47 alex Exp $ .\" .\" Copyright (c) 1996 Michael Shalayeff .\" All rights reserved. @@ -62,5 +62,5 @@ device. will give random 32 bit numbers hashed with the aRC4 algorithm, which appears to be faster. .Sh SEE ALSO -.Xr random 4 , -.Xr arc4random 3 +.Xr arc4random 3 , +.Xr random 4 diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 14ab69e072a..3dd1379c40f 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -105,11 +105,11 @@ and .Va runtime may be read and written without special precautions. .Sh SEE ALSO -.Xr hz 9 , +.Xr settimeofday 2 , .Xr hardclock 9 , +.Xr hz 9 , .Xr inittodr 9 , -.Xr microtime 9 , -.Xr settimeofday 2 +.Xr microtime 9 .Sh BUGS .Va Runtime should not be updated when the system time is diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index e1d60f82c0f..6c7b6cf5b9d 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93 -.\" $Id: termcap.5,v 1.2 1999/05/12 13:26:50 aaron Exp $ +.\" $Id: termcap.5,v 1.3 1999/05/16 19:57:48 alex Exp $ .\" .Dd March 6, 1993 .Dt TERMCAP 5 @@ -1813,8 +1813,8 @@ Hash database file containing terminal descriptions (see .Xr cap_mkdb 1 ) . .El .Sh SEE ALSO -.Xr \&ex 1 , .Xr cap_mkdb 1 , +.Xr \&ex 1 , .Xr more 1 , .Xr tset 1 , .Xr \&ul 1 , diff --git a/sys/arch/i386/isa/pcvt/Util/fed/fed.1 b/sys/arch/i386/isa/pcvt/Util/fed/fed.1 index e5558ae3483..b7f8b0f15c3 100644 --- a/sys/arch/i386/isa/pcvt/Util/fed/fed.1 +++ b/sys/arch/i386/isa/pcvt/Util/fed/fed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fed.1,v 1.3 1999/01/13 07:26:03 niklas Exp $ +.\" $OpenBSD: fed.1,v 1.4 1999/05/16 19:57:50 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis .\" @@ -51,5 +51,5 @@ device driver. .Sh BUGS No known bugs .Sh SEE ALSO +.Xr loadfont 1 , .Xr pcvt 4 -.Xr loadfont 1 diff --git a/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 b/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 index 4f494fec7cd..e598370270b 100644 --- a/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 +++ b/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mcon.1,v 1.4 1999/01/13 07:26:06 niklas Exp $ +.\" $OpenBSD: mcon.1,v 1.5 1999/05/16 19:57:51 alex Exp $ .\" .\" Copyright (c) 1994, 1995 Joerg Wunsch .\" @@ -155,8 +155,8 @@ keyboard layout. The mouse emulator is a rude hack at all; its only purpose is to provide a device to move the pointer within an X-windowing environment. .Sh SEE ALSO -.Xr pcvt 4 , -.Xr X 1x . +.Xr X 1x , +.Xr pcvt 4 .Sh HISTORY The .Nm diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index 2f8c204a72c..cac488e223c 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcvt.4,v 1.8 1999/05/12 21:58:32 aaron Exp $ +.\" $OpenBSD: pcvt.4,v 1.9 1999/05/16 19:57:51 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -820,9 +820,9 @@ implementation Holger Veit .Pq veit@du9ds3.uni-duisburg.de, now veit@first.gmd.de .Sh SEE ALSO -.Xr config 8 , .Xr intro 2 , -.Xr ioctl 2 +.Xr ioctl 2 , +.Xr config 8 .Sh BUGS Certainly existent. See the file .Pa BugList diff --git a/sys/arch/i386/isa/pcvt/Util/scon/scon.1 b/sys/arch/i386/isa/pcvt/Util/scon/scon.1 index 6bd3ad30c86..cbe5f1e8013 100644 --- a/sys/arch/i386/isa/pcvt/Util/scon/scon.1 +++ b/sys/arch/i386/isa/pcvt/Util/scon/scon.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scon.1,v 1.4 1999/01/13 07:26:06 niklas Exp $ +.\" $OpenBSD: scon.1,v 1.5 1999/05/16 19:57:52 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch .\" @@ -212,6 +212,6 @@ and .Fl d options collide somehow, this will change in a future release. .Sh SEE ALSO -.Xr loadfont 1 , .Xr cursor 1 , +.Xr loadfont 1 , .Xr pcvt 4 diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index de5e6bc95a9..248691f674f 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.7 1998/09/07 16:44:38 aaron Exp $ +.\" $OpenBSD: biosboot.8,v 1.8 1999/05/16 19:57:53 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -111,10 +111,10 @@ secondary bootstrap system code .El .Sh SEE ALSO +.Xr boot 8 , .Xr boot_i386 8 , .Xr fdisk 8 , -.Xr installboot 8 , -.Xr boot 8 . +.Xr installboot 8 .Sh BUGS It contains a fake partition table and associated things that it should not. .Pp diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 6ec683016ea..e127e95f297 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.10 1998/07/11 21:13:58 angelos Exp $ +.\" $OpenBSD: boot.8,v 1.11 1999/05/16 19:57:54 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -222,10 +222,10 @@ system bootstrap's startup file kernel image .El .Sh SEE ALSO +.Xr gzip 1 , .Xr boot_i386 8 , .Xr fdisk 8 , -.Xr installboot 8 , -.Xr gzip 1 . +.Xr installboot 8 .Pp RFC 1950 describes the zlib library interface. .Pp diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 5e3b19b0b46..5580a1e92e2 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.15 1999/01/24 15:55:31 mickey Exp $ +.\" $OpenBSD: installboot.8,v 1.16 1999/05/16 19:57:54 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -156,7 +156,7 @@ for a drive/partition other than the one you want the .Pa /boot to be loaded from. .Sh SEE ALSO +.Xr biosboot 8 , .Xr disklabel 8 , -.Xr init 8 , .Xr fdisk 8 , -.Xr biosboot 8 . +.Xr init 8 diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 7d75ea90988..61c5760d6a3 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.9 1998/09/23 04:32:36 aaron Exp $ +.\" $OpenBSD: chpass.1,v 1.10 1999/05/16 19:57:55 alex Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -216,8 +216,8 @@ temporary copy of the user passwd information list of approved shells .El .Sh SEE ALSO -.Xr login 1 , .Xr finger 1 , +.Xr login 1 , .Xr passwd 1 , .Xr getusershell 3 , .Xr passwd 5 , diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 071541ef6df..f059a48fd37 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: finger.1,v 1.7 1999/04/20 02:08:59 aaron Exp $ +.\" $OpenBSD: finger.1,v 1.8 1999/05/16 19:57:56 alex Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -182,9 +182,9 @@ The option is the only option that may be passed to a remote machine. .Sh SEE ALSO .Xr chpass 1 , -.Xr fingerd 8 , .Xr w 1 , -.Xr who 1 +.Xr who 1 , +.Xr fingerd 8 .Sh HISTORY The .Nm finger diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 98d896b03b4..6feba7f4356 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lastcomm.1,v 1.9 1998/11/11 23:01:44 aaron Exp $ +.\" $OpenBSD: lastcomm.1,v 1.10 1999/05/16 19:57:57 alex Exp $ .\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -120,8 +120,8 @@ default accounting file .Xr last 1 , .Xr sigvec 3 , .Xr acct 5 , -.Xr accton 8 , -.Xr core 5 +.Xr core 5 , +.Xr accton 8 .Sh HISTORY The .Nm lastcomm diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index 495dfef9900..1d75ba6efe5 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modstat.8,v 1.4 1998/09/26 19:55:09 aaron Exp $ +.\" $OpenBSD: modstat.8,v 1.5 1999/05/16 19:57:58 alex Exp $ .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. .\" @@ -55,8 +55,8 @@ utility exits with a status of 0 on success or with a nonzero status if an error occurred. .Sh SEE ALSO .Xr lkm 4 , -.Xr modunload 8 , -.Xr modstat 8 +.Xr modstat 8 , +.Xr modunload 8 .Sh HISTORY The .Nm diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index a8e2ac90ee0..f8884eca99c 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.14 1999/03/01 01:28:12 d Exp $ +.\" $OpenBSD: netstat.1,v 1.15 1999/05/16 19:57:59 alex Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -292,9 +292,9 @@ accumulated over the preceding interval. .Xr networks 5 , .Xr protocols 5 , .Xr services 5 , +.Xr iostat 8 , .Xr trpt 8 , .Xr trsp 8 , -.Xr iostat 8 , .Xr vmstat 8 .Sh HISTORY The diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1 index 57caa2896ac..088f80d0ab5 100644 --- a/usr.bin/skey/skey.1 +++ b/usr.bin/skey/skey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skey.1,v 1.13 1998/11/04 22:36:40 aaron Exp $ +.\" $OpenBSD: skey.1,v 1.14 1999/05/16 19:57:59 alex Exp $ .\" @(#)skey.1 1.1 10/28/93 .\" .Dd 28 October 1993 @@ -76,9 +76,9 @@ Selects RMD-160 (160 bit Ripe Message Digest) as the hash algorithm. .sp 0 % .Sh SEE ALSO +.Xr login 1 , .Xr skeyinfo 1 , -.Xr skeyinit 1 , -.Xr login 1 +.Xr skeyinit 1 .Pp .Em RFC1938 .Sh TRADEMARKS AND PATENTS diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index f1d5459709b..3c5410a6018 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.10 1999/02/24 16:31:17 aaron Exp $ +.\" $OpenBSD: systat.1,v 1.11 1999/05/16 19:58:00 alex Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -452,5 +452,5 @@ a separate display rather than created as a new program). .Sh SEE ALSO .Xr kill 1 , .Xr ps 1 , -.Xr renice 8 , -.Xr top 1 +.Xr top 1 , +.Xr renice 8 diff --git a/usr.bin/tn3270/tn3270/tn3270.1 b/usr.bin/tn3270/tn3270/tn3270.1 index 38d2c414b6a..a87a6d99ded 100644 --- a/usr.bin/tn3270/tn3270/tn3270.1 +++ b/usr.bin/tn3270/tn3270/tn3270.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tn3270.1,v 1.4 1998/11/11 23:01:50 aaron Exp $ +.\" $OpenBSD: tn3270.1,v 1.5 1999/05/16 19:58:01 alex Exp $ .\" Copyright (c) 1986, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -319,8 +319,8 @@ and .Xr telnet 1 , .Xr curses 3 , .Xr termcap 3 , -.Xr termcap 5 , -.Xr map3270 5 +.Xr map3270 5 , +.Xr termcap 5 .Rs .%T "Yale ASCII Terminal Communication" .%B "System II Program Description/Operator's Manual" diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index adf8f428ea8..83ccc414b66 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.8 1999/03/22 23:41:56 pjanzen Exp $ +.\" $OpenBSD: top.1,v 1.9 1999/05/16 19:58:04 alex Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -354,6 +354,6 @@ close approximation to reality. .Xr kill 1 , .Xr ps 1 , .Xr stty 1 , +.Xr systat 1 , .Xr mem 4 , -.Xr renice 8 , -.Xr systat 1 +.Xr renice 8 diff --git a/usr.bin/uuencode/uuencode.5 b/usr.bin/uuencode/uuencode.5 index 935529261a8..e465ed3ec94 100644 --- a/usr.bin/uuencode/uuencode.5 +++ b/usr.bin/uuencode/uuencode.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.5,v 1.4 1998/10/30 00:24:42 aaron Exp $ +.\" $OpenBSD: uuencode.5,v 1.5 1999/05/16 19:58:05 alex Exp $ .\" $NetBSD: uuencode.format.5,v 1.3 1994/11/17 07:39:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -92,10 +92,10 @@ The trailer line consists of .Dq end on a line by itself. .Sh SEE ALSO -.Xr uudecode 1 , -.Xr uuencode 1 , .Xr mail 1 , -.Xr uucp 1 +.Xr uucp 1 , +.Xr uudecode 1 , +.Xr uuencode 1 .Sh HISTORY The .Nm uuencode diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index 2ce163c9422..6ee0cec022f 100644 --- a/usr.bin/vacation/vacation.1 +++ b/usr.bin/vacation/vacation.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vacation.1,v 1.5 1999/02/12 05:51:39 marc Exp $ +.\" $OpenBSD: vacation.1,v 1.6 1999/05/16 19:58:06 alex Exp $ .\" $NetBSD: vacation.1,v 1.5 1995/08/31 21:57:08 jtc Exp $ .\" .\" Copyright (c) 1985, 1987, 1990, 1991, 1993 @@ -166,8 +166,8 @@ database file message to send .El .Sh SEE ALSO -.Xr sendmail 8 , -.Xr syslog 3 +.Xr syslog 3 , +.Xr sendmail 8 .Sh HISTORY The .Nm vacation diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 5a28406e7be..19930b74bb9 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypmatch.1,v 1.4 1998/10/30 00:24:45 aaron Exp $ +.\" $OpenBSD: ypmatch.1,v 1.5 1999/05/16 19:58:07 alex Exp $ .\" $NetBSD: ypmatch.1,v 1.5 1996/05/13 02:43:41 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -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: ypmatch.1,v 1.4 1998/10/30 00:24:45 aaron Exp $ +.\" $Id: ypmatch.1,v 1.5 1999/05/16 19:58:07 alex Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 @@ -71,7 +71,7 @@ Display the map nickname table. .Xr domainname 1 , .Xr ypcat 1 , .Xr ypwhich 1 , -.Xr yp 8 +.Xr yp 8 , .Xr ypbind 8 , .Xr yppoll 8 , .Xr ypset 8 diff --git a/usr.sbin/brconfig/brconfig.8 b/usr.sbin/brconfig/brconfig.8 index 23bd1fe191a..11dfacbe555 100644 --- a/usr.sbin/brconfig/brconfig.8 +++ b/usr.sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.10 1999/03/31 02:35:40 jason Exp $ +.\" $OpenBSD: brconfig.8,v 1.11 1999/05/16 19:58:08 alex Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -190,8 +190,8 @@ Also, no packets will be sent on xl0 segment by the bridge unless they are broadcast packets or are for 8:0:20:1e:2f:2b. .El .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr bridge 4 +.Xr bridge 4 , +.Xr ifconfig 8 .Sh HISTORY .Nm brconfig first appeared in diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index 280a8b27479..f8845f4f736 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -154,11 +154,11 @@ spool directories lock file for queue control .El .Sh SEE ALSO -.Xr lpd 8 , -.Xr lpr 1 , .Xr lpq 1 , +.Xr lpr 1 , .Xr lprm 1 , -.Xr printcap 5 +.Xr printcap 5 , +.Xr lpd 8 .Sh DIAGNOSTICS .Bl -tag -width Ds .It Sy "?Ambiguous command" diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 04af2c8afe7..386f48384c7 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpd.8,v 1.5 1997/07/17 07:43:07 deraadt Exp $ +.\" $OpenBSD: lpd.8,v 1.6 1999/05/16 19:58:10 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -227,13 +227,13 @@ lists machine names allowed printer access, but not under same administrative control. .El .Sh SEE ALSO -.Xr lpc 8 , -.Xr pac 8 , -.Xr lpr 1 , .Xr lpq 1 , +.Xr lpr 1 , .Xr lprm 1 , .Xr syslog 3 , -.Xr printcap 5 +.Xr printcap 5 , +.Xr lpc 8 , +.Xr pac 8 .Rs .%T "BSD 4.3 Line printer manual" .Re diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 88a1c1075f0..ecdf3909e4e 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -129,8 +129,8 @@ Lock file used to obtain the pid of the current daemon and the job number of the currently active job. .El .Sh SEE ALSO -.Xr lpr 1 , .Xr lpq 1 , +.Xr lpr 1 , .Xr lpd 8 .Sh DIAGNOSTICS .Dq Permission denied diff --git a/usr.sbin/mopd/mopa.out/mopa.out.1 b/usr.sbin/mopd/mopa.out/mopa.out.1 index 3f4849aa421..342496f2472 100644 --- a/usr.sbin/mopd/mopa.out/mopa.out.1 +++ b/usr.sbin/mopd/mopa.out/mopa.out.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mopa.out.1,v 1.3 1999/05/15 02:17:57 aaron Exp $ +.\" $OpenBSD: mopa.out.1,v 1.4 1999/05/16 19:58:12 alex Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson. All rights reserved. .\" @@ -27,7 +27,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. .\" -.\" @(#) $OpenBSD: mopa.out.1,v 1.3 1999/05/15 02:17:57 aaron Exp $ +.\" @(#) $OpenBSD: mopa.out.1,v 1.4 1999/05/16 19:58:12 alex Exp $ .\" .Dd August 11, 1996 .Dt MOPA.OUT 1 @@ -52,7 +52,7 @@ This program just supports the VAX machine-id for now. .Sh SEE ALSO .Xr mopchk 1 , .Xr mopprobe 1 , -.Xr moptrace 1 +.Xr moptrace 1 , .Xr a.out 5 , .Xr mopd 8 .Sh AUTHORS diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 4c7db21f583..f870c6cb873 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtree.8,v 1.8 1998/08/20 20:11:39 marc Exp $ +.\" $OpenBSD: mtree.8,v 1.9 1999/05/16 19:58:13 alex Exp $ .\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -284,8 +284,8 @@ distribution. system specification directory .El .Sh SEE ALSO -.Xr chmod 1 , .Xr chgrp 1 , +.Xr chmod 1 , .Xr cksum 1 , .Xr md5 1 , .Xr rmd160 1 , diff --git a/usr.sbin/named/man/dig.1 b/usr.sbin/named/man/dig.1 index 1043bf47689..168b787a377 100644 --- a/usr.sbin/named/man/dig.1 +++ b/usr.sbin/named/man/dig.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dig.1,v 1.9 1999/03/11 01:35:07 pjanzen Exp $ +.\" $OpenBSD: dig.1,v 1.10 1999/05/16 19:58:14 alex Exp $ .\" $From: dig.1,v 8.2 1997/06/01 20:34:33 vixie Exp $ .\" .\" ++Copyright++ 1993 @@ -527,7 +527,7 @@ batch aborts; when such an event is trapped, .Nm simply continues with the next query. .Sh SEE ALSO -.Xr named 8 , .Xr resolver 3 , .Xr resolv.conf 5 , +.Xr named 8 , .Xr nslookup 8 diff --git a/usr.sbin/portmap/portmap.8 b/usr.sbin/portmap/portmap.8 index bf3b69726d9..00a6d4d8074 100644 --- a/usr.sbin/portmap/portmap.8 +++ b/usr.sbin/portmap/portmap.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)portmap.8 5.3 (Berkeley) 3/16/91 -.\" $Id: portmap.8,v 1.1 1995/10/18 08:47:57 deraadt Exp $ +.\" $Id: portmap.8,v 1.2 1999/05/16 19:58:15 alex Exp $ .\" .Dd March 16, 1991 .Dt PORTMAP 8 @@ -98,8 +98,8 @@ to be printed to the standard error output. .El .Sh SEE ALSO .Xr inetd.conf 5 , -.Xr rpcinfo 8 , -.Xr inetd 8 +.Xr inetd 8 , +.Xr rpcinfo 8 .Sh BUGS If .Nm portmap diff --git a/usr.sbin/rdconfig/rdconfig.8 b/usr.sbin/rdconfig/rdconfig.8 index cfca279227b..360e8498810 100644 --- a/usr.sbin/rdconfig/rdconfig.8 +++ b/usr.sbin/rdconfig/rdconfig.8 @@ -71,6 +71,6 @@ The special device will become inoperative if the .Nm rdconfig process is killed while the special device is open. .Sh SEE ALSO -.Xr swapon 8 , .Xr mount 8 , -.Xr umount 8 . +.Xr swapon 8 , +.Xr umount 8 diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 3051a62cff7..315cd3ec98c 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.5 1998/09/07 16:44:34 aaron Exp $ +.\" $OpenBSD: vnconfig.8,v 1.6 1999/05/16 19:58:17 alex Exp $ .\ .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -106,7 +106,7 @@ Unconfigures the same device. This command should really be named .Nm vndconfig . .Sh SEE ALSO -.Xr swapon 8 , +.Xr vnd 4 , .Xr mount 8 , -.Xr umount 8 , -.Xr vnd 4 +.Xr swapon 8 , +.Xr umount 8 diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 8f8b0d1d2d1..99128874411 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypbind.8,v 1.11 1998/12/15 01:20:49 aaron Exp $ +.\" $OpenBSD: ypbind.8,v 1.12 1999/05/16 19:58:17 alex Exp $ .\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -125,11 +125,11 @@ exists, YP is started automatically at boot time by .Xr domainname 1 , .Xr ypcat 1 , .Xr ypmatch 1 , -.Xr yppoll 8 , -.Xr ypset 8 , .Xr ypwhich 1 , +.Xr yp 8 , +.Xr yppoll 8 , .Xr ypserv 8 , -.Xr yp 8 +.Xr ypset 8 .Pp Once .Nm ypbind diff --git a/usr.sbin/ypserv/revnetgroup/revnetgroup.8 b/usr.sbin/ypserv/revnetgroup/revnetgroup.8 index 7c218d53740..7620b3a5644 100644 --- a/usr.sbin/ypserv/revnetgroup/revnetgroup.8 +++ b/usr.sbin/ypserv/revnetgroup/revnetgroup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: revnetgroup.8,v 1.2 1998/07/24 20:49:09 deraadt Exp $ +.\" $OpenBSD: revnetgroup.8,v 1.3 1999/05/16 19:58:19 alex Exp $ .\" Copyright (c) 1995 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. .\" @@ -131,8 +131,8 @@ only on the YP master server. .El .Sh SEE ALSO .Xr getnetgrent 3 , -.Xr yp 8 , .Xr netgroup 5 , -.Xr makedbm 8 +.Xr makedbm 8 , +.Xr yp 8 .Sh AUTHOR Bill Paul <wpaul@ctr.columbia.edu> |