Use .Fn, .Fa, and .Dv where appropriate.

This commit is contained in:
Dima Dorfman 2001-08-10 20:49:38 +00:00
parent 3938427761
commit 7f55e48eb1

View File

@ -76,8 +76,12 @@ but is a macro that expands in-line.
The
.Fn getchar
function
is equivalent to:
getc with the argument stdin.
is equivalent to
.Fn getc
with a
.Fa stream
of
.Dv stdin .
.Pp
The
.Fn getw