mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add cross-references to wide character versions of these functions.
This commit is contained in:
parent
ce04c11001
commit
ecab372b7e
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue