aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-11-21 11:10:56 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-11-21 11:10:56 +0000
commitfb55e1fe5ff98cf032ce5f756269d30f4f5fef49 (patch)
tree2e050bf5cc51dead2faa2f92d58691ef98a3d8d5 /chapter06
parent3eb875a3207a6b9122ef60c926b1d5b5d8309873 (diff)
Upgrade Coreutils-8.1. Fixes #2518.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index ddefa9051..4df782890 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -148,12 +148,12 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo,
env, expand, expr, factor, false, fmt, fold, groups, head, hostid,
id, install, join, link, ln, logname, ls, md5sum, 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,
- stdbuf, 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>
+ mktemp, mv, nice, nl, nohup, nproc, 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, stdbuf, 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>
@@ -659,6 +659,17 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="nproc">
+ <term><command>nproc</command></term>
+ <listitem>
+ <para>Prints the number of processing units available to a
+ process</para>
+ <indexterm zone="ch-system-coreutils nproc">
+ <primary sortas="b-nproc">nproc</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="od">
<term><command>od</command></term>
<listitem>