Changeset d4a090e9
- Timestamp:
- 02/13/2016 08:41:08 AM (7 years ago)
- Branches:
- 7.9-systemd, 7.9-systemd-rc1, 7.9-systemd-rc2, systemd
- Children:
- 52b602c
- Parents:
- de7a8b3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rde7a8b3 rd4a090e9 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[dj] - Add description for base32 in coreutils.</para> 44 </listitem> 45 <listitem> 43 46 <para>[dj] - Updated to systemd-229.</para> 44 47 </listitem> -
chapter06/coreutils.xml
rde7a8b3 rd4a090e9 155 155 156 156 <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> 167 168 <seg>libstdbuf.so</seg> 168 169 <seg>/usr/libexec/coreutils</seg> … … 175 176 <?dbhtml list-presentation="table"?> 176 177 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 177 189 <varlistentry id="base64"> 178 190 <term><command>base64</command></term> 179 191 <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> 182 194 <indexterm zone="ch-system-coreutils base64"> 183 195 <primary sortas="b-base64">base64</primary>
Note:
See TracChangeset
for help on using the changeset viewer.