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
This commit is contained in:
Ed Maste 2024-01-24 11:26:23 -05:00
parent 5738d741fb
commit 54d31cfb27

View file

@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd January 15, 2024
.Dd January 24, 2024
.Dt MOUNT 8
.Os
.Sh NAME
@ -155,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 .