diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-14 19:03:27 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-14 19:03:27 +0000 |
commit | 3333b6473d706985a7613108a51a627b9b33d75f (patch) | |
tree | 6453e7f81c9f577f050b25ebc41f1c3c5b98f24f | |
parent | 9cc5415c9234609820a8972b3caa964762c558c8 (diff) |
Typos and cleanup
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/ninja.xml | 3 | ||||
-rw-r--r-- | chapter09/reboot.xml | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6525fb893..1929cd3e8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,8 +94,8 @@ <itemizedlist> <listitem> <para>[renodr] - Fixed issue with installing Check's documentation - in a verisoned directory. Thanks goes to Ryan Marsaw for the report. - This was fixed be removing the unrecognized/unused --docdir + in a versioned directory. Thanks goes to Ryan Marsaw for the report. + This was fixed by removing the unrecognized/unused --docdir and replacing it with a "docdir=" in the make install command.</para> </listitem> </itemizedlist> diff --git a/chapter06/ninja.xml b/chapter06/ninja.xml index 5be498eb7..e998c64fb 100644 --- a/chapter06/ninja.xml +++ b/chapter06/ninja.xml @@ -88,8 +88,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">python3 configure.py -./ninja ninja_test +<screen><userinput remap="test">./ninja ninja_test ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots</userinput></screen> <para>Install the package:</para> diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 2718c0ef3..c6a857dbd 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -71,7 +71,6 @@ <listitem><para>/etc/vimrc </para></listitem> <listitem><para>/root/.bash_profile </para></listitem> <listitem><para>/root/.bashrc </para></listitem> - <listitem revision="sysv"><para>/etc/sysconfig/network </para></listitem> <listitem revision="sysv"><para>/etc/sysconfig/ifconfig.eth0 </para></listitem> </itemizedlist> </listitem> |