summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-05-20 21:11:35 +0000
committermaxim <maxim@FreeBSD.org>2006-05-20 21:11:35 +0000
commit78e642c1bb6fdaa40ddfb6807919cbdf5c47c396 (patch)
treeb00b15eefb0ccadc93d9d393a4cc64497cca0c68 /lib
parent344107bff0ece911acd9d48eab70719c8807b43f (diff)
downloadFreeBSD-src-78e642c1bb6fdaa40ddfb6807919cbdf5c47c396.zip
FreeBSD-src-78e642c1bb6fdaa40ddfb6807919cbdf5c47c396.tar.gz
o .Xr strtonum(3).
MFC after: 1 week
Diffstat (limited to 'lib')
-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 f814547..b9e8b4a 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 3ac7438..4eff5a7 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
OpenPOWER on IntegriCloud