summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2006-03-15 14:05:41 +0000
committerandre <andre@FreeBSD.org>2006-03-15 14:05:41 +0000
commitb4a7a9652783df1c0f796daf2810736103238511 (patch)
tree1265e67c2a520a22b8a35213e70be07d4e64543e /lib/libc
parentfe52c3f9d13b8d5d9360b5a2c313adb29d5f2568 (diff)
downloadFreeBSD-src-b4a7a9652783df1c0f796daf2810736103238511.zip
FreeBSD-src-b4a7a9652783df1c0f796daf2810736103238511.tar.gz
Revert previous changes as we do support the .Ox macro for OpenBSD.
Pointed out by: ceri, ru, delphij
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/strtonum.36
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 .
OpenPOWER on IntegriCloud