Date: Sun, 23 Nov 2014 23:17:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274932 - head/usr.bin/lex Message-ID: <201411232317.sANNHJ2o046191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411232317.sANNHJ2o046191>