svn commit: r274932 - head/usr.bin/lex

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 23 23:17:19 UTC 2014


Author: bapt
Date: Sun Nov 23 23:17:18 2014
New Revision: 274932
URL: https://svnweb.freebsd.org/changeset/base/274932

Log:
  Workaround help2man defficiency that prevents mandoc from rendering

Modified:
  head/usr.bin/lex/lex.1

Modified: head/usr.bin/lex/lex.1
==============================================================================
--- head/usr.bin/lex/lex.1	Sun Nov 23 23:07:21 2014	(r274931)
+++ head/usr.bin/lex/lex.1	Sun Nov 23 23:17:18 2014	(r274932)
@@ -2001,7 +2001,7 @@ can be used to control whether the curre
 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


More information about the svn-src-head mailing list