diff options
-rw-r--r-- | bin/csh/csh.1 | 6 | ||||
-rw-r--r-- | bin/date/date.1 | 8 | ||||
-rw-r--r-- | bin/domainname/domainname.1 | 6 | ||||
-rw-r--r-- | bin/hostname/hostname.1 | 6 | ||||
-rw-r--r-- | bin/ps/ps.1 | 6 | ||||
-rw-r--r-- | bin/rmail/rmail.8 | 6 | ||||
-rw-r--r-- | bin/sync/sync.8 | 6 | ||||
-rw-r--r-- | games/dm/dm.conf.5 | 2 | ||||
-rw-r--r-- | games/fortune/fortune/fortune.6 | 2 |
9 files changed, 24 insertions, 24 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 5a459d52487..465515f4253 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.3 1996/06/29 23:32:40 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.4 1997/05/30 09:12:49 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2112,9 +2112,9 @@ substitutions on a single line to 20. .Xr access 2 , .Xr execve 2 , .Xr fork 2 , -.Xr killpg 2 , +.Xr killpg 3 , .Xr pipe 2 , -.Xr sigvec 2 , +.Xr sigvec 3 , .Xr umask 2 , .Xr setrlimit 2 , .Xr wait 2 , diff --git a/bin/date/date.1 b/bin/date/date.1 index abea1b45ce8..3ae6fb6bf25 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.4 1997/04/16 20:58:08 deraadt Exp $ +.\" $OpenBSD: date.1,v 1.5 1997/05/30 09:12:50 deraadt Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -74,7 +74,7 @@ The utility .Xr timed 8 is used to synchronize the clocks on groups of machines. By default, if -.Xr timed +.Xr timed 8 is running, .Nm date will set the time on all of the machines in the local group. @@ -198,7 +198,7 @@ Exit status is 0 on success, 1 if unable to set the date, and 2 if able to set the local date, but unable to set it globally. .Pp Occasionally, when -.Xr timed +.Xr timed 8 synchronizes the time on many hosts, the setting of a new time value may require more than a few seconds. On these occasions, @@ -211,7 +211,7 @@ occurs when the communication between .Nm date and -.Xr timed +.Xr timed 8 fails. .Sh BUGS The system attempts to keep the date in a format closely compatible diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index f5f09adc7cb..6375bf12950 100644 --- a/bin/domainname/domainname.1 +++ b/bin/domainname/domainname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: domainname.1,v 1.2 1996/06/23 14:19:53 deraadt Exp $ +.\" $OpenBSD: domainname.1,v 1.3 1997/05/30 09:12:51 deraadt Exp $ .\" $NetBSD: domainname.1,v 1.7 1995/07/25 19:36:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 @@ -53,8 +53,8 @@ normally run at boot time. .Sh SEE ALSO .Xr hostname 1 , -.Xr getdomainname 2 , -.Xr setdomainname 2 +.Xr getdomainname 3 , +.Xr setdomainname 3 .Sh HISTORY The .Nm domainname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index ce1e2e516b3..916fe2f4f11 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.1,v 1.2 1996/06/23 14:20:11 deraadt Exp $ +.\" $OpenBSD: hostname.1,v 1.3 1997/05/30 09:12:52 deraadt Exp $ .\" $NetBSD: hostname.1,v 1.11 1995/09/07 06:28:39 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 @@ -61,8 +61,8 @@ name. .El .Sh SEE ALSO .Xr domainname 1 , -.Xr gethostname 2 , -.Xr sethostname 2 +.Xr gethostname 3 , +.Xr sethostname 3 .Sh HISTORY The .Nm hostname diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 6ae1ee9dc34..310c2673af4 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.5 1997/02/05 17:10:53 kstailey Exp $ +.\" $OpenBSD: ps.1,v 1.6 1997/05/30 09:12:53 deraadt Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -206,7 +206,7 @@ when children stop .It Dv "P_WAITED" Ta No "0x0001000 debugging process has waited for child" .It Dv "P_WEXIT" Ta No "0x0002000 working on exiting" .It Dv "P_EXEC" Ta No "0x0004000 process called" -.Xr exec 2 +.Xr exec 3 .It Dv "P_OWEUPC" Ta No "0x0008000 owe process an addupc() call at next ast" .\" the routine addupc is not documented in the man pages .It Dv "P_FSTRACE" Ta No "0x0010000 tracing via file system" @@ -296,7 +296,7 @@ sequentially address voluminous data). The process is a session leader. .It V The process is suspended during a -.Xr vfork . +.Xr vfork 2 . .It W The process is swapped out. .It X diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8 index 45544f997ed..17be42be637 100644 --- a/bin/rmail/rmail.8 +++ b/bin/rmail/rmail.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmail.8,v 1.2 1996/06/23 14:21:01 deraadt Exp $ +.\" $OpenBSD: rmail.8,v 1.3 1997/05/30 09:12:54 deraadt Exp $ .\" $NetBSD: rmail.8,v 1.8 1995/03/21 07:08:21 cgd Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. @@ -52,13 +52,13 @@ by .Xr mail.local 8 into a single line of the form ``return-path!sender'', and passing the processed mail on to -.Xr sendmail 8 . +.Xr sendmail 8 . .Pp .Nm Rmail is explicitly designed for use with .Xr uucp and -.Xr sendmail . +.Xr sendmail 8 . .Sh SEE ALSO .Xr uucp 1 , .Xr mail.local 8 , diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index bf92c1f88fe..1f5c63ee105 100644 --- a/bin/sync/sync.8 +++ b/bin/sync/sync.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sync.8,v 1.2 1996/06/23 14:21:55 deraadt Exp $ +.\" $OpenBSD: sync.8,v 1.3 1997/05/30 09:12:55 deraadt Exp $ .\" $NetBSD: sync.8,v 1.6 1995/03/21 09:11:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -50,9 +50,9 @@ processor is halted in a way not suitably done by or .Xr halt 8 . Generally, it is preferable to use -.Xr reboot +.Xr reboot 8 or -.Xr halt +.Xr halt 8 to shut down the system, as they may perform additional actions such as resynchronizing the hardware clock diff --git a/games/dm/dm.conf.5 b/games/dm/dm.conf.5 index 53a7a4df7c3..11825402b10 100644 --- a/games/dm/dm.conf.5 +++ b/games/dm/dm.conf.5 @@ -41,7 +41,7 @@ .Nd \&dm configuration file .Sh DESCRIPTION The -.Xr dm.conf +.Nm dm.conf file is the configuration file for the .Xr \&dm 8 diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index da994244607..adabf913ad0 100644 --- a/games/fortune/fortune/fortune.6 +++ b/games/fortune/fortune/fortune.6 @@ -171,4 +171,4 @@ fortune 50% funny 50% not .El .Sh SEE ALSO .Xr regex 3 , -.Xr regcmp 3 , +.Xr regcmp 3 |