Eliminate troff(1) warnings that were hiding some useful text.

This commit is contained in:
Ruslan Ermilov 2001-07-12 14:29:59 +00:00
parent 96e0c91959
commit 63914212f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79634
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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