diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-24 13:21:29 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-24 13:21:29 +0000 |
commit | 037509314d68bff8c3e458624c2bf20d3dbaba88 (patch) | |
tree | bb4b201e44ed3fe4eb5eda6c3a9b24bced97e170 /share/doc/psd/16.lex/lex.ms | |
parent | 74ed384d0d0d0991ebe844c084082cec0ff57de2 (diff) |
Preprocess with tbl(1), eliminate warnings.
Notes
Notes:
svn path=/head/; revision=105871
Diffstat (limited to 'share/doc/psd/16.lex/lex.ms')
-rw-r--r-- | share/doc/psd/16.lex/lex.ms | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/doc/psd/16.lex/lex.ms b/share/doc/psd/16.lex/lex.ms index 5f53a5850b87..8b3c82ee23b3 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 |