summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2006-03-14 17:01:21 +0000
committerAndre Oppermann <andre@FreeBSD.org>2006-03-14 17:01:21 +0000
commitb0b2326781e8bb4558a036bfc5925fe26bfc33cd (patch)
treee1e517efb85be6edfdd9c05b064957231c2da79a
parentc74dfa2faf6063f8648801f4528074ac770b779f (diff)
Notes
-rw-r--r--lib/libc/stdlib/strtonum.37
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index 73af822cee6e..3c78bd6d8476 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 .