diff options
author | Andre Oppermann <andre@FreeBSD.org> | 2006-03-15 14:05:41 +0000 |
---|---|---|
committer | Andre Oppermann <andre@FreeBSD.org> | 2006-03-15 14:05:41 +0000 |
commit | 7727f485de9f215e11468b3eac930b43d7211c61 (patch) | |
tree | 1265e67c2a520a22b8a35213e70be07d4e64543e | |
parent | 93709ad0be842e53211c4570f87cf9364d4b80b2 (diff) | |
download | src-7727f485de9f215e11468b3eac930b43d7211c61.tar.gz src-7727f485de9f215e11468b3eac930b43d7211c61.zip |
Notes
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 3c78bd6d8476..9c045bef42ad 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -139,7 +139,8 @@ The string did not consist solely of digit characters. .Xr strtoul 3 .Sh STANDARDS .Fn strtonum -is an BSD extension. +is a +.Bx extension. The existing alternatives, such as .Xr atoi 3 and @@ -148,4 +149,5 @@ are either impossible or difficult to use safely. .Sh HISTORY The .Fn strtonum -function first appeared in OpenBSD 3.6 . +function first appeared in +.Ox 3.6 . |