diff options
author | 2000-03-04 22:19:22 +0000 | |
---|---|---|
committer | 2000-03-04 22:19:22 +0000 | |
commit | 3f78588edacf4583d6405f016b29d85dcaf084c5 (patch) | |
tree | 55efcbacc0caa5c00004783354a0a6600dc7fcfd /lib/libc/stdlib/strtoul.3 | |
parent | Point out that dmesg is most commonly used to review system startup msgs. (diff) | |
download | wireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.tar.xz wireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.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 'lib/libc/stdlib/strtoul.3')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |