aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-10 21:54:19 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-10 21:54:19 +0000
commit7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (patch)
treed68b7391b0d003715a45408476c7c533e379a76a /chapter06/util-linux.xml
parente80267c363a9d95b305ac6870b3c0fdb5c0dfa68 (diff)
Minor text and punctuation updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 2f3f9dd73..0b6d41d7c 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -128,9 +128,10 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul,
umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
wipefs, and x86_64</seg>
- <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
+ <seg>libblkid.{a,so}, libmount.{a,so}, and libuuid.{a,so}</seg>
<seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
- /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt, /var/lib/hwclock</seg>
+ /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt,
+ and /var/lib/hwclock</seg>
</seglistitem>
</segmentedlist>
@@ -1013,7 +1014,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
<varlistentry id="tailf">
<term><command>tailf</command></term>
<listitem>
- <para>Tracks the growth of a log file. Displays the last 10 lines
+ <para>Tracks the growth of a log file; displays the last 10 lines
of a log file, then continues displaying any new entries in the
log file as they are created</para>
<indexterm zone="ch-system-util-linux tailf">