diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-01-24 16:26:23 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-01-24 19:55:54 +0000 |
| commit | 54d31cfb278982ff8c2af97a13e40b1a3ebd838e (patch) | |
| tree | 17d1f24e072226ff014a4bf8cb6ce77e77ad078a | |
| parent | 5738d741fb796c1f0a6b5c2157af7de58104ac97 (diff) | |
| -rw-r--r-- | sbin/mount/mount.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 883e0bb5caf0..e8e604ba4088 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -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 . |
