minor adaptions

This commit is contained in:
ceriel 1987-05-13 14:55:34 +00:00
parent bbb0f99495
commit b98c031192
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
.TH EM_M2 6 .TH EM_M2 6ACK
.ad .ad
.SH NAME .SH NAME
em_m2 \- ACK Modula\-2 compiler em_m2 \- ACK Modula\-2 compiler

View file

@ -1,4 +1,4 @@
.TH MODULA\-2 1 .TH MODULA\-2 1ACK
.ad .ad
.SH NAME .SH NAME
Modula-2 \- ACK Modula-2 compiler Modula-2 \- ACK Modula-2 compiler
@ -42,13 +42,13 @@ needed.
For more details on the \fIack\fR program see \fIack\fR(1). For more details on the \fIack\fR program see \fIack\fR(1).
.SH DEFINITION MODULES .SH DEFINITION MODULES
"Standard" definition modules can be found in "Standard" definition modules can be found in
the directories \fB~em/lib/m2\fR or \fB~em/lib/\fImach\fB/m2\fR. the directory \fB~em/lib/m2\fR.
.PP .PP
When the compiler needs a definition module, it is first searched for When the compiler needs a definition module, it is first searched for
in the current directory, then in the directories given to it by the in the current directory, then in the directories given to it by the
\-\fBI\fR flag \-\fBI\fR flag
in the order given, in the order given,
and then in the directories mentioned above. and then in the directory mentioned above.
.SH FLAGS .SH FLAGS
The \fIack\fR(1) program recognizes (among others) the following The \fIack\fR(1) program recognizes (among others) the following
flags, that are passed to the Modula-2 compiler: flags, that are passed to the Modula-2 compiler:
@ -58,7 +58,7 @@ append \fIdirname\fR to the list of directories where definition modules
are looked for. are looked for.
.IP \fB\-I\fP .IP \fB\-I\fP
don't look in don't look in
the directories \fB~em/lib/m2\fR or \fB~em/lib/\fImach\fB/m2\fR. the directory \fB~em/lib/m2\fR.
.IP \fB\-M\fP\fIn\fP .IP \fB\-M\fP\fIn\fP
set maximum identifier length to \fIn\fR. The minimum value of \fIn\fR set maximum identifier length to \fIn\fR. The minimum value of \fIn\fR
is 14, because the keyword "IMPLEMENTATION" is that long. is 14, because the keyword "IMPLEMENTATION" is that long.
@ -82,7 +82,7 @@ allow for warning messages whose class is a member of \fIclasses\fR.
make all procedure names global, so that \fIadb\fR(1) understands them. make all procedure names global, so that \fIadb\fR(1) understands them.
.LP .LP
.SH SEE ALSO .SH SEE ALSO
\fIack\fR(1), \fIem_m2\fR(1) \fIack\fR(1), \fIem_m2\fR(6)
.SH FILES .SH FILES
.IR ~em/lib/em_m2 : .IR ~em/lib/em_m2 :
binary of the Modula-2 compiler. binary of the Modula-2 compiler.