diff options
-rw-r--r-- | bin/csh/csh.1 | 4 | ||||
-rw-r--r-- | bin/ps/ps.1 | 4 | ||||
-rw-r--r-- | usr.bin/hexdump/od.1 | 2 | ||||
-rw-r--r-- | usr.bin/mail/mail.1 | 4 | ||||
-rw-r--r-- | usr.sbin/lpr/lpr/lpr.1 | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 52e7dc2..7400412 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 -.\" $Id: csh.1,v 1.2 1994/09/24 02:53:49 davidg Exp $ +.\" $Id: csh.1,v 1.3 1995/05/06 13:52:29 ache Exp $ .\" .Dd January 21, 1994 .Dt CSH 1 @@ -1405,7 +1405,7 @@ of the names suffice. .Pp .It Ic login Terminate a login shell, replacing it with an instance of -.Pa /bin/login. +.Pa /usr/bin/login. This is one way to log off, included for compatibility with .Xr sh 1 . .Pp diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a748ffa..2d1057b 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $Id: ps.1,v 1.6 1995/12/30 13:52:02 joerg Exp $ +.\" $Id: ps.1,v 1.7 1996/02/02 18:20:05 mpp Exp $ .\" .Dd April 18, 1994 .Dt PS 1 @@ -221,7 +221,7 @@ when children stop .\" the routine addupc is not documented in the man pages .It Dv "SSEL" Ta No "0x0400000 selecting; wakeup/waiting danger" .It Dv "SEXEC" Ta No "0x0800000 process called" -.Xr exec 2 +.Xr exec 3 .It Dv "SHPUX" Ta No "0x1000000 \\*(tNHP-UX\\*(sP process .Pq Dv HPUXCOMPAT .It Dv "SULOCK" Ta No "0x2000000 locked in core after swap error" diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index dab6da7..c842100 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -53,7 +53,7 @@ has been deprecated in favor of .Xr hexdump 1 . .Pp -.Xr Hexdump , +.Nm Hexdump , if called as .Nm od , provides compatibility for the options listed above. diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 2436d60..fa6bd41 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -78,7 +78,7 @@ special character when sending mail is only active in interactive mode. .It Fl n Inhibits reading -.Pa /usr/share/misc/Mail.rc +.Pa /etc/mail.rc upon startup. .It Fl N Inhibits the initial display of message headers @@ -797,7 +797,7 @@ Causes messages saved in .Ar mbox to be appended to the end rather than prepended. This should always be set (perhaps in -.Pa /usr/share/misc/Mail.rc ) . +.Pa /etc/mail.rc ) . .It Ar ask Causes .Nm mail diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index 03cf706..b3181c2 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -240,13 +240,13 @@ If a user other than root prints a file and spooling is disabled, .Nm lpr will print a message saying so and will not put jobs in the queue. If a connection to -.Xr lpd 1 +.Xr lpd 8 on the local machine cannot be made, .Nm lpr will say that the daemon cannot be started. Diagnostics may be printed in the daemon's log file regarding missing spool files by -.Xr lpd 1 . +.Xr lpd 8 . .Sh BUGS Fonts for .Xr troff 1 |