summaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-21 21:18:52 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-21 21:18:52 +0000
commitfa405d0cb284011a4f0e47937a0aa34e6ccfff0d (patch)
tree31a61d59056c80e61b153a69799aa5d007195af4 /docs/busybox.pod
parent202995c61226d4ac4d67956007dd5b4ea3cebe23 (diff)
downloadbusybox-w32-fa405d0cb284011a4f0e47937a0aa34e6ccfff0d.tar.gz
busybox-w32-fa405d0cb284011a4f0e47937a0aa34e6ccfff0d.tar.bz2
busybox-w32-fa405d0cb284011a4f0e47937a0aa34e6ccfff0d.zip
Add in the "reset" command.
-Erik
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index cdbe3e0f0..916ccb6f0 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -61,7 +61,7 @@ fdflush, find, free, freeramdisk, fsck.minix, grep, gunzip, gzip, halt,
61head, hostid, hostname, id, init, insmod, kill, killall, length, ln, 61head, hostid, hostname, id, init, insmod, kill, killall, length, ln,
62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, 62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, 63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
64nslookup, ping, poweroff, printf, ps, pwd, reboot, renice, rm, rmdir, rmmod, sed, 64nslookup, ping, poweroff, printf, ps, pwd, reboot, renice, reset, rm, rmdir, rmmod, sed,
65setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, 65setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, 66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update,
67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ 67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [
@@ -1396,6 +1396,14 @@ from 20 (the process runs only when nothing else is running) to 0
1396 1396
1397------------------------------- 1397-------------------------------
1398 1398
1399=item reset
1400
1401Usage: reset
1402
1403Resets the screen.
1404
1405-------------------------------
1406
1399=item rm 1407=item rm
1400 1408
1401Usage: rm [OPTION]... FILE... 1409Usage: rm [OPTION]... FILE...
@@ -2044,4 +2052,4 @@ Enrique Zanardi <ezanardi@ull.es>
2044 2052
2045=cut 2053=cut
2046 2054
2047# $Id: busybox.pod,v 1.60 2000/08/02 18:48:25 andersen Exp $ 2055# $Id: busybox.pod,v 1.61 2000/08/21 21:18:52 andersen Exp $