diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 17:52:06 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 17:52:06 +0000 |
commit | c89b10c9aeea4bb5855fe01f4ce128fa8845d7ed (patch) | |
tree | 70de467d628faac6c039ba443f7853fd03ef8927 | |
parent | 8051b535a7e7c57fbeb5d498194232438cc9c778 (diff) |
Minor fix of explanatory text to match commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 28a8d5f85..90c113817 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -75,7 +75,7 @@ esac</userinput></screen> <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>--enable-no-install-program=kill</parameter></term> + <term><parameter>--enable-no-install-program=kill,uptime</parameter></term> <listitem> <para>The purpose of this switch is to prevent Coreutils from installing binaries that will be installed by other packages later. |