diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-29 18:09:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-29 18:09:34 +0000 |
commit | d9ed5f3758d8c4fee9ddf2e2ffdd13ab7f3f2de5 (patch) | |
tree | 74f0a345822d5846c63957b67487eb0064882809 /chapter06/texinfo.xml | |
parent | 90b375c5e92c85130f41c12c911d8351bb0b0e91 (diff) |
Changes several instruvions to add an -v switch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r-- | chapter06/texinfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 4f4a4e31c..a2c615caf 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -85,7 +85,7 @@ recreated, the following optional commands will accomplish the task:</para> <screen role="nodump"><userinput>cd /usr/share/info -rm dir +rm -v dir for f in * do install-info $f dir 2>/dev/null done</userinput></screen> |