Add description for base32, wrap text at 80 chars

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11008 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2016-02-13 17:07:59 +00:00
parent cf2b348c9b
commit ce07064f17

View File

@ -156,16 +156,17 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
<segtitle>Installed directory</segtitle> <segtitle>Installed directory</segtitle>
<seglistitem> <seglistitem>
<seg>[, base64, basename, cat, chcon, chgrp, chmod, chown, chroot, cksum, <seg>[, base32, base64, basename, cat, chcon, chgrp, chmod, chown,
comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors,
env, expand, expr, factor, false, fmt, fold, groups, head, hostid, dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups,
id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir,
mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste, pathchk, pinky, pr, mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste,
printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, runcon, seq, pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm,
sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum,
sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum,
timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort,
unlink, users, vdir, wc, who, whoami, and yes</seg> tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
yes</seg>
<seg>libstdbuf.so</seg> <seg>libstdbuf.so</seg>
<seg>/usr/libexec/coreutils</seg> <seg>/usr/libexec/coreutils</seg>
</seglistitem> </seglistitem>
@ -176,11 +177,22 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?dbhtml list-presentation="table"?>
<varlistentry id="base32">
<term><command>base32</command></term>
<listitem>
<para>Encodes and decodes data according to the base32 specification
(RFC 4648)</para>
<indexterm zone="ch-system-coreutils base64">
<primary sortas="b-base64">base64</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="base64"> <varlistentry id="base64">
<term><command>base64</command></term> <term><command>base64</command></term>
<listitem> <listitem>
<para>Encodes and decodes data according to the base64 (RFC 3548) <para>Encodes and decodes data according to the base64 specification
specification</para> (RFC 4648)</para>
<indexterm zone="ch-system-coreutils base64"> <indexterm zone="ch-system-coreutils base64">
<primary sortas="b-base64">base64</primary> <primary sortas="b-base64">base64</primary>
</indexterm> </indexterm>