diff options
-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> |