aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-12 14:29:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-12 14:29:59 +0000
commit63914212f0c46848231cd181f5052e3235b22e45 (patch)
tree3382d1c1c01851b858904a6c76d62c2e2a4ddf0a /usr.bin/lex
parent96e0c9195992ff7e9676333065a0c035f63d1b9b (diff)
downloadsrc-63914212f0c46848231cd181f5052e3235b22e45.tar.gz
src-63914212f0c46848231cd181f5052e3235b22e45.zip
Eliminate troff(1) warnings that were hiding some useful text.
Notes
Notes: svn path=/head/; revision=79634
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/lex.15
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1
index d501eb518278..5237cc7f182e 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