The .Nm utility

This commit is contained in:
Philippe Charnier 2003-06-08 13:47:20 +00:00
parent 33f9fef537
commit bfd62d7094
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116046

View File

@ -21,8 +21,9 @@ The
.Nm
utility is a macro processor that can be used as a front end to any
language (e.g., C, ratfor, fortran, lex, and yacc).
The
.Nm
reads from the standard input and writes
utility reads from the standard input and writes
the processed text to the standard output.
.Pp
Macro calls have the form
@ -356,9 +357,10 @@ The
.Ic m4exit
macro may be used to change the exit status from the input file.
.Sh COMPATIBILITY
The
.Nm
follows the Single Unix 2 specification, along with a few extensions taken
from GNU-m4.
utility follows the Single Unix 2 specification, along with a few extensions
taken from GNU-m4.
Flags
.Fl I , d ,
and