From cd461831013b09cb2e709690544dc50ced9ddd0a Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 10 Oct 2002 04:31:57 +0000 Subject: [PATCH] Add cross-references to wide character versions of these functions. --- lib/libc/stdlib/strtod.3 | 3 ++- lib/libc/stdlib/strtol.3 | 3 ++- lib/libc/stdlib/strtoul.3 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index e84c3cee260..e26145570d7 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 f3fb65dc4fa..63d1156aa5a 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 23430930923..d031630977d 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 -- 2.45.2