diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-25 23:40:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-25 23:40:32 +0000 |
commit | ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch) | |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /docs/busybox.sgml | |
parent | 8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff) |
Add in spoon's watchdog timer app.
-Erik
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 58d7df859..017d0d1f5 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -3660,6 +3660,18 @@ </para> </sect1> + <sect1 id="watchdog"> + <title>watchdog</title> + + <para> + Usage: watchdog device + </para> + + <para> + Periodically writes to watchdog device B<device>. + </para> + </sect1> + <sect1 id="wc"> <title>wc</title> |