summaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-21 22:46:33 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-21 22:46:33 +0000
commit918507eddaa70b3f75196802b8f905f97bd5f5b6 (patch)
tree83f5bff33a0bb5d9087fdb64ea4e8da3d5e138db /docs/busybox.pod
parent851ce895bdf33b95ccbfc67061f8949e36fad196 (diff)
downloadbusybox-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.pod')
-rw-r--r--docs/busybox.pod17
1 files changed, 15 insertions, 2 deletions
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,
61head, hostid, hostname, id, init, insmod, kill, killall, length, ln, 61head, hostid, hostname, id, init, insmod, kill, killall, length, ln,
62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, 62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, 63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
64nslookup, ping, poweroff, printf, ps, pwd, reboot, renice, reset, rm, rmdir, rmmod, sed, 64nslookup, ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm, rmdir, rmmod, sed,
65setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, 65setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, 66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update,
67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ 67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [
@@ -1422,6 +1422,19 @@ Example:
1422 1422
1423------------------------------- 1423-------------------------------
1424 1424
1425=item rdate
1426
1427Usage: rdate [OPTION] HOST
1428
1429Get and possibly set the system date and time from a remote HOST.
1430
1431Options:
1432
1433 -s Set the system date and time (default).
1434 -p Print the date and time.
1435
1436-------------------------------
1437
1425=item reboot 1438=item reboot
1426 1439
1427Instructs the kernel to reboot the system. 1440Instructs the kernel to reboot the system.
@@ -2094,4 +2107,4 @@ Enrique Zanardi <ezanardi@ull.es>
2094 2107
2095=cut 2108=cut
2096 2109
2097# $Id: busybox.pod,v 1.62 2000/08/21 22:02:34 andersen Exp $ 2110# $Id: busybox.pod,v 1.63 2000/08/21 22:46:33 andersen Exp $