summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-07-15 06:48:02 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-07-15 06:48:02 +0000
commit425a0f35cdb4abfe11eb733ae3818b9dc82ce522 (patch)
tree0644554b74e72b39eb166b365e82df9f6617f491 /usr.bin/lex
parent851945cca89797a53ec2c83f49a390921c5cc7f0 (diff)
Notes
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 7c2ae56db900..4475e202b338 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