diff options
Diffstat (limited to 'chapter06')
-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> |