aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/flex-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-28 21:08:29 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-28 21:08:29 +0000
commit2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch)
tree6059aa8ca1a67a6e974f8802b9af66a7330272a4 /appendixa/flex-desc.xml
parentf5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff)
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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