Changeset d4a090e9


Ignore:
Timestamp:
02/13/2016 08:41:08 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
52b602c
Parents:
de7a8b3
Message:

Add description for base32 in coreutils, and minor cleanup - wrap text at 80 chars.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rde7a8b3 rd4a090e9  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[dj] - Add description for base32 in coreutils.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[dj] - Updated to systemd-229.</para>
    4447        </listitem>
  • chapter06/coreutils.xml

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