diff options
author | Karel Zak | 2006-12-07 00:25:56 +0100 |
---|---|---|
committer | Karel Zak | 2006-12-07 00:25:56 +0100 |
commit | a2c5f3cadcfd2ceab9d37fc847fa0d800a95633a (patch) | |
tree | 73914899ef8a52b80381848144369ad3bde27b2d /hwclock | |
parent | Imported from util-linux-2.11q tarball. (diff) | |
download | kernel-qcow2-util-linux-a2c5f3cadcfd2ceab9d37fc847fa0d800a95633a.tar.gz kernel-qcow2-util-linux-a2c5f3cadcfd2ceab9d37fc847fa0d800a95633a.tar.xz kernel-qcow2-util-linux-a2c5f3cadcfd2ceab9d37fc847fa0d800a95633a.zip |
Imported from util-linux-2.11r tarball.
Diffstat (limited to 'hwclock')
-rw-r--r-- | hwclock/hwclock.8 | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/hwclock/hwclock.8 b/hwclock/hwclock.8 index d8cf5b03e..d62f5035e 100644 --- a/hwclock/hwclock.8 +++ b/hwclock/hwclock.8 @@ -68,7 +68,7 @@ Set the System Time from the Hardware Clock. Also set the kernel's timezone value to the local timezone as indicated by the TZ environment variable and/or -.IR /usr/lib/zoneinfo , +.IR /usr/share/zoneinfo , as .BR tzset (3) would interpret them. @@ -107,16 +107,16 @@ option for details. Print the version of .B hwclock on Standard Output. -.br -You need the following option if you specify -.B \-\-set -option. Otherwise, it is ignored. .TP .B \-\-date=date_string -Specifies the time to which to set the Hardware Clock. The value of this -option is an argument to the +You need this option if you specify the +.B \-\-set +option. Otherwise, it is ignored. +This specifies the time to which to set the Hardware Clock. +The value of this option is an argument to the .BR date (1) -program. For example, +program. +For example, .sp .I hwclock --set --date="9/22/96 16:45:05" .sp @@ -573,7 +573,9 @@ ISA" method of accessing the Hardware Clock. .SH FILES .I /etc/adjtime -.I /usr/lib/zoneinfo/ +.I /usr/share/zoneinfo/ +.RI ( /usr/lib/zoneinfo +on old systems) .I /dev/rtc .I /dev/port .I /dev/tty1 |