aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-09-26 14:47:08 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-09-26 14:47:08 +0000
commitf41fa812d66608d4ac85de481e753aee7607ac6c (patch)
tree1b2c7bdb40724b8c380e6dae411e35794a883b69 /chapter06
parenta64abe8667ff0b9fef246c5a2a21911d6eddec6a (diff)
Minor text fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/procps.xml4
-rw-r--r--chapter06/util-linux.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 94b48c6b0..a4f4b412b 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -91,11 +91,11 @@ ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so</useri
<segmentedlist>
<segtitle>Installed programs</segtitle>
<segtitle>Installed library</segtitle>
- <segtitle>Installed directory</segtitle>
+ <segtitle>Installed directories</segtitle>
<seglistitem>
<seg>free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop,
- sysctl, tload, top, uptime, vmstat, w, and, watch</seg>
+ sysctl, tload, top, uptime, vmstat, w, and watch</seg>
<seg>libprocps.so</seg>
<seg>/usr/include/proc, /usr/share/doc/procps-ng-&procps-ng-version;</seg>
</seglistitem>
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index d67cad8ba..2a19a5bbb 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -63,7 +63,7 @@
<para>Prepare Util-linux for compilation:</para>
<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
- --docdir=/usr/share/doc/util-linx-&util-linux-version;</userinput></screen>
+ --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
<para>Compile the package:</para>