Minor change in manual page
This commit is contained in:
parent
967b13fac5
commit
e0956f63db
|
@ -45,7 +45,7 @@ This allows
|
||||||
\fILLgen\fP
|
\fILLgen\fP
|
||||||
to be used with
|
to be used with
|
||||||
\fImake\fP
|
\fImake\fP
|
||||||
(I) convieniently.
|
(1) convieniently.
|
||||||
.PP
|
.PP
|
||||||
To obtain a working program, the user must also supply a
|
To obtain a working program, the user must also supply a
|
||||||
lexical analyzer, as well as
|
lexical analyzer, as well as
|
||||||
|
@ -54,7 +54,7 @@ and
|
||||||
\fILLmessage\fP,
|
\fILLmessage\fP,
|
||||||
an error reporting routine;
|
an error reporting routine;
|
||||||
\fILex\fP
|
\fILex\fP
|
||||||
(I) is a useful program for creating lexical analysers usable
|
(1) is a useful program for creating lexical analysers usable
|
||||||
by
|
by
|
||||||
\fILLgen\fP.
|
\fILLgen\fP.
|
||||||
.PP
|
.PP
|
||||||
|
@ -101,9 +101,9 @@ Lpars.c the error recovery routines
|
||||||
.br
|
.br
|
||||||
Lpars.h defines for token names
|
Lpars.h defines for token names
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
\fIlex\fP (I)
|
\fIlex\fP(1)
|
||||||
.br
|
.br
|
||||||
\fImake\fP (I)
|
\fImake\fP(1)
|
||||||
.br
|
.br
|
||||||
\fILLgen, an Extended LL(1) Parser Generator\fP
|
\fILLgen, an Extended LL(1) Parser Generator\fP
|
||||||
by C.J.H. Jacobs.
|
by C.J.H. Jacobs.
|
||||||
|
|
|
@ -42,10 +42,10 @@ of procedures and external data defined inside the module.
|
||||||
These will only be loaded
|
These will only be loaded
|
||||||
if they contain definitions of procedures or data imported by
|
if they contain definitions of procedures or data imported by
|
||||||
previously assembled modules.
|
previously assembled modules.
|
||||||
When \fIack\fP(I) is provided with the -LIB flag it tells the
|
When \fIack\fP(1) is provided with the -LIB flag it tells the
|
||||||
EM-optimizer \fIem_opt\fP(VI) to insert a library messages
|
EM-optimizer \fIem_opt\fP(VI) to insert a library messages
|
||||||
when optimizing modules.
|
when optimizing modules.
|
||||||
The EM-archiver \fIarch\fP(I) can be used to create libraries
|
The EM-archiver \fIarch\fP(1) can be used to create libraries
|
||||||
from EM modules.
|
from EM modules.
|
||||||
.PP
|
.PP
|
||||||
Note that it is not possible to do a partial load;
|
Note that it is not possible to do a partial load;
|
||||||
|
|
Loading…
Reference in a new issue