aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-25 23:40:32 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-25 23:40:32 +0000
commitffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch)
treeca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /docs/busybox.pod
parent8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff)
downloadbusybox-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.tar.gz
Add in spoon's watchdog timer app.
-Erik
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod18
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index e3da284f1..4c0810234 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -62,10 +62,10 @@ 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, rdate, reboot, renice, reset, rm,
-rmdir, rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd,
-tail, tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq,
-unix2dos, unrpm, update, uptime, usleep, uudecode, uuencode, wc, which, whoami,
-xargs, yes, zcat, [
+rmdir, rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync,
+syslogd, tail, tar, tee, telnet, test, touch, tr, true, tty, umount, uname,
+uniq, unix2dos, unrpm, update, uptime, usleep, uudecode, uuencode, watchdog,
+wc, which, whoami, xargs, yes, zcat, [
-------------------------------
@@ -2095,6 +2095,14 @@ Example:
-------------------------------
+=item watchdog
+
+Usage: watchdog device
+
+Periodically writes to watchdog device B<device>.
+
+-------------------------------
+
=item wc
Usage: wc [OPTION]... [FILE]...
@@ -2322,4 +2330,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.88 2001/01/25 05:12:02 andersen Exp $
+# $Id: busybox.pod,v 1.89 2001/01/25 23:40:32 andersen Exp $