DS and DE are not man macros
This commit is contained in:
@@ -8,15 +8,15 @@ file ...
|
||||
.SH DESCRIPTION
|
||||
.I Mkdep
|
||||
scans the files in the argument list for C-preprocessor lines of the form
|
||||
.DS
|
||||
#include "\fIfile1\fP"
|
||||
.DE
|
||||
.nf
|
||||
#include "\fIfile1\fP"
|
||||
.fi
|
||||
and produces for each file \fIarg\fR in the argument list lines of the form
|
||||
.DS
|
||||
\fIarg\fR: \fIfile1\fR
|
||||
\fIarg\fR: \fIfile2\fR
|
||||
...
|
||||
.DE
|
||||
.nf
|
||||
\fIarg\fR: \fIfile1\fR
|
||||
\fIarg\fR: \fIfile2\fR
|
||||
...
|
||||
.fi
|
||||
where \fIfile1\fR, \fIfile2\fR, etc. are filenames included by \fIarg\fR, or
|
||||
by a file included by \fIarg\fR, etc.
|
||||
.PP
|
||||
|
||||
Reference in New Issue
Block a user