From 517ed2d58a1a5e29421ffe8cf127ca7d68da3265 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 24 Oct 2002 13:21:29 +0000 Subject: Preprocess with tbl(1), eliminate warnings. --- share/doc/psd/16.lex/Makefile | 2 ++ share/doc/psd/16.lex/lex.ms | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'share/doc') 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 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 -- cgit v1.1