aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-10 04:31:57 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-10 04:31:57 +0000
commitecab372b7e4f34c2505b34be8864b4b3286dc698 (patch)
tree1f4de692f35c21638c4f215407854db2ebafe356 /lib/libc/stdlib
parentce04c11001bbd7623549d791dee58b2683c81585 (diff)
downloadsrc-ecab372b7e4f34c2505b34be8864b4b3286dc698.tar.gz
src-ecab372b7e4f34c2505b34be8864b4b3286dc698.zip
Add cross-references to wide character versions of these functions.
Notes
Notes: svn path=/head/; revision=104751
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtod.33
-rw-r--r--lib/libc/stdlib/strtol.33
-rw-r--r--lib/libc/stdlib/strtoul.33
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index e84c3cee2601..e26145570d73 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -111,7 +111,8 @@ Overflow or underflow occurred.
.Xr atoi 3 ,
.Xr atol 3 ,
.Xr strtol 3 ,
-.Xr strtoul 3
+.Xr strtoul 3 ,
+.Xr wcstod 3
.Sh STANDARDS
The
.Fn strtod
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index f3fb65dc4fab..63d1156aa5a3 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -202,7 +202,8 @@ The given string was out of range; the value converted has been clamped.
.Xr atoi 3 ,
.Xr atol 3 ,
.Xr strtod 3 ,
-.Xr strtoul 3
+.Xr strtoul 3 ,
+.Xr wcstol 3
.Sh STANDARDS
The
.Fn strtol
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 234309309236..d031630977d5 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