summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/opie/opiekey.12
-rw-r--r--usr.bin/lex/lex.15
2 files changed, 3 insertions, 4 deletions
diff --git a/contrib/opie/opiekey.1 b/contrib/opie/opiekey.1
index 92a73ea..4adf0ef 100644
--- a/contrib/opie/opiekey.1
+++ b/contrib/opie/opiekey.1
@@ -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
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1
index d501eb5..5237cc7 100644
--- a/usr.bin/lex/lex.1
+++ b/usr.bin/lex/lex.1
@@ -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
OpenPOWER on IntegriCloud