summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-20 21:11:35 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-20 21:11:35 +0000
commit3953c117159016ee3205754efa9366cbbd19e363 (patch)
treeb00b15eefb0ccadc93d9d393a4cc64497cca0c68 /lib/libc/stdlib
parent7a569b90b5738565b6371c3fbfbe16d312e9844b (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtol.31
-rw-r--r--lib/libc/stdlib/strtoul.31
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index f814547f750b..b9e8b4aedec2 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -204,6 +204,7 @@ The given string was out of range; the value converted has been clamped.
.Xr atoi 3 ,
.Xr atol 3 ,
.Xr strtod 3 ,
+.Xr strtonum 3 ,
.Xr strtoul 3 ,
.Xr wcstol 3
.Sh STANDARDS
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 3ac7438b2204..4eff5a7bc602 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -207,6 +207,7 @@ The given string was out of range; the value converted has been clamped.
.El
.Sh SEE ALSO
.Xr strtol 3 ,
+.Xr strtonum 3 ,
.Xr wcstoul 3
.Sh STANDARDS
The