From 918507eddaa70b3f75196802b8f905f97bd5f5b6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Aug 2000 22:46:33 +0000 Subject: Added the 'rdate' command, thanks to Sterling Huxley . I added the docs, and made behavior identical to the GNU version. -Erik --- docs/busybox.pod | 17 +++++++++++++++-- docs/busybox.sgml | 23 +++++++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/busybox.pod b/docs/busybox.pod index 4fba7eafa..a2d4e02bd 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -61,7 +61,7 @@ fdflush, find, free, freeramdisk, fsck.minix, getopt, grep, 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, reboot, renice, reset, rm, rmdir, rmmod, sed, +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, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ @@ -1422,6 +1422,19 @@ Example: ------------------------------- +=item rdate + +Usage: rdate [OPTION] HOST + +Get and possibly set the system date and time from a remote HOST. + +Options: + + -s Set the system date and time (default). + -p Print the date and time. + +------------------------------- + =item reboot Instructs the kernel to reboot the system. @@ -2094,4 +2107,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.62 2000/08/21 22:02:34 andersen Exp $ +# $Id: busybox.pod,v 1.63 2000/08/21 22:46:33 andersen Exp $ 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 @@ + + rdate + + + Usage: rdate [OPTION] HOST + + + + Get and possibly set the system date and time from a remote HOST. + + + + Options: + + + + + -s Set the system date and time (default). + -p Print the date and time. + + + + reboot -- cgit v1.2.3