diff options
Diffstat (limited to 'appendixa/grep-desc.xml')
-rw-r--r-- | appendixa/grep-desc.xml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/appendixa/grep-desc.xml b/appendixa/grep-desc.xml index ae0500583..e591e3124 100644 --- a/appendixa/grep-desc.xml +++ b/appendixa/grep-desc.xml @@ -1,9 +1,7 @@ <sect2> <title>Contents</title> -<para> -The grep package contains the egrep, fgrep and grep programs. -</para> +<para>The grep package contains the egrep, fgrep and grep programs.</para> </sect2> @@ -11,28 +9,22 @@ The grep package contains the egrep, fgrep and grep programs. <sect3><title>egrep</title> -<para> -egrep prints lines from files matching an extended regular expression -pattern. -</para> +<para>egrep prints lines from files matching an extended regular expression +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> +<para>fgrep prints lines from files matching a list of fixed strings, +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> +<para>grep prints lines from files matching a basic regular expression +pattern.</para> </sect3> |