From: Christian Goeschel Ndjomouo Date: Mon, 20 Apr 2026 02:09:29 +0000 (-0400) Subject: man: (mount) fix minor term inconsistency X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4e2ea8fb05e9c36e3dd13990bf9fc77cd94ef4c9;p=thirdparty%2Futil-linux.git man: (mount) fix minor term inconsistency Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 08f49f763..84a0bab57 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -1045,7 +1045,7 @@ To maintain backward compatibility, *-o nfs* is also accepted, defaulting to *st This option disables the conversion of timestamps between local time (as used by Windows on FAT) and UTC (which Linux uses internally). This is particularly useful when mounting devices (like digital cameras) that are set to UTC in order to avoid the pitfalls of local time. **time_offset=**__minutes__:: -Set offset for conversion of timestamps from local time used by FAT to UTC. I.e., _minutes_ will be subtracted from each timestamp to convert it to UTC used internally by Linux. This is useful when the time zone set in the kernel via *settimeofday*(2) is not the time zone used by the filesystem. Note that this option still does not provide correct time stamps in all cases in presence of DST - time stamps in a different DST setting will be off by one hour. +Set offset for conversion of timestamps from local time used by FAT to UTC. I.e., _minutes_ will be subtracted from each timestamp to convert it to UTC used internally by Linux. This is useful when the timezone set in the kernel via *settimeofday*(2) is not the timezone used by the filesystem. Note that this option still does not provide correct timestamps in all cases in presence of DST - timestamps in a different DST setting will be off by one hour. *quiet*:: Turn on the _quiet_ flag. Attempts to chown or chmod files do not return errors, although they fail. Use with caution!