mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add "except the handling of errors" into "equivalent to" paragraph.
Pointed by: bde Inspired by: POSIX
This commit is contained in:
parent
4cc31e55f5
commit
98b870fa7b
3 changed files with 8 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ It is equivalent to:
|
|||
strtod(nptr, (char **)NULL);
|
||||
.Ed
|
||||
.Pp
|
||||
except the handling of errors.
|
||||
.Pp
|
||||
The decimal point
|
||||
character is defined in the program's locale (category
|
||||
.Dv LC_NUMERIC ) .
|
||||
|
|
|
|||
|
|
@ -63,6 +63,8 @@ It is equivalent to:
|
|||
.Bd -literal -offset indent
|
||||
(int)strtol(nptr, (char **)NULL, 10);
|
||||
.Ed
|
||||
.Pp
|
||||
except the handling of errors.
|
||||
.Sh IMPLEMENTATION NOTES
|
||||
The
|
||||
.Fn atoi
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ It is equivalent to:
|
|||
.Pp
|
||||
.Dl "strtol(nptr, (char **)NULL, 10);"
|
||||
.Pp
|
||||
except the handling of errors.
|
||||
.Pp
|
||||
The
|
||||
.Fn atoll
|
||||
function converts the initial portion of the string pointed to by
|
||||
|
|
@ -82,6 +84,8 @@ representation.
|
|||
It is equivalent to:
|
||||
.Pp
|
||||
.Dl "strtoll(nptr, (char **)NULL, 10);"
|
||||
.Pp
|
||||
except the handling of errors.
|
||||
.Sh ERRORS
|
||||
The
|
||||
.Fn atol
|
||||
|
|
|
|||
Loading…
Reference in a new issue