diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-18 18:31:39 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-18 18:31:39 +0000 |
commit | 60ed866798672201b1e79c15a8f38e4f7f76a9a1 (patch) | |
tree | f14e7aa45bfd86f16e0601212417a0d71edbf844 /appendixa | |
parent | 8d8ab633a0bf92e5f9f95518616120b4d82a5d5a (diff) |
Fixed typos, removed old command explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/flex-desc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appendixa/flex-desc.xml b/appendixa/flex-desc.xml index a7fb8f078..313a41bb7 100644 --- a/appendixa/flex-desc.xml +++ b/appendixa/flex-desc.xml @@ -12,8 +12,8 @@ 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 sets up -rules for what to look for than to write the actual program that finds +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> |