summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-07-07 21:27:44 +0000
committerkeramida <keramida@FreeBSD.org>2004-07-07 21:27:44 +0000
commit79970772a2add977a53b4bbc6d80bcee102ed2f5 (patch)
treeee11d4be382bb6c399c4d18c93db580953de294b /usr.bin/lex
parent61c4386adbcbbe1aa6f5dd5f50162911f3208388 (diff)
downloadFreeBSD-src-79970772a2add977a53b4bbc6d80bcee102ed2f5.zip
FreeBSD-src-79970772a2add977a53b4bbc6d80bcee102ed2f5.tar.gz
Correct a minor syntax mistake.
PR: docs/67458 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 3 days
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/lex.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1
index 918039b..b41de37 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".
OpenPOWER on IntegriCloud