]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: (manpage) add --param-index description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 6 Jan 2026 02:00:57 +0000 (21:00 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2026 09:42:22 +0000 (10:42 +0100)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/hwclock.8.adoc

index 145bd27af3e15ec94c8240e1361a116315af137e..8507171776bcea1ebbdf33ffa8655604b8c5ce1a 100644 (file)
@@ -54,6 +54,9 @@ This epoch value is used whenever *hwclock* reads or sets the Hardware Clock on
 Read and set the RTC's parameter. This is useful, for example, to retrieve the RTC's feature or set the RTC's Backup Switchover Mode.
 +
 _parameter_ is either a numeric RTC parameter value (see the Kernel's _include/uapi/linux/rtc.h_) or an alias. See *--help* for a list of valid aliases. _parameter_ and _value_, if prefixed with 0x, are interpreted as hexadecimal, otherwise decimal values.
+**--param-index** __number__::
+
+Select an instance of the same RTC parameter with it's index __number__. The default value for __number__ is 0.
 
 *--predict*::
 Predict what the Hardware Clock will read in the future based upon the time given by the *--date* option and the information in _{ADJTIME_PATH}_. This is useful, for example, to account for drift when setting a Hardware Clock wakeup (aka alarm). See *rtcwake*(8).