summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-24 13:21:29 +0000
committerru <ru@FreeBSD.org>2002-10-24 13:21:29 +0000
commit517ed2d58a1a5e29421ffe8cf127ca7d68da3265 (patch)
treebb4b201e44ed3fe4eb5eda6c3a9b24bced97e170 /share/doc
parent23a4371e51270b1434210f947bc088ecd6492400 (diff)
downloadFreeBSD-src-517ed2d58a1a5e29421ffe8cf127ca7d68da3265.zip
FreeBSD-src-517ed2d58a1a5e29421ffe8cf127ca7d68da3265.tar.gz
Preprocess with tbl(1), eliminate warnings.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/psd/16.lex/Makefile2
-rw-r--r--share/doc/psd/16.lex/lex.ms8
2 files changed, 5 insertions, 5 deletions
diff --git a/share/doc/psd/16.lex/Makefile b/share/doc/psd/16.lex/Makefile
index c8745fe..15b82b2 100644
--- a/share/doc/psd/16.lex/Makefile
+++ b/share/doc/psd/16.lex/Makefile
@@ -5,4 +5,6 @@ VOLUME= psd/16.lex
SRCS= lex.ms
MACROS= -ms
+USE_TBL= YES
+
.include <bsd.doc.mk>
diff --git a/share/doc/psd/16.lex/lex.ms b/share/doc/psd/16.lex/lex.ms
index 5f53a58..8b3c82e 100644
--- a/share/doc/psd/16.lex/lex.ms
+++ b/share/doc/psd/16.lex/lex.ms
@@ -37,6 +37,7 @@
.\" @(#)lex.ms 8.1 (Berkeley) 6/8/93
.\"
.\" $FreeBSD$
+.nr tm 0
.de MH
Bell Laboratories, Murray Hill, NJ 07974.
..
@@ -98,7 +99,6 @@ is performed by a deterministic finite automaton
generated by Lex.
The program fragments written by the user are executed in the order in which the
corresponding regular expressions occur in the input stream.
-.if n .if \n(tm .ig
.PP
The lexical analysis
programs written with Lex accept ambiguous specifications
@@ -120,7 +120,6 @@ form of Lex under UNIX Version 7.
Lex is designed to simplify
interfacing with Yacc, for those
with access to this compiler-compiler system.
-..
.\".nr PS 9
.\".nr VS 11
.AE
@@ -1457,7 +1456,7 @@ l l.
digram[yytext[0]][yytext[1]]++;
REJECT;
}
-\. ;
+\&. ;
\en ;
.TE
where the REJECT is necessary to pick up
@@ -1871,7 +1870,6 @@ to find the letter
or
.I D .
The program then adds
-.c
.I \(fme\(fm\-\(fmd\(fm ,
which converts
it to the next letter of the alphabet.
@@ -2288,7 +2286,7 @@ Many thanks are due to both.
.PP
The code of the current version of Lex was designed, written,
and debugged by Eric Schmidt.
-.SG MH-1274-MEL-unix
+.if 0 .SG MH-1274-MEL-unix
.sp 1
.2C
.NH
OpenPOWER on IntegriCloud