summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-23 23:17:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-23 23:17:18 +0000
commit15eb6e34a64e6f3ceb22e1c64527fffcb4e12a19 (patch)
treea6a62cb2b93583ce6686b801bbd00af4ba89fd7c /usr.bin/lex
parent526c8885fdfe75dbf81bfb507687985d5e8cb48d (diff)
downloadsrc-test2-15eb6e34a64e6f3ceb22e1c64527fffcb4e12a19.tar.gz
src-test2-15eb6e34a64e6f3ceb22e1c64527fffcb4e12a19.zip
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 fdb1881e3c93..83d3a0c12aac 100644
--- a/usr.bin/lex/lex.1
+++ b/usr.bin/lex/lex.1
@@ -2001,7 +2001,7 @@ 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()
@@ -2356,8 +2356,7 @@ automatically anyway.
.TP
.B \-F, \-\-fast
specifies that the
-.ul
-fast
+.I fast
scanner table representation should be used (and stdio
bypassed).
This representation is about as fast as the full table representation