diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2005-08-18 17:26:37 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2005-08-18 17:26:37 +0000 |
commit | d3583ed55bb1df5b3e17d3dcb67d04c9761ee252 (patch) | |
tree | 6f09bdecd1e7cbb94058880c473c7f16fb1b06aa /chapter06/bzip2.xml | |
parent | 4c2d97d817a5ad4e89d982f4bd62e25307468de3 (diff) |
reworded to avoid capitalising bzgrep
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index bf13936c0..7470cd84f 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -36,10 +36,10 @@ GCC, Glibc, and Make</seg></seglistitem> <screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> -<para><command>Bzgrep</command> does not escape '|' and '&' in filenames passed -to it. This allows arbitrary commands to be executed with the privileges of the -user running <command>bzgrep</command>. Apply the following to address this: -</para> +<para>The <command>bzgrep</command> command does not escape '|' and '&' in +filenames passed to it. This allows arbitrary commands to be executed with the +privileges of the user running <command>bzgrep</command>. Apply the following to +address this:</para> <screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen> |