diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-10 04:31:57 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-10 04:31:57 +0000 |
commit | cd461831013b09cb2e709690544dc50ced9ddd0a (patch) | |
tree | 1f4de692f35c21638c4f215407854db2ebafe356 /lib/libc/stdlib/strtoul.3 | |
parent | 867a23440c5702d8986f4f7a6245b50511974ccb (diff) | |
download | FreeBSD-src-cd461831013b09cb2e709690544dc50ced9ddd0a.zip FreeBSD-src-cd461831013b09cb2e709690544dc50ced9ddd0a.tar.gz |
Add cross-references to wide character versions of these functions.
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 2343093..d031630 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -204,7 +204,8 @@ no conversion could be performed. The given string was out of range; the value converted has been clamped. .El .Sh SEE ALSO -.Xr strtol 3 +.Xr strtol 3 , +.Xr wcstoul 3 .Sh STANDARDS The .Fn strtoul |