diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ipsend/ipsend/ipsend.5 | 4 | ||||
-rw-r--r-- | usr.sbin/named/man/dig.1 | 4 | ||||
-rw-r--r-- | usr.sbin/named/man/host.1 | 4 | ||||
-rw-r--r-- | usr.sbin/named/man/hostname.7 | 4 | ||||
-rw-r--r-- | usr.sbin/named/man/resolver.5 | 4 | ||||
-rw-r--r-- | usr.sbin/rbootd/rbootd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/sendmail/makemap/makemap.8 | 2 | ||||
-rw-r--r-- | usr.sbin/sendmail/src/aliases.5 | 2 | ||||
-rw-r--r-- | usr.sbin/sliplogin/sliplogin.8 | 6 | ||||
-rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 4 |
10 files changed, 19 insertions, 19 deletions
diff --git a/usr.sbin/ipsend/ipsend/ipsend.5 b/usr.sbin/ipsend/ipsend/ipsend.5 index d7d9a082902..f5ccbe905aa 100644 --- a/usr.sbin/ipsend/ipsend/ipsend.5 +++ b/usr.sbin/ipsend/ipsend/ipsend.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsend.5,v 1.3 1999/09/23 04:12:11 alex Exp $ +.\" $OpenBSD: ipsend.5,v 1.4 2000/03/04 22:19:28 aaron Exp $ .TH IPSEND 5 .SH NAME ipsend \- IP packet description language @@ -314,7 +314,7 @@ bytes with any particular data). .B value <string> indicates that the string provided should be added to the current packet as data. A string may be a consecutive list of characters and numbers (with -no white spaces) or bounded by "'s (may not contain them, even if \\'d). +no whitespace) or bounded by "'s (may not contain them, even if \\'d). The \\ character is recognised with the appropriate C escaped values, including octal numbers. .TP diff --git a/usr.sbin/named/man/dig.1 b/usr.sbin/named/man/dig.1 index 8da9d68e113..6d7d51b5808 100644 --- a/usr.sbin/named/man/dig.1 +++ b/usr.sbin/named/man/dig.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dig.1,v 1.15 1999/07/09 13:35:54 aaron Exp $ +.\" $OpenBSD: dig.1,v 1.16 2000/03/04 22:19:28 aaron Exp $ .\" $From: dig.1,v 8.2 1997/06/01 20:34:33 vixie Exp $ .\" .\" ++Copyright++ 1993 @@ -402,7 +402,7 @@ of these are the same parameters accepted by Most keywords can be abbreviated. Parsing of the .Dq Li "+" options is very simplistic \(em a value must not be -separated from its keyword by white space. The following +separated from its keyword by whitespace. The following .Ar keyword Ns s are currently available: .sp 1 diff --git a/usr.sbin/named/man/host.1 b/usr.sbin/named/man/host.1 index 299dc8fe7d5..c33b9f0445d 100644 --- a/usr.sbin/named/man/host.1 +++ b/usr.sbin/named/man/host.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: host.1,v 1.3 1999/06/05 22:17:37 aaron Exp $ +.\" $OpenBSD: host.1,v 1.4 2000/03/04 22:19:28 aaron Exp $ .\" .\" @(#)host.1 e07@nikhef.nl (Eric Wassenaar) 961010 .\" @@ -785,7 +785,7 @@ by defining it in the environment variable \fILOCALDOMAIN\fP. .fw HOSTALIASES In addition, the user can supply his own single-word abbreviations for host names. They should be in a file consisting of one line per -abbreviation. Each line contains an abbreviation, white space, and +abbreviation. Each line contains an abbreviation, whitespace, and then the fully qualified host name. The name of this file must be specified in the environment variable \fIHOSTALIASES\fP. .SH "SPECIAL CONSIDERATIONS" diff --git a/usr.sbin/named/man/hostname.7 b/usr.sbin/named/man/hostname.7 index f86dc6ff391..1d1d13b05f3 100644 --- a/usr.sbin/named/man/hostname.7 +++ b/usr.sbin/named/man/hostname.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.7,v 1.3 1999/06/05 22:17:38 aaron Exp $ +.\" $OpenBSD: hostname.7,v 1.4 2000/03/04 22:19:28 aaron Exp $ .\" Copyright (c) 1987 The Regents of the University of California. .\" All rights reserved. .\" @@ -44,7 +44,7 @@ The default method (using \s-1RFC\s+1 1535 guidelines) follows: If the name consists of a single component, i.e. contains no dot, and if the environment variable ``\s-1HOSTALIASES\s+1'' is set to the name of a file, that file is searched for a string matching the input hostname. The file -should consist of lines made up of two strings separated by white-space, the +should consist of lines made up of two strings separated by whitespace, the first of which is the hostname alias, and the second of which is the complete hostname to be substituted for that alias. If a case-insensitive match is found between the hostname to be resolved and the first field of a line in diff --git a/usr.sbin/named/man/resolver.5 b/usr.sbin/named/man/resolver.5 index 2691ce61f42..0a63fbf8e7b 100644 --- a/usr.sbin/named/man/resolver.5 +++ b/usr.sbin/named/man/resolver.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.5,v 1.2 1997/03/12 10:42:19 downsj Exp $ +.\" $OpenBSD: resolver.5,v 1.3 2000/03/04 22:19:28 aaron Exp $ .\" Copyright (c) 1986 The Regents of the University of California. .\" All rights reserved. .\" @@ -125,7 +125,7 @@ as explained above under \fBoptions\fP. .LP The keyword and value must appear on a single line, and the keyword (e.g. \fBnameserver\fP) must start the line. The value follows -the keyword, separated by white space. +the keyword, separated by whitespace. .SH FILES .I /etc/resolv.conf .SH SEE ALSO diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8 index aee286bf3e5..02e78a7e32e 100644 --- a/usr.sbin/rbootd/rbootd.8 +++ b/usr.sbin/rbootd/rbootd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rbootd.8,v 1.5 1999/07/02 20:11:48 aaron Exp $ +.\" $OpenBSD: rbootd.8,v 1.6 2000/03/04 22:19:29 aaron Exp $ .\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $ .\" .\" Copyright (c) 1988, 1992 The University of Utah and the Center @@ -101,7 +101,7 @@ list of boot file names. An Ethernet address is specified in hexadecimal with each of its six octets separated by a colon. The boot file names come from the boot file directory. -The Ethernet address and boot file(s) must be separated by white-space +The Ethernet address and boot file(s) must be separated by whitespace and/or comma characters. A pound sign causes the remainder of a line to be ignored. .Pp diff --git a/usr.sbin/sendmail/makemap/makemap.8 b/usr.sbin/sendmail/makemap/makemap.8 index a1d86a323f2..21556ecf7e4 100644 --- a/usr.sbin/sendmail/makemap/makemap.8 +++ b/usr.sbin/sendmail/makemap/makemap.8 @@ -62,7 +62,7 @@ library. In all cases, .Nm reads lines from the standard input consisting of two -words separated by white space. +words separated by whitespace. The first is the database key, the second is the value. The value may contain diff --git a/usr.sbin/sendmail/src/aliases.5 b/usr.sbin/sendmail/src/aliases.5 index 825f17093c7..c3be93085ec 100644 --- a/usr.sbin/sendmail/src/aliases.5 +++ b/usr.sbin/sendmail/src/aliases.5 @@ -36,7 +36,7 @@ The is the name to alias, and the .Em name_n are the aliases for that name. -Lines beginning with white space are continuation lines. +Lines beginning with whitespace are continuation lines. Lines beginning with .Ql # are comments. diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8 index bbffb885c12..463ea89dcf5 100644 --- a/usr.sbin/sliplogin/sliplogin.8 +++ b/usr.sbin/sliplogin/sliplogin.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sliplogin.8,v 1.3 1999/04/02 15:12:21 aaron Exp $ +.\" $OpenBSD: sliplogin.8,v 1.4 2000/03/04 22:19:30 aaron Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sliplogin.8 5.4 (Berkeley) 8/5/91 -.\" $Id: sliplogin.8,v 1.3 1999/04/02 15:12:21 aaron Exp $ +.\" $Id: sliplogin.8,v 1.4 2000/03/04 22:19:30 aaron Exp $ .\" .Dd August 5, 1991 .Dt SLIPLOGIN 8 @@ -102,7 +102,7 @@ Other lines must start with a but the remaining arguments can be whatever is appropriate for the .Pa slip.login file that will be executed for that name. -Arguments are separated by white space and follow normal +Arguments are separated by whitespace and follow normal .Xr sh 1 quoting conventions (however, .Ar loginname diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index e3e598f1021..e33893c06aa 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 -.\" $OpenBSD: syslog.conf.5,v 1.5 1999/06/05 22:18:15 aaron Exp $ +.\" $OpenBSD: syslog.conf.5,v 1.6 2000/03/04 22:19:29 aaron Exp $ .\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $ .\" .Dd June 9, 1993 @@ -70,7 +70,7 @@ are encoded as a .Em facility , a period (``.''), and a .Em level , -with no intervening white-space. +with no intervening whitespace. Both the .Em facility and the |