[Clfs-commits] commit: r4757 - /trunk/BOOK/final-system/common/coreutils.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Feb 22 00:00:41 PST 2009


Author: chris at beaker67.com
Date: Sun Feb 22 08:00:40 2009
New Revision: 4757

Log:
Two new programs with latest Coreutils version

Modified:
    trunk/BOOK/final-system/common/coreutils.xml

Modified: trunk/BOOK/final-system/common/coreutils.xml
==============================================================================
--- trunk/BOOK/final-system/common/coreutils.xml (original)
+++ trunk/BOOK/final-system/common/coreutils.xml Sun Feb 22 08:00:40 2009
@@ -107,9 +107,9 @@
         mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk,
         pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq,
         sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf,
-        sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test, touch,
-        tr, true, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc,
-        who, whoami, and yes</seg>
+        sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test,
+        timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
+        unlink, users, vdir, wc, who, whoami, and yes</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -956,6 +956,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="timeout">
+        <term><command>timeout</command></term>
+        <listitem>
+          <para>Runs a command with a time limit</para>
+          <indexterm zone="ch-system-coreutils timeout">
+            <primary sortas="b-timeout">timeout</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="touch">
         <term><command>touch</command></term>
         <listitem>
@@ -990,6 +1000,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="truncate">
+        <term><command>truncate</command></term>
+        <listitem>
+          <para>Shrinks or expands a file to the specified size</para>
+          <indexterm zone="ch-system-coreutils truncate">
+            <primary sortas="b-truncate">truncate</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="tsort">
         <term><command>tsort</command></term>
         <listitem>




More information about the Clfs-commits mailing list