diff options
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 @@ </para> </sect1> + <sect1 id="rdate"> + <title>rdate</title> + + <para> + Usage: rdate [OPTION] HOST + </para> + + <para> + Get and possibly set the system date and time from a remote HOST. + </para> + + <para> + Options: + </para> + + <para> + <screen> + -s Set the system date and time (default). + -p Print the date and time. + </screen> + </para> + </sect1> + <sect1 id="reboot"> <title>reboot</title> |