From 78e642c1bb6fdaa40ddfb6807919cbdf5c47c396 Mon Sep 17 00:00:00 2001 From: maxim Date: Sat, 20 May 2006 21:11:35 +0000 Subject: o .Xr strtonum(3). MFC after: 1 week --- lib/libc/stdlib/strtol.3 | 1 + lib/libc/stdlib/strtoul.3 | 1 + 2 files changed, 2 insertions(+) (limited to 'lib') 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 -- cgit v1.1