]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
asciidoc: fix typo in hwclock.8
authorEnze Li <lienze@kylinos.cn>
Wed, 31 Aug 2022 08:47:43 +0000 (16:47 +0800)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Sep 2022 09:30:03 +0000 (11:30 +0200)
The typo here is inferred from the context of the "--delay" option in
the document.

    in same cases -> in some cases
        ^                ^
Signed-off-by: Enze Li <lienze@kylinos.cn>
sys-utils/hwclock.8.adoc

index 0d32b0a6421637d34e07e6771d37cba83bca642f..3e181edd23df581b21913e66250ed4e976267c5a 100644 (file)
@@ -120,7 +120,7 @@ The argument must be in local time, even if you keep your Hardware Clock in UTC.
 **--delay=**__seconds__::
 This option can be used to overwrite the internally used delay when setting the clock time. The default is 0.5 (500ms) for rtc_cmos, for another RTC types the delay is 0. If RTC type is impossible to determine (from sysfs) then it defaults also to 0.5 to be backwardly compatible.
 +
-The 500ms default is based on commonly used MC146818A-compatible (x86) hardware clock. This Hardware Clock can only be set to any integer time plus one half second. The integer time is required because there is no interface to set or get a fractional second. The additional half second delay is because the Hardware Clock updates to the following second precisely 500 ms after setting the new time. Unfortunately, this behavior is hardware specific and in same cases another delay is required.
+The 500ms default is based on commonly used MC146818A-compatible (x86) hardware clock. This Hardware Clock can only be set to any integer time plus one half second. The integer time is required because there is no interface to set or get a fractional second. The additional half second delay is because the Hardware Clock updates to the following second precisely 500 ms after setting the new time. Unfortunately, this behavior is hardware specific and in some cases another delay is required.
 
 *-D*, *--debug*::
 Use *--verbose*. The *--debug* option has been deprecated and may be repurposed or removed in a future release.