1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

mdoc(7) police: add missing markup bits for ``errno''.

This commit is contained in:
Ruslan Ermilov 2002-01-09 14:03:54 +00:00
parent ce9df6eefc
commit 58c0fdd850
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89139
3 changed files with 9 additions and 3 deletions

View File

@ -80,7 +80,9 @@ and should not be used in new code.
.Sh ERRORS .Sh ERRORS
The function The function
.Fn atof .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 .Sh SEE ALSO
.Xr atoi 3 , .Xr atoi 3 ,
.Xr atol 3 , .Xr atol 3 ,

View File

@ -76,7 +76,9 @@ and should not be used in new code.
.Sh ERRORS .Sh ERRORS
The function The function
.Fn atoi .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 .Sh SEE ALSO
.Xr atof 3 , .Xr atof 3 ,
.Xr atol 3 , .Xr atol 3 ,

View File

@ -88,7 +88,9 @@ The functions
and and
.Fn atoll .Fn atoll
need not need not
affect the value of errno on an error. affect the value of
.Va errno
on an error.
.Sh SEE ALSO .Sh SEE ALSO
.Xr atof 3 , .Xr atof 3 ,
.Xr atoi 3 , .Xr atoi 3 ,