Ignore:
Timestamp:
05/10/2009 06:36:23 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
9f405998
Parents:
c5b9277
Message:

Update various packages' list of installed programs and libraries. Many thanks to Chris Staub for the patch. Fixes #2371.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rc5b9277 r90aae6b  
    145145
    146146      <seglistitem>
    147         <seg>base64, basename, cat, chgrp, chcon, chmod, chown, chroot, cksum,
     147        <seg>base64, basename, cat, chcon, chgrp, chmod, chown, chroot, cksum,
    148148        comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo,
    149149        env, expand, expr, factor, false, fmt, fold, groups, head, hostid,
     
    152152        printf, ptx, pwd, readlink, rm, rmdir, runcon, seq, sha1sum, sha224sum,
    153153        sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat,
    154         stty, sum, sync, tac, tail, tee, test, touch, tr, true, truncate, tsort,
    155         tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
    156         yes</seg>
     154        stty, sum, sync, tac, tail, tee, test, timeout, touch, tr, true,
     155        truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc,
     156        who, whoami, and yes</seg>
    157157      </seglistitem>
    158158    </segmentedlist>
     
    197197        <term><command>chcon</command></term>
    198198        <listitem>
    199           <para>Changes the security context of a file</para>
     199          <para>Changes security context for files and directories</para>
    200200          <indexterm zone="ch-system-coreutils chcon">
    201201            <primary sortas="b-chcon">chcon</primary>
     
    787787        <term><command>runcon</command></term>
    788788        <listitem>
    789           <para>Runs a command with a specified security context</para>
     789          <para>Runs a command with specified security context</para>
    790790          <indexterm zone="ch-system-coreutils runcon">
    791791            <primary sortas="b-runcon">runcon</primary>
     
    987987          <indexterm zone="ch-system-coreutils test">
    988988            <primary sortas="b-test">test</primary>
     989          </indexterm>
     990        </listitem>
     991      </varlistentry>
     992
     993      <varlistentry id="timeout">
     994        <term><command>timeout</command></term>
     995        <listitem>
     996          <para>Runs a command with a time limit</para>
     997          <indexterm zone="ch-system-coreutils timeout">
     998            <primary sortas="b-timeout">timeout</primary>
    989999          </indexterm>
    9901000        </listitem>
     
    10281038        <term><command>truncate</command></term>
    10291039        <listitem>
    1030           <para>Shrinks or extends the size of a file to the specified
    1031           size</para>
     1040          <para>Shrinks or expands a file to the specified size</para>
    10321041          <indexterm zone="ch-system-coreutils truncate">
    10331042            <primary sortas="b-truncate">truncate</primary>
Note: See TracChangeset for help on using the changeset viewer.