mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
Eliminate troff(1) warnings that were hiding some useful text.
This commit is contained in:
parent
96e0c91959
commit
63914212f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79634
@ -91,7 +91,7 @@ build of OPIE.
|
||||
.TP
|
||||
.B \-a
|
||||
Allows you to input an arbitrary secret pass phrase, instead of running checks
|
||||
against it. Arbitrary currently does not include '\0' or '\n' characters. This
|
||||
against it. Arbitrary currently does not include '\\0' or '\\n' characters. This
|
||||
can be used for backwards compatibility with key generators that do not check
|
||||
passwords.
|
||||
.TP
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user