diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-21 22:46:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-21 22:46:33 +0000 |
commit | 918507eddaa70b3f75196802b8f905f97bd5f5b6 (patch) | |
tree | 83f5bff33a0bb5d9087fdb64ea4e8da3d5e138db /docs/busybox.sgml | |
parent | 851ce895bdf33b95ccbfc67061f8949e36fad196 (diff) | |
download | busybox-w32-918507eddaa70b3f75196802b8f905f97bd5f5b6.tar.gz busybox-w32-918507eddaa70b3f75196802b8f905f97bd5f5b6.tar.bz2 busybox-w32-918507eddaa70b3f75196802b8f905f97bd5f5b6.zip |
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
I added the docs, and made behavior identical to the GNU version.
-Erik
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index f53be8d6f..d590237bf 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -2488,6 +2488,29 @@ | |||
2488 | </para> | 2488 | </para> |
2489 | </sect1> | 2489 | </sect1> |
2490 | 2490 | ||
2491 | <sect1 id="rdate"> | ||
2492 | <title>rdate</title> | ||
2493 | |||
2494 | <para> | ||
2495 | Usage: rdate [OPTION] HOST | ||
2496 | </para> | ||
2497 | |||
2498 | <para> | ||
2499 | Get and possibly set the system date and time from a remote HOST. | ||
2500 | </para> | ||
2501 | |||
2502 | <para> | ||
2503 | Options: | ||
2504 | </para> | ||
2505 | |||
2506 | <para> | ||
2507 | <screen> | ||
2508 | -s Set the system date and time (default). | ||
2509 | -p Print the date and time. | ||
2510 | </screen> | ||
2511 | </para> | ||
2512 | </sect1> | ||
2513 | |||
2491 | <sect1 id="reboot"> | 2514 | <sect1 id="reboot"> |
2492 | <title>reboot</title> | 2515 | <title>reboot</title> |
2493 | 2516 | ||