Ignore:
Timestamp:
Nov 18, 2012, 1:51:13 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7a7f255
Parents:
f74335ee
Message:

Updates to installed programs lists

File:
1 edited

Legend:

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

    rf74335ee r2b220db9  
    127127        echo, env, expand, expr, factor, false, fmt, fold, groups, head,
    128128        hostid, hostname, id, install, join, link, ln, logname, ls, md5sum,
    129         mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk,
    130         pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq,
    131         sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf,
    132         sleep, sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test,
    133         timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
    134         unlink, users, vdir, wc, who, whoami, and yes</seg>
     129        mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, od, paste,
     130        pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm,
     131        rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum,
     132        sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum,
     133        sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort,
     134        tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg>
    135135        <seg>libstdbuf.so</seg>
    136136        <seg>/usr/lib/coreutils</seg>
     
    650650      </varlistentry>
    651651
     652      <varlistentry id="nproc">
     653        <term><command>nproc</command></term>
     654        <listitem>
     655          <para>Prints the number of processing units available to the current
     656          process</para>
     657          <indexterm zone="ch-system-coreutils nproc">
     658            <primary sortas="b-nproc">nproc</primary>
     659          </indexterm>
     660        </listitem>
     661      </varlistentry>
     662
    652663      <varlistentry id="od">
    653664        <term><command>od</command></term>
     
    750761          <indexterm zone="ch-system-coreutils readlink">
    751762            <primary sortas="b-readlink">readlink</primary>
     763          </indexterm>
     764        </listitem>
     765      </varlistentry>
     766
     767      <varlistentry id="realpath">
     768        <term><command>realpath</command></term>
     769        <listitem>
     770          <para>Prints the resolved path</para>
     771          <indexterm zone="ch-system-coreutils realpath">
     772            <primary sortas="b-realpath">realpath</primary>
    752773          </indexterm>
    753774        </listitem>
Note: See TracChangeset for help on using the changeset viewer.