mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mdoc(7) police: add missing markup bits for ``errno''.
This commit is contained in:
parent
ce9df6eefc
commit
58c0fdd850
3 changed files with 9 additions and 3 deletions
|
|
@ -80,7 +80,9 @@ and should not be used in new code.
|
|||
.Sh ERRORS
|
||||
The function
|
||||
.Fn atof
|
||||
need not affect the value of errno on an error.
|
||||
need not affect the value of
|
||||
.Va errno
|
||||
on an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr atoi 3 ,
|
||||
.Xr atol 3 ,
|
||||
|
|
|
|||
|
|
@ -76,7 +76,9 @@ and should not be used in new code.
|
|||
.Sh ERRORS
|
||||
The function
|
||||
.Fn atoi
|
||||
need not affect the value of errno on an error.
|
||||
need not affect the value of
|
||||
.Va errno
|
||||
on an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr atof 3 ,
|
||||
.Xr atol 3 ,
|
||||
|
|
|
|||
|
|
@ -88,7 +88,9 @@ The functions
|
|||
and
|
||||
.Fn atoll
|
||||
need not
|
||||
affect the value of errno on an error.
|
||||
affect the value of
|
||||
.Va errno
|
||||
on an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr atof 3 ,
|
||||
.Xr atoi 3 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue