mdoc(7) police: fix markup for types.

This commit is contained in:
Ruslan Ermilov 2002-05-29 15:42:59 +00:00
parent 81e9cda2c9
commit 16fb684936
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ The
.Fn getw .Fn getw
function function
obtains the next obtains the next
.Em int .Vt int
(if present) (if present)
from the stream pointed at by from the stream pointed at by
.Fa stream . .Fa stream .
@ -92,9 +92,9 @@ If successful, these routines return the next requested object
from the from the
.Fa stream . .Fa stream .
Character values are returned as an Character values are returned as an
.Li unsigned char .Vt "unsigned char"
converted to an converted to an
.Li int . .Vt int .
If the stream is at end-of-file or a read error occurs, If the stream is at end-of-file or a read error occurs,
the routines return the routines return
.Dv EOF . .Dv EOF .
@ -136,7 +136,7 @@ and
must be used to check for failure after calling must be used to check for failure after calling
.Fn getw . .Fn getw .
The size and byte order of an The size and byte order of an
.Em int .Vt int
varies from one machine to another, and varies from one machine to another, and
.Fn getw .Fn getw
is not recommended for portable applications. is not recommended for portable applications.