summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-23 23:17:18 +0000
committerbapt <bapt@FreeBSD.org>2014-11-23 23:17:18 +0000
commit33c2a8d6ead64840b2f57d6d4c9531910c6c834c (patch)
treea6a62cb2b93583ce6686b801bbd00af4ba89fd7c /usr.bin/lex
parent205a8351f4c165f2b2718f477fd5ec474dec2160 (diff)
downloadFreeBSD-src-33c2a8d6ead64840b2f57d6d4c9531910c6c834c.zip
FreeBSD-src-33c2a8d6ead64840b2f57d6d4c9531910c6c834c.tar.gz
Workaround help2man defficiency that prevents mandoc from rendering
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 fdb1881..83d3a0c 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
OpenPOWER on IntegriCloud