diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-26 09:56:33 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-26 09:56:33 +0000 |
commit | b044f052e44919ae6ad1fe73dcaeefdb50dea8fa (patch) | |
tree | 8e0c299dda0a230ed60b8cadc6a2b84ca73697e3 /chapter06 | |
parent | 850c88086e34320da766d6e727174134ced95182 (diff) |
Tag fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index cc32f163f..1de7bd3ee 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -56,7 +56,7 @@ <screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen> - <para>The bzdiff script still uses the deprecated + <para>The <command>bzdiff</command> script still uses the deprecated <command>tempfile</command> program. Update it to use <command>mktemp</command> instead:</para> |