aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/grep-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-09-22 16:09:47 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-09-22 16:09:47 +0000
commit53ad30a63b4d5f80f713963835dee995f9546071 (patch)
treef304bfa899e693aa1f7de368f8e49ffe46477334 /appendixa/grep-desc.xml
parenteb33fb1cad428658dafc39e87d0c57ae479def5f (diff)
[Bug 190] Put descs in alphabetical order
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/grep-desc.xml')
-rw-r--r--appendixa/grep-desc.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/appendixa/grep-desc.xml b/appendixa/grep-desc.xml
index e591e3124..2182f7040 100644
--- a/appendixa/grep-desc.xml
+++ b/appendixa/grep-desc.xml
@@ -8,25 +8,16 @@
<sect2><title>Description</title>
<sect3><title>egrep</title>
-
<para>egrep prints lines from files matching an extended regular expression
-pattern.</para>
-
-</sect3>
+pattern.</para></sect3>
<sect3><title>fgrep</title>
-
<para>fgrep prints lines from files matching a list of fixed strings,
-separated by newlines, any of which is to be matched.</para>
-
-</sect3>
+separated by newlines, any of which is to be matched.</para></sect3>
<sect3><title>grep</title>
-
<para>grep prints lines from files matching a basic regular expression
-pattern.</para>
-
-</sect3>
+pattern.</para></sect3>
</sect2>