diff options
author | Eric Andersen | 2000-07-21 21:32:12 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-21 21:32:12 +0000 |
commit | bf960f58e2fc56402cc5c3c090d90b706a4de5f2 (patch) | |
tree | ad4f94b99f7e82e9e4a1245c271ef4962b16e764 /docs/busybox.pod | |
parent | 7df345e1494e61ad94dd03f9a48f8e5b52a21d2b (diff) | |
download | busybox-bf960f58e2fc56402cc5c3c090d90b706a4de5f2.zip busybox-bf960f58e2fc56402cc5c3c090d90b706a4de5f2.tar.gz |
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
-Erik
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r-- | docs/busybox.pod | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 4264f57..d429853 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -61,7 +61,7 @@ fdflush, find, free, freeramdisk, fsck.minix, grep, gunzip, gzip, halt, head, hostid, hostname, id, init, insmod, kill, killall, length, ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, -nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed, +nslookup, ping, poweroff, printf, ps, pwd, reboot, renice, rm, rmdir, rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ @@ -1386,6 +1386,16 @@ Instructs the kernel to reboot the system. ------------------------------- +=item renice + +Usage: renice priority pid [pid ...] + +Changes priority of running processes. Allowed priorities range +from 20 (the process runs only when nothing else is running) to 0 +(default priority) to -20 (almost nothing else ever gets to run). + +------------------------------- + =item rm Usage: rm [OPTION]... FILE... @@ -2034,4 +2044,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.58 2000/07/21 15:10:57 proski Exp $ +# $Id: busybox.pod,v 1.59 2000/07/21 21:32:12 andersen Exp $ |