diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-06 10:00:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-06 10:00:33 +0000 |
commit | 5bfb495f857af848988b9cbbb35a593fe4e5bdeb (patch) | |
tree | c9cc48089e2fd32824427ac5244ce28d00bd9996 /usr.bin/lex | |
parent | f163c30ca0601aab1d1da0129261ccee20ab9bdc (diff) |
- add margins when formatting w/ -Tascii
- remove some macros that were causing formatting errors
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/PSD.doc/lex.ms | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/lex/PSD.doc/lex.ms b/usr.bin/lex/PSD.doc/lex.ms index 8dbab5aa69f..bfa6baf6d4e 100644 --- a/usr.bin/lex/PSD.doc/lex.ms +++ b/usr.bin/lex/PSD.doc/lex.ms @@ -1,4 +1,4 @@ -.\" $OpenBSD: lex.ms,v 1.2 2003/12/09 12:42:41 jmc Exp $ +.\" $OpenBSD: lex.ms,v 1.3 2004/04/06 10:00:32 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -34,6 +34,10 @@ .\" .\" @(#)lex.ms 8.2 (Berkeley) 5/24/94 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .EH 'PSD:16-%''Lex \- A Lexical Analyzer Generator' .OH 'Lex \- A Lexical Analyzer Generator''PSD:16-%' .hc ~ @@ -87,7 +91,7 @@ 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 +.\" .if n .if \n(tm .ig .PP The lexical analysis programs written with Lex accept ambiguous specifications |