diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cdio/cdio.1 | 4 | ||||
-rw-r--r-- | usr.bin/mail/mail.1 | 4 | ||||
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 4 | ||||
-rw-r--r-- | usr.bin/sup/src/sup.1 | 7 | ||||
-rw-r--r-- | usr.bin/systat/systat.1 | 4 |
5 files changed, 13 insertions, 10 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 18f6d907e65..f8589f21f6f 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.11 1998/08/29 21:11:12 deraadt Exp $ +.\" $OpenBSD: cdio.1,v 1.12 1998/09/01 16:38:23 deraadt Exp $ .Dd July 3, 1995 .Dt CDIO 1 .Os OpenBSD 2.0 @@ -40,7 +40,7 @@ The available commands are listed below. Only as many characters as are required to uniquely identify a command need be specified. Word .Nm play -can be ommitted. +can be omitted. .Bl -tag -width Cm .It Cm play Ar first_track Op Ar last_track Play from track diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 2bae2ad8d46..09f45f5d686 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.12 1998/07/16 06:05:18 millert Exp $ +.\" $OpenBSD: mail.1,v 1.13 1998/09/01 16:38:24 deraadt Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -930,7 +930,7 @@ Suppresses the printing of the version when first invoked. If this option is set, then a message-list specifier in the form ``/x:y'' will expand to all messages containing the substring ``y'' in the header field ``x''. The string search is case insensitive. -If ``x'' is ommitted, it will default to the ``Subject'' header field. +If ``x'' is omitted, it will default to the ``Subject'' header field. The form ``/to:y'' is a special case, and will expand to all messages containing the substring ``y'' in the ``To'', ``Cc'' or ``Bcc'' header fields. diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 28a96f68a40..3a11d32f2ff 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.6 1998/06/02 09:02:23 provos Exp $ +.\" $OpenBSD: mixerctl.1,v 1.7 1998/09/01 16:38:24 deraadt Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -118,7 +118,7 @@ the values are printed separated by commas. Discrete mixer values, e.g., the recording source, have symbolic names. Depending on the mixer it may either be an enumeration or a set. .Sh EXAMPLES -The commmand +The command .Dl "mixerctl -a -v" can produce .Bd -literal diff --git a/usr.bin/sup/src/sup.1 b/usr.bin/sup/src/sup.1 index e953ce1c24f..8829f6d0640 100644 --- a/usr.bin/sup/src/sup.1 +++ b/usr.bin/sup/src/sup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sup.1,v 1.3 1998/08/29 21:11:13 deraadt Exp $ +.\" $OpenBSD: sup.1,v 1.4 1998/09/01 16:38:25 deraadt Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -25,6 +25,9 @@ .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\" HISTORY .\" $Log: sup.1,v $ +.\" Revision 1.4 1998/09/01 16:38:25 deraadt +.\" more man page fixes; aaron@ug.cs.dal.ca +.\" .\" Revision 1.3 1998/08/29 21:11:13 deraadt .\" man page repairs; aaron@ug.cs.dal.ca .\" @@ -612,7 +615,7 @@ listed. The name .B LOCAL can be used to grant access to all hosts on the local -network. The host name may be a numeric network adddress +network. The host name may be a numeric network address or a network name. If a crypt appears on the same line as the host name, that crypt will be used for that host. Otherwise, the crypt appearing in the diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index a8cf519202c..b7c0a8ae4eb 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.6 1998/02/11 11:57:16 d Exp $ +.\" $OpenBSD: systat.1,v 1.7 1998/09/01 16:38:25 deraadt Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -252,7 +252,7 @@ nice (shown as `-'), and idle time (shown as ` '). To the right of the Proc display are statistics about Context switches (`Csw'), Traps (`Trp'), Syscalls (`Sys'), Interrupts (`Int'), Soft interrupts (`Sof'), and Faults (`Flt') -which have occured during the last refresh interval. +which have occurred during the last refresh interval. .Pp Below the CPU Usage graph are statistics on name translations. It lists the number of names translated in the previous interval, |