diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 73af822..3c78bd6 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -139,9 +139,7 @@ The string did not consist solely of digit characters. .Xr strtoul 3 .Sh STANDARDS .Fn strtonum -is an -.Ox -extension. +is an BSD extension. The existing alternatives, such as .Xr atoi 3 and @@ -150,5 +148,4 @@ are either impossible or difficult to use safely. .Sh HISTORY The .Fn strtonum -function first appeared in -.Ox 3.6 . +function first appeared in OpenBSD 3.6 . |