diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-30 11:10:56 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-30 11:10:56 +0000 |
commit | 4b06aeefe869a0f9b7563d4e76e4d7b8b6c9f788 (patch) | |
tree | c5f8366c0574e3a0af343237a60af7e90a2983ac /usr.bin/lex | |
parent | a4a9abf758e24db331444ccdb00b1c6906c8eb02 (diff) | |
download | FreeBSD-src-4b06aeefe869a0f9b7563d4e76e4d7b8b6c9f788.zip FreeBSD-src-4b06aeefe869a0f9b7563d4e76e4d7b8b6c9f788.tar.gz |
fix misspelling
Submitted-by: Josh Gilliam
Closes PR:4428
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 16025e9..697c482 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 |