diff options
author | maxim <maxim@FreeBSD.org> | 2006-05-20 21:11:35 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-05-20 21:11:35 +0000 |
commit | 78e642c1bb6fdaa40ddfb6807919cbdf5c47c396 (patch) | |
tree | b00b15eefb0ccadc93d9d393a4cc64497cca0c68 /lib/libc | |
parent | 344107bff0ece911acd9d48eab70719c8807b43f (diff) | |
download | FreeBSD-src-78e642c1bb6fdaa40ddfb6807919cbdf5c47c396.zip FreeBSD-src-78e642c1bb6fdaa40ddfb6807919cbdf5c47c396.tar.gz |
o .Xr strtonum(3).
MFC after: 1 week
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 1 | ||||
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 1 |
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 |