summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-30 11:10:56 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-30 11:10:56 +0000
commitef67fb1c1bad4e5f4ad5d9e13ca33b365b8543e8 (patch)
treebc6faf35b6e855e461cdd0c5af119b1f33ecfebb /usr.bin/lex
parente3d79adaba0446b9caec7f9f0e88dfc6a8ce6f77 (diff)
downloadsrc-test2-ef67fb1c1bad4e5f4ad5d9e13ca33b365b8543e8.tar.gz
src-test2-ef67fb1c1bad4e5f4ad5d9e13ca33b365b8543e8.zip
Notes
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 16025e9abe68..697c48251295 100644
--- a/usr.bin/lex/lex.1
+++ b/usr.bin/lex/lex.1
@@ -3919,7 +3919,7 @@ the beginning of the trailing context. (Note that the POSIX draft
states that the text matched by such patterns is undefined.)
.PP
For some trailing context rules, parts which are actually fixed-length are
-not recognized as such, leading to the abovementioned performance loss.
+not recognized as such, leading to the above mentioned performance loss.
In particular, parts using '|' or {n} (such as "foo{3}") are always
considered variable-length.
.PP