aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/flex-desc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appendixa/flex-desc.xml')
-rw-r--r--appendixa/flex-desc.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/appendixa/flex-desc.xml b/appendixa/flex-desc.xml
index 313a41bb7..02b2e88eb 100644
--- a/appendixa/flex-desc.xml
+++ b/appendixa/flex-desc.xml
@@ -9,12 +9,11 @@
<sect4><title>flex</title>
<para>flex is a tool for generating programs which recognize
-patterns in text. Pattern recognition is very useful in many applications.
-A user sets up rules
-what to look for and flex will make a program that looks for those
-patterns. The reason people use flex is that it is much easier to set up
-rules for what to look for than to write the actual program which finds
-the text.</para></sect4>
+patterns in text. Pattern recognition is very useful in many applications.
+A user sets up rules about what to look for and flex will make a program
+that looks for those patterns. The reason people use flex is that it is
+much easier to set up rules for what to look for than to write the actual
+program which finds the text.</para></sect4>
<sect4><title>flex++</title>
<para>flex++ invokes a version of flex which is used exclusively for