diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
commit | afba93bef35d287c961b62cbfd8370652aaab826 (patch) | |
tree | 0c0ea5d0db097f5a97951f65774cacecfc32dc11 /chapter06/bzip2.xml | |
parent | 9e6d13e9fe9b8731424175f4a1f3fed55151ab91 (diff) |
Merged consistency update patch from systemd book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 32b5a2d2b..761bd7abb 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -233,12 +233,12 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> </varlistentry> <varlistentry id="libbz2"> - <term><filename class="libraryfile">libbz2*</filename></term> + <term><filename class="libraryfile">libbz2</filename></term> <listitem> <para>The library implementing lossless, block-sorting data compression, using the Burrows-Wheeler algorithm</para> <indexterm zone="ch-system-bzip2 libbz2"> - <primary sortas="c-libbz2*">libbz2*</primary> + <primary sortas="c-libbz2">libbz2</primary> </indexterm> </listitem> </varlistentry> |