From: ceriel Date: Thu, 25 Aug 1988 13:03:13 +0000 (+0000) Subject: Adapted for modula-2 X-Git-Tag: release-5-5~2888 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9a7a7f7f4b2f493d7b9f42fca230c3bce9b90323;p=ack.git Adapted for modula-2 --- diff --git a/util/ack/ack.1.X b/util/ack/ack.1.X index 5a51bc32e..bf9306d5c 100644 --- a/util/ack/ack.1.X +++ b/util/ack/ack.1.X @@ -64,6 +64,8 @@ C module. Basic program. .IP .ocm Occam program. +.IP .mod +Modula-2 module. .IP .e EM assembly module in human readable form. .IP .k @@ -230,7 +232,7 @@ routines for systems calls needed by both C and Pascal. When linking multiple \fI.o\fP or \fI.m\fP files created by separate calls of \fIack\fP together, \fIack\fP cannot deduce the run-time system needed, -unless called as \fIapc\fP, \fIabc\fP, \fIocm\fP or \fIacc\fP. +unless called as \fIapc\fP, \fIabc\fP, \fIocm\fP, \fIm2\fP, or \fIacc\fP. This flag serves to tell \fIack\fP which runtime system is needed in such a case. For example: "ack \-c x.c ; ack \-.c x.o".