diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-02-18 21:38:17 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-02-18 21:38:17 +0000 |
commit | b83d43e5514b42808bbe327a6ad07ddac5f65f21 (patch) | |
tree | 0c2595a8800623582dcd1b73f6100a48e87c08f9 | |
parent | 4028929287b97b607b89392384eead98aaad9b9d (diff) |
Minor
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/coreutils.xml | 1 | ||||
-rw-r--r-- | chapter06/kmod.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index f95ce767b..d507d437d 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -134,7 +134,6 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> </sect2> - <sect2 id="contents-coreutils" role="content"> <title>Contents of Coreutils</title> diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index ff02f6eeb..063433040 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -62,7 +62,7 @@ </varlistentry> <varlistentry> - <term><parameter>- -disable-manpages</parameter></term> + <term><parameter>--disable-manpages</parameter></term> <listitem> <para>This option prevents the man pages from being built, as they rely on libxslt, which isn't available in the chroot |