From dca30d0f35fb181d75e6f01099217ed1fe7b40ef Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Wed, 7 Jul 2004 21:27:44 +0000 Subject: [PATCH] Correct a minor syntax mistake. PR: docs/67458 Submitted by: Michel Lavondes MFC after: 3 days --- usr.bin/lex/lex.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 918039b857ca..b41de37986a2 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -394,7 +394,7 @@ expressions. These are: Deficiencies / Bugs section below regarding "dangerous trailing context".) ^r an r, but only at the beginning of a line (i.e., - which just starting to scan, or right after a + when just starting to scan, or right after a newline has been scanned). r$ an r, but only at the end of a line (i.e., just before a newline). Equivalent to "r/\\n".