diff options
author | aaron <> | 2000-03-04 22:19:32 +0000 |
---|---|---|
committer | aaron <> | 2000-03-04 22:19:32 +0000 |
commit | 6f49f8750388016173fa606647ac032ab286f200 (patch) | |
tree | 68f33b68a063cd97e7cac8328030698d90410ef1 | |
parent | 07dface36c5899ee950cc6ae1855057ae8f370b6 (diff) | |
download | openbsd-6f49f8750388016173fa606647ac032ab286f200.tar.gz openbsd-6f49f8750388016173fa606647ac032ab286f200.tar.bz2 openbsd-6f49f8750388016173fa606647ac032ab286f200.zip |
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.
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/strtod.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/strtol.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/strtoul.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/strsep.3 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index c83cede88b..637a81f1f0 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: getopt.3,v 1.11 2000/01/25 23:28:55 deraadt Exp $ | 32 | .\" $OpenBSD: getopt.3,v 1.12 2000/03/04 22:19:31 aaron Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd April 19, 1994 | 34 | .Dd April 19, 1994 |
35 | .Dt GETOPT 3 | 35 | .Dt GETOPT 3 |
@@ -74,7 +74,7 @@ recognizes an option and argument | |||
74 | .Dq Fl x Ar argument . | 74 | .Dq Fl x Ar argument . |
75 | It does not matter to | 75 | It does not matter to |
76 | .Fn getopt | 76 | .Fn getopt |
77 | if a following argument has leading white space. | 77 | if a following argument has leading whitespace. |
78 | .Pp | 78 | .Pp |
79 | On return from | 79 | On return from |
80 | .Fn getopt , | 80 | .Fn getopt , |
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3 index ef61803910..143fea34dc 100644 --- a/src/lib/libc/stdlib/strtod.3 +++ b/src/lib/libc/stdlib/strtod.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strtod.3,v 1.5 2000/01/22 12:05:49 aaron Exp $ | 36 | .\" $OpenBSD: strtod.3,v 1.6 2000/03/04 22:19:31 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt STRTOD 3 | 39 | .Dt STRTOD 3 |
@@ -63,7 +63,7 @@ a decimal-point character, optionally followed by an exponent. | |||
63 | An exponent consists of an ``E'' or ``e'', followed by an optional plus | 63 | An exponent consists of an ``E'' or ``e'', followed by an optional plus |
64 | or minus sign, followed by a sequence of digits. | 64 | or minus sign, followed by a sequence of digits. |
65 | .Pp | 65 | .Pp |
66 | Leading white-space characters in the string (as defined by the | 66 | Leading whitespace characters in the string (as defined by the |
67 | .Xr isspace 3 | 67 | .Xr isspace 3 |
68 | function) are skipped. | 68 | function) are skipped. |
69 | .Sh RETURN VALUES | 69 | .Sh RETURN VALUES |
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index 3e0d5e67c7..df696b7b85 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/lib/libc/stdlib/strtol.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strtol.3,v 1.6 1999/09/14 03:59:55 pjanzen Exp $ | 36 | .\" $OpenBSD: strtol.3,v 1.7 2000/03/04 22:19:31 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOL 3 | 39 | .Dt STRTOL 3 |
@@ -74,7 +74,7 @@ The conversion is done according to the given | |||
74 | which must be a number between 2 and 36 inclusive | 74 | which must be a number between 2 and 36 inclusive |
75 | or the special value 0. | 75 | or the special value 0. |
76 | .Pp | 76 | .Pp |
77 | The string may begin with an arbitrary amount of white space | 77 | The string may begin with an arbitrary amount of whitespace |
78 | (as determined by | 78 | (as determined by |
79 | .Xr isspace 3 ) | 79 | .Xr isspace 3 ) |
80 | followed by a single optional | 80 | followed by a single optional |
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index 80eb037844..572658bf7f 100644 --- a/src/lib/libc/stdlib/strtoul.3 +++ b/src/lib/libc/stdlib/strtoul.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strtoul.3,v 1.5 1999/09/14 03:59:55 pjanzen Exp $ | 36 | .\" $OpenBSD: strtoul.3,v 1.6 2000/03/04 22:19:31 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOUL 3 | 39 | .Dt STRTOUL 3 |
@@ -74,7 +74,7 @@ The conversion is done according to the given | |||
74 | which must be a number between 2 and 36 inclusive | 74 | which must be a number between 2 and 36 inclusive |
75 | or the special value 0. | 75 | or the special value 0. |
76 | .Pp | 76 | .Pp |
77 | The string may begin with an arbitrary amount of white space | 77 | The string may begin with an arbitrary amount of whitespace |
78 | (as determined by | 78 | (as determined by |
79 | .Xr isspace 3 ) | 79 | .Xr isspace 3 ) |
80 | followed by a single optional | 80 | followed by a single optional |
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3 index 5d0f407269..9f44a22d9b 100644 --- a/src/lib/libc/string/strsep.3 +++ b/src/lib/libc/string/strsep.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strsep.3,v 1.6 1999/07/04 15:59:50 aaron Exp $ | 1 | .\" $OpenBSD: strsep.3,v 1.7 2000/03/04 22:19:32 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -85,7 +85,7 @@ returns | |||
85 | .Sh EXAMPLES | 85 | .Sh EXAMPLES |
86 | The following uses | 86 | The following uses |
87 | .Fn strsep | 87 | .Fn strsep |
88 | to parse a string, containing tokens delimited by white space, into an | 88 | to parse a string, containing tokens delimited by whitespace, into an |
89 | argument vector: | 89 | argument vector: |
90 | .Bd -literal -offset indent | 90 | .Bd -literal -offset indent |
91 | char **ap, *argv[10], *inputstring; | 91 | char **ap, *argv[10], *inputstring; |