diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 10:16:43 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 10:16:43 +0000 |
commit | 0c9661dc834fe89f30d2c0515775e5dfe3ac63a4 (patch) | |
tree | e8c12502efcdf5fa2a57c1cf657e3c7dc47c773b /chapter06/man-exp.xml | |
parent | 354f0a18bcf3835f5d5e99fdabd1fd9be82d0f3e (diff) |
man patch --> sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-exp.xml')
-rw-r--r-- | chapter06/man-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml index 02f3f092a..b7ab46db4 100644 --- a/chapter06/man-exp.xml +++ b/chapter06/man-exp.xml @@ -1,7 +1,7 @@ <sect2> <title>Command explanations</title> -<para><userinput>patch -Np1 -i ../man-1.5i2.patch:</userinput> This patch +<para><userinput>for ... sed ... done:</userinput> This construct changes man so that it uses awk instead of gawk which is the default. We use this as LFS uses awk instead of gawk.</para> |