diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:51 +0000 |
commit | b324f452799a9aba5a1e9acc6833010c8635828e (patch) | |
tree | ccfd0a81e7daab4a2cd681a8161d3ae3748833dc /debian/hwclock.5 | |
parent | Adding upstream version 2.33.1. (diff) | |
download | util-linux-b324f452799a9aba5a1e9acc6833010c8635828e.tar.xz util-linux-b324f452799a9aba5a1e9acc6833010c8635828e.zip |
Adding debian version 2.33.1-0.1.debian/2.33.1-0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/hwclock.5')
-rw-r--r-- | debian/hwclock.5 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/hwclock.5 b/debian/hwclock.5 new file mode 100644 index 0000000..fb6355f --- /dev/null +++ b/debian/hwclock.5 @@ -0,0 +1,40 @@ +.TH HWCLOCK 5 "Feb 2012" "" "Debian Administrator's Manual" +.SH NAME +hwclock \- variables that affect the behaviour of the hwclock boot script +.SH DESCRIPTION +The +.I /etc/default/rcS +file contains variable settings in POSIX format: +.IP "" .5i +VAR=VAL +.PP +Only one assignment is allowed per line. +Comments (starting with '#') are also allowed. + +.SH OPTIONS +The following variables can be set. + +.IP \fBBADYEAR\fP +This is used to specify that the hardware clock is incapable of storing +years outside the range of 1994-1999. Set to \fByes\fP if the hardware is +broken or \fBno\fP if working correctly. + +.IP \fBHWCLOCKACCESS\fP +If the hardware clock is not accessible, set to \fBno\fP, in which +case hwclock will not be run. Otherwise, set to \fByes\fP. + +.IP \fBHWCLOCKPARS\fP +Additional options for hwclock. Unset by default. For example, this +may be use to specify the machine hardware clock type for Alphas. + +.IP \fBHCTOSYS_DEVICE\fP +The hardware clock device you want to use. Defaults to \fBrtc0\fP. +It should probably match the CONFIG_RTC_HCTOSYS_DEVICE kernel config +option. + +.SH AUTHOR +Roger Leigh <rleigh@debian.org> + +.SH SEE ALSO +.BR hwclock (8), +.BR rcS (5). |