mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
mdoc(7) police: add missing markup bits for ``errno''.
This commit is contained in:
parent
ce9df6eefc
commit
58c0fdd850
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89139
@ -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 New Issue
Block a user