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 /lib/libc/stdlib | |
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 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index c83cede88b6..637a81f1f0f 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.11 2000/01/25 23:28:55 deraadt Exp $ +.\" $OpenBSD: getopt.3,v 1.12 2000/03/04 22:19:31 aaron Exp $ .\" .Dd April 19, 1994 .Dt GETOPT 3 @@ -74,7 +74,7 @@ recognizes an option and argument .Dq Fl x Ar argument . It does not matter to .Fn getopt -if a following argument has leading white space. +if a following argument has leading whitespace. .Pp On return from .Fn getopt , diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index ef618039107..143fea34dca 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.5 2000/01/22 12:05:49 aaron Exp $ +.\" $OpenBSD: strtod.3,v 1.6 2000/03/04 22:19:31 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRTOD 3 @@ -63,7 +63,7 @@ a decimal-point character, optionally followed by an exponent. An exponent consists of an ``E'' or ``e'', followed by an optional plus or minus sign, followed by a sequence of digits. .Pp -Leading white-space characters in the string (as defined by the +Leading whitespace characters in the string (as defined by the .Xr isspace 3 function) are skipped. .Sh RETURN VALUES diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 3e0d5e67c7c..df696b7b859 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.6 1999/09/14 03:59:55 pjanzen Exp $ +.\" $OpenBSD: strtol.3,v 1.7 2000/03/04 22:19:31 aaron Exp $ .\" .Dd June 25, 1992 .Dt STRTOL 3 @@ -74,7 +74,7 @@ The conversion is done according to the given which must be a number between 2 and 36 inclusive or the special value 0. .Pp -The string may begin with an arbitrary amount of white space +The string may begin with an arbitrary amount of whitespace (as determined by .Xr isspace 3 ) followed by a single optional diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 80eb0378447..572658bf7fe 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.5 1999/09/14 03:59:55 pjanzen Exp $ +.\" $OpenBSD: strtoul.3,v 1.6 2000/03/04 22:19:31 aaron Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -74,7 +74,7 @@ The conversion is done according to the given which must be a number between 2 and 36 inclusive or the special value 0. .Pp -The string may begin with an arbitrary amount of white space +The string may begin with an arbitrary amount of whitespace (as determined by .Xr isspace 3 ) followed by a single optional |