diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-01-22 07:31:00 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-01-23 23:06:59 +0000 |
commit | 3e8586bc541e692d558662178aca1b9fb235ffb4 (patch) | |
tree | 1a07fdabe50c73037e55cb06a05aeef6626e5369 | |
parent | 014fead953b630560f308fe577cf5488f4c95bc0 (diff) | |
download | coreutils-3e8586bc541e692d558662178aca1b9fb235ffb4.tar.xz |
doc: add nproc to the texinfo overview menu
* doc/coreutils.texi: Add nproc to the System context
command list in the overview menu.
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 444dbc7fb..184b55a8c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -197,7 +197,7 @@ Free Documentation License''. * File name manipulation:: dirname basename pathchk mktemp * Working context:: pwd stty printenv tty * User information:: id logname whoami groups users who -* System context:: date arch uname hostname hostid uptime +* System context:: date arch nproc uname hostname hostid uptime * SELinux context:: chcon runcon * Modified command invocation:: chroot env nice nohup stdbuf su timeout * Process control:: kill |