Changeset b9b9e14


Ignore:
Timestamp:
Feb 22, 2009, 12:00:40 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
428f5ef
Parents:
82a37da
Message:

Two new programs with latest Coreutils version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r82a37da rb9b9e14  
    108108        pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq,
    109109        sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf,
    110         sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test, touch,
    111         tr, true, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc,
    112         who, whoami, and yes</seg>
     110        sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test,
     111        timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
     112        unlink, users, vdir, wc, who, whoami, and yes</seg>
    113113      </seglistitem>
    114114    </segmentedlist>
     
    957957      </varlistentry>
    958958
     959      <varlistentry id="timeout">
     960        <term><command>timeout</command></term>
     961        <listitem>
     962          <para>Runs a command with a time limit</para>
     963          <indexterm zone="ch-system-coreutils timeout">
     964            <primary sortas="b-timeout">timeout</primary>
     965          </indexterm>
     966        </listitem>
     967      </varlistentry>
     968
    959969      <varlistentry id="touch">
    960970        <term><command>touch</command></term>
     
    9911001      </varlistentry>
    9921002
     1003      <varlistentry id="truncate">
     1004        <term><command>truncate</command></term>
     1005        <listitem>
     1006          <para>Shrinks or expands a file to the specified size</para>
     1007          <indexterm zone="ch-system-coreutils truncate">
     1008            <primary sortas="b-truncate">truncate</primary>
     1009          </indexterm>
     1010        </listitem>
     1011      </varlistentry>
     1012
    9931013      <varlistentry id="tsort">
    9941014        <term><command>tsort</command></term>
Note: See TracChangeset for help on using the changeset viewer.