diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-22 01:33:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-22 01:33:31 +0000 |
commit | 493677660143de217ac57d446b45a7d7887534cd (patch) | |
tree | 43c6a75c6ede50b19eb9fa5efe3dd7b42c7ab188 | |
parent | 08d802f54e24efa5a244f5e738ab22c17ef5d1de (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/xz.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 6a94393ce..8d29b578a 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -149,7 +149,7 @@ ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput <varlistentry id="lzegrep"> <term><command>lzegrep</command></term> <listitem> - <para>Runs <command>egrep</command> on LZMA compressed files files</para> + <para>Runs <command>egrep</command> on LZMA compressed files</para> <indexterm zone="ch-system-xz lzegrep"> <primary sortas="b-lzegrep">lzegrep</primary> </indexterm> |