Minor change in manual page

This commit is contained in:
ceriel
1991-11-25 09:39:31 +00:00
parent 967b13fac5
commit e0956f63db
2 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ This allows
\fILLgen\fP
to be used with
\fImake\fP
(I) convieniently.
(1) convieniently.
.PP
To obtain a working program, the user must also supply a
lexical analyzer, as well as
@@ -54,7 +54,7 @@ and
\fILLmessage\fP,
an error reporting routine;
\fILex\fP
(I) is a useful program for creating lexical analysers usable
(1) is a useful program for creating lexical analysers usable
by
\fILLgen\fP.
.PP
@@ -101,9 +101,9 @@ Lpars.c the error recovery routines
.br
Lpars.h defines for token names
.SH "SEE ALSO"
\fIlex\fP (I)
\fIlex\fP(1)
.br
\fImake\fP (I)
\fImake\fP(1)
.br
\fILLgen, an Extended LL(1) Parser Generator\fP
by C.J.H. Jacobs.