diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-07-07 21:27:44 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-07-07 21:27:44 +0000 |
| commit | dca30d0f35fb181d75e6f01099217ed1fe7b40ef (patch) | |
| tree | ee11d4be382bb6c399c4d18c93db580953de294b /usr.bin/lex | |
| parent | 0e252c9a1a5b1d80a2fb52ad9e5cbb83d1f13db6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lex')
| -rw-r--r-- | usr.bin/lex/lex.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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". |
