From: ceriel Date: Wed, 7 Sep 1988 10:13:36 +0000 (+0000) Subject: DS and DE are not man macros X-Git-Tag: release-5-5~2865 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=64aae9d4358ae2015552719adb8e068f55bdfb0c;p=ack.git DS and DE are not man macros --- diff --git a/lang/m2/comp/modula-2.1 b/lang/m2/comp/modula-2.1 index be4c36d2c..7a0dbfc8f 100644 --- a/lang/m2/comp/modula-2.1 +++ b/lang/m2/comp/modula-2.1 @@ -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 -\fBack\fR \-m\fImach\fR prog.mod [ objects of implementation modules ] - or -\fImach\fR prog.mod [ objects of implementation modules ] -.DE +.nf + \fBack\fR \-m\fImach\fR prog.mod [ objects of implementation modules ] + or + \fImach\fR prog.mod [ objects of implementation modules ] +.fi where \fImach\fR is one of the target machines of ACK. .PP To compile an implementation module, use the \-\fBc\fR flag diff --git a/util/cmisc/mkdep.1 b/util/cmisc/mkdep.1 index a8a25777e..54a14e40a 100644 --- a/util/cmisc/mkdep.1 +++ b/util/cmisc/mkdep.1 @@ -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