diff options
Diffstat (limited to 'lib/libc')
-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 3c78bd6..9c045be 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 . |