diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-09-26 14:47:08 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-09-26 14:47:08 +0000 |
commit | c49662d59ba57dfbbe973f03f96e79459aeca40c (patch) | |
tree | d075ff6bc2547921db033d75f80530e661d53b41 | |
parent | 057e9c471dcac8fef51cc1f2d1f0a86a421ad184 (diff) |
Minor text fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/procps.xml | 4 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 2 |
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> |