DS and DE are not man macros

This commit is contained in:
ceriel 1988-09-07 10:13:36 +00:00
parent 74fba213bc
commit 64aae9d435
2 changed files with 13 additions and 13 deletions

View file

@ -27,11 +27,11 @@ but is certainly recommended.
.SH CALLING THE COMPILER
The easiest way to do this is to let the \fIack\fR(1) program do it for you.
So, to compile a program module "prog.mod", just call
.DS
.nf
\fBack\fR \-m\fImach\fR prog.mod [ objects of implementation modules ]
or
\fImach\fR prog.mod [ objects of implementation modules ]
.DE
.fi
where \fImach\fR is one of the target machines of ACK.
.PP
To compile an implementation module, use the \-\fBc\fR flag

View file

@ -8,15 +8,15 @@ file ...
.SH DESCRIPTION
.I Mkdep
scans the files in the argument list for C-preprocessor lines of the form
.DS
.nf
#include "\fIfile1\fP"
.DE
.fi
and produces for each file \fIarg\fR in the argument list lines of the form
.DS
.nf
\fIarg\fR: \fIfile1\fR
\fIarg\fR: \fIfile2\fR
...
.DE
.fi
where \fIfile1\fR, \fIfile2\fR, etc. are filenames included by \fIarg\fR, or
by a file included by \fIarg\fR, etc.
.PP