git: 1bc20e8af16c - stable/14 - mount: document atime option

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 22 Mar 2024 13:32:23 UTC
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=1bc20e8af16c104b80903d6750e1ec5cfddae310

commit 1bc20e8af16c104b80903d6750e1ec5cfddae310
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-01-24 16:26:23 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-03-22 13:30:30 +0000

    mount: document atime option
    
    atime is enabled by default, but may be specified explicitly so that any
    future change in the default would not have an effect on a given mount.
    
    Reviewed by:    olce, rgrimes
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D43580
    
    (cherry picked from commit 54d31cfb278982ff8c2af97a13e40b1a3ebd838e)
---
 sbin/mount/mount.8 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 91e697bdc3b8..680f28766af8 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -25,9 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
-.\"
-.Dd October 4, 2023
+.Dd January 24, 2024
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -157,6 +155,9 @@ For this reason, the
 .Cm async
 flag should be used sparingly, and only when some data recovery
 mechanism is present.
+.It Cm atime
+Update the file access time when reading from a file.
+This is the default.
 .It Cm automounted
 This flag indicates that the file system was mounted by
 .Xr automountd 8 .