diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
commit | 978d0bffc413b67ead9db2d2816b916cf3d502ca (patch) | |
tree | 785d8d08754099e55a26599f8d5ccce81b456cb4 /appendixa/grep-desc.xml | |
parent | aa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (diff) |
Changing the style of the command descriptions in appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/grep-desc.xml')
-rw-r--r-- | appendixa/grep-desc.xml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/appendixa/grep-desc.xml b/appendixa/grep-desc.xml index b375c9e83..a3973016d 100644 --- a/appendixa/grep-desc.xml +++ b/appendixa/grep-desc.xml @@ -6,17 +6,14 @@ <sect3><title>Program file descriptions</title> -<sect4><title>egrep</title> -<para>egrep prints lines from files matching an extended regular expression -pattern.</para></sect4> +<para><command>egrep</command> prints lines matching an extended regular +expression.</para> -<sect4><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></sect4> +<para><command>fgrep</command> prints lines matching a list of fixed +strings.</para> -<sect4><title>grep</title> -<para>grep prints lines from files matching a basic regular expression -pattern.</para></sect4> +<para><command>grep</command> prints lines matching a basic regular +expression.</para> </sect3> |