summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
authoraaron <>2000-03-04 22:19:32 +0000
committeraaron <>2000-03-04 22:19:32 +0000
commit6f49f8750388016173fa606647ac032ab286f200 (patch)
tree68f33b68a063cd97e7cac8328030698d90410ef1 /src/lib/libc/stdlib/strtoul.3
parent07dface36c5899ee950cc6ae1855057ae8f370b6 (diff)
downloadopenbsd-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.34
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
74which must be a number between 2 and 36 inclusive 74which must be a number between 2 and 36 inclusive
75or the special value 0. 75or the special value 0.
76.Pp 76.Pp
77The string may begin with an arbitrary amount of white space 77The 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 )
80followed by a single optional 80followed by a single optional