s/string must begin/string may begin/

This commit is contained in:
Michael Kerrisk 2006-01-19 18:45:50 +00:00
parent e02756a4db
commit 3f266a435b
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ The \fBstrtol\fP() function converts the initial part of the string
in \fInptr\fP to a long integer value according to the given \fIbase\fP,
which must be between 2 and 36 inclusive, or be the special value 0.
.PP
The string must begin with an arbitrary amount of white space (as
The string may begin with an arbitrary amount of white space (as
determined by
.BR isspace (3))
followed by a single optional `+' or `\-'

View File

@ -47,7 +47,7 @@ in \fInptr\fP to an unsigned long integer value according to the
given \fIbase\fP, which must be between 2 and 36 inclusive, or be
the special value 0.
.PP
The string must begin with an arbitrary amount of white space (as
The string may begin with an arbitrary amount of white space (as
determined by
.BR isspace (3))
followed by a single optional `+' or `\-'