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

This commit is contained in:
dd 2001-08-10 20:49:38 +00:00
parent 0935831088
commit cbf63217c2

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