aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/grep-desc.xml
diff options
context:
space:
mode:
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>