diff options
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 8900da74c..779f3702e 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -149,16 +149,6 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> </listitem> </varlistentry> - <varlistentry id="bzgrep"> - <term><command>bzgrep</command></term> - <listitem> - <para>Runs <command>grep</command> on bzipped files</para> - <indexterm zone="ch-system-bzip2 bzgrep"> - <primary sortas="b-bzgrep">bzgrep</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="bzegrep"> <term><command>bzegrep</command></term> <listitem> @@ -179,6 +169,16 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> </listitem> </varlistentry> + <varlistentry id="bzgrep"> + <term><command>bzgrep</command></term> + <listitem> + <para>Runs <command>grep</command> on bzipped files</para> + <indexterm zone="ch-system-bzip2 bzgrep"> + <primary sortas="b-bzgrep">bzgrep</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="bzip2"> <term><command>bzip2</command></term> <listitem> |