aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2019-03-13 17:58:54 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2019-03-13 17:58:54 +0000
commit78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch)
tree2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/coreutils.xml
parent1263de24b91da3f03775e358e8efe4f4820b4a56 (diff)
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 803bdadb0..fc2ea82f3 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -171,7 +171,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
<segtitle>Installed directory</segtitle>
<seglistitem>
- <seg>[, base32, base64, basename, cat, chcon, chgrp, chmod, chown,
+ <seg>[, b2sum, base32, base64, basename, basenc, cat, chcon, chgrp, chmod, chown,
chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors,
dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups,
head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir,
@@ -182,7 +182,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort,
tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
yes</seg>
- <seg>libstdbuf.so</seg>
+ <seg>libstdbuf.so (in /usr/libexec/coreutils)</seg>
<seg>/usr/libexec/coreutils</seg>
</seglistitem>
</segmentedlist>
@@ -214,6 +214,16 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="b2sum">
+ <term><command>b2sum</command></term>
+ <listitem>
+ <para>Prints or checks BLAKE2 (512-bit) checksums</para>
+ <indexterm zone="ch-system-coreutils b2sum">
+ <primary sortas="b-b2sum">b2sum</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="basename">
<term><command>basename</command></term>
<listitem>
@@ -224,6 +234,16 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="basenc">
+ <term><command>basenc</command></term>
+ <listitem>
+ <para>Encodes or decodes data using various algorithms</para>
+ <indexterm zone="ch-system-coreutils basenc">
+ <primary sortas="b-basenc">basenc</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="cat">
<term><command>cat</command></term>
<listitem>