diff options
author | ru <ru@FreeBSD.org> | 2002-05-29 15:42:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-29 15:42:59 +0000 |
commit | 11ce5c15230479c84b960428d8531e1984d3e0b9 (patch) | |
tree | d93760618f00654a4727cd28c24b5f07274c81df /lib/libc/stdio/getc.3 | |
parent | 76631b86181d15873bf8ac59d96576b694ebcaf2 (diff) | |
download | FreeBSD-src-11ce5c15230479c84b960428d8531e1984d3e0b9.zip FreeBSD-src-11ce5c15230479c84b960428d8531e1984d3e0b9.tar.gz |
mdoc(7) police: fix markup for types.
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index daae84c..8ff83d6 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -83,7 +83,7 @@ The .Fn getw function obtains the next -.Em int +.Vt int (if present) from the stream pointed at by .Fa stream . @@ -92,9 +92,9 @@ If successful, these routines return the next requested object from the .Fa stream . Character values are returned as an -.Li unsigned char +.Vt "unsigned char" converted to an -.Li int . +.Vt int . If the stream is at end-of-file or a read error occurs, the routines return .Dv EOF . @@ -136,7 +136,7 @@ and must be used to check for failure after calling .Fn getw . The size and byte order of an -.Em int +.Vt int varies from one machine to another, and .Fn getw is not recommended for portable applications. |