From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: 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 --- appendixa/grep-desc.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'appendixa/grep-desc.xml') 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 @@ Program file descriptions -egrep -egrep prints lines from files matching an extended regular expression -pattern. +egrep prints lines matching an extended regular +expression. -fgrep -fgrep prints lines from files matching a list of fixed strings, -separated by newlines, any of which is to be matched. +fgrep prints lines matching a list of fixed +strings. -grep -grep prints lines from files matching a basic regular expression -pattern. +grep prints lines matching a basic regular +expression. -- cgit v1.2.3-54-g00ecf