diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 22:19:34 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 22:19:34 +0000 |
commit | cb331a5fc3503bef1db7700c5754efd395dae2ad (patch) | |
tree | 3c387f1fe619ec73d410cf76143e55ae3439a0dc /usr.bin/sed/sed.1 | |
parent | 0b22d8b04982e37c9ca06e14f6b79bff952e8f0e (diff) |
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
Diffstat (limited to 'usr.bin/sed/sed.1')
-rw-r--r-- | usr.bin/sed/sed.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 0a81c444243..013b6631e1c 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.8 1999/07/04 12:00:04 aaron Exp $ +.\" $OpenBSD: sed.1,v 1.9 2000/03/04 22:19:26 aaron Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -215,7 +215,7 @@ The and .Sq w functions take an optional file parameter, which should be separated -from the function letter by white space. +from the function letter by whitespace. Each file given as an argument to .Nm is created (or its contents truncated) before any input processing begins. @@ -232,7 +232,7 @@ and .Ql \&: functions all accept additional arguments. The following synopses indicate which arguments have to be separated from -the function letters by white space characters. +the function letters by whitespace characters. .Pp Two of the functions take a function-list. This is a list of @@ -248,11 +248,11 @@ functions separated by newlines, as follows: .Pp The .Ql { -can be preceded by white space and can be followed by white space. -The function can be preceded by white space. +can be preceded or followed by whitespace. +The function can be preceded by whitespace as well. The terminating .Ql } -must be preceded by a newline or optional white space. +must be preceded by a newline or optional whitespace. .sp .Bl -tag -width "XXXXXX" -compact .It [2addr] function-list |