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 /src/lib/libc/stdlib/strtoul.3 | |
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.
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r-- | src/lib/libc/stdlib/strtoul.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |