diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /appendixa/grep-desc.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |