From 4b06aeefe869a0f9b7563d4e76e4d7b8b6c9f788 Mon Sep 17 00:00:00 2001 From: jmg Date: Sat, 30 Aug 1997 11:10:56 +0000 Subject: fix misspelling Submitted-by: Josh Gilliam Closes PR:4428 --- usr.bin/lex/lex.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/lex') 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 -- cgit v1.1