Minor tweaks: a couple of commas, "your time zone".

This commit is contained in:
David Bryant 2022-12-31 10:23:56 -06:00
parent 06df566407
commit dfb8516c83

View File

@ -249,7 +249,7 @@ EOF</userinput></screen>
any words in this file other than comments are considered subsystem names
to trigger at retry time. To find the subsystem of a device, use
<command>udevadm info --attribute-walk &lt;device&gt;</command> where
&lt;device&gt; is an absolute path in /dev or /sys such as /dev/sr0 or
&lt;device&gt; is an absolute path in /dev or /sys, such as /dev/sr0, or
/sys/class/rtc.</para>
<para>For information on kernel module loading and udev, see
@ -283,7 +283,7 @@ EOF</userinput></screen>
clock. If this time matches whatever your watch says, then the hardware clock is
set to local time. If the output from <command>hwclock</command> is not local
time, chances are it is set to UTC time. Verify this by adding or subtracting
the proper number of hours for the time zone to the time shown by
the proper number of hours for your time zone to the time shown by
<command>hwclock</command>. For example, if you are currently in the MST
time zone, which is also known as GMT -0700, add seven hours to the local
time.</para>