Changeset ce07064f


Ignore:
Timestamp:
02/13/2016 05:07:59 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
471ca8f, 6bf9d727
Parents:
cf2b348
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rcf2b348 rce07064f  
    157157
    158158      <seglistitem>
    159         <seg>[, base64, basename, cat, chcon, chgrp, chmod, chown, chroot, cksum,
    160         comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo,
    161         env, expand, expr, factor, false, fmt, fold, groups, head, hostid,
    162         id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
    163         mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste, pathchk, pinky, pr,
    164         printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, runcon, seq,
    165         sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep,
    166         sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test,
    167         timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
    168         unlink, users, vdir, wc, who, whoami, and yes</seg>
     159        <seg>[, base32, base64, basename, cat, chcon, chgrp, chmod, chown,
     160        chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors,
     161        dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups,
     162        head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir,
     163        mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste,
     164        pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm,
     165        rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum,
     166        sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum,
     167        sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort,
     168        tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
     169        yes</seg>
    169170        <seg>libstdbuf.so</seg>
    170171        <seg>/usr/libexec/coreutils</seg>
     
    177178      <?dbhtml list-presentation="table"?>
    178179
     180      <varlistentry id="base32">
     181        <term><command>base32</command></term>
     182        <listitem>
     183          <para>Encodes and decodes data according to the base32 specification
     184          (RFC 4648)</para>
     185          <indexterm zone="ch-system-coreutils base64">
     186            <primary sortas="b-base64">base64</primary>
     187          </indexterm>
     188        </listitem>
     189      </varlistentry>
     190
    179191      <varlistentry id="base64">
    180192        <term><command>base64</command></term>
    181193        <listitem>
    182           <para>Encodes and decodes data according to the base64 (RFC 3548)
    183             specification</para>
     194          <para>Encodes and decodes data according to the base64 specification
     195          (RFC 4648)</para>
    184196          <indexterm zone="ch-system-coreutils base64">
    185197            <primary sortas="b-base64">base64</primary>
Note: See TracChangeset for help on using the changeset viewer.