diff options
author | ru <ru@FreeBSD.org> | 2001-07-12 14:29:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-12 14:29:59 +0000 |
commit | 044b30cecd5485f1256923f172d0b082671e8d21 (patch) | |
tree | 3382d1c1c01851b858904a6c76d62c2e2a4ddf0a /usr.bin/lex | |
parent | 5e692edf62ab673d741ea8f0eae0419c9197e3f9 (diff) | |
download | FreeBSD-src-044b30cecd5485f1256923f172d0b082671e8d21.zip FreeBSD-src-044b30cecd5485f1256923f172d0b082671e8d21.tar.gz |
Eliminate troff(1) warnings that were hiding some useful text.
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/lex.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index d501eb5..5237cc7 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -1919,7 +1919,7 @@ The macro can be used to control whether the current buffer's scanning context for the next token match is done as though at the beginning of a line. A non-zero macro argument makes rules anchored with -'^' active, while a zero argument makes '^' rules inactive. +\&'^' active, while a zero argument makes '^' rules inactive. .PP The macro .B YY_AT_BOL() @@ -3712,8 +3712,7 @@ scanners; ignores them. .IP - The name -.bd -FLEX_SCANNER +.B FLEX_SCANNER is #define'd so scanners may be written for use with either .I flex or |