diff options
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 |