DS and DE are not man macros
This commit is contained in:
parent
74fba213bc
commit
64aae9d435
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue