Module Name:    src
Committed By:   christos
Date:           Fri Nov 18 21:04:22 UTC 2011

Modified Files:
        src/lib/libc/sys: mount.2

Log Message:
document MNT_RELATIME


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/mount.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/mount.2
diff -u src/lib/libc/sys/mount.2:1.48 src/lib/libc/sys/mount.2:1.49
--- src/lib/libc/sys/mount.2:1.48	Fri Jun 17 14:12:32 2011
+++ src/lib/libc/sys/mount.2	Fri Nov 18 16:04:21 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.2,v 1.48 2011/06/17 18:12:32 wiz Exp $
+.\"	$NetBSD: mount.2,v 1.49 2011/11/18 21:04:21 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)mount.2	8.3 (Berkeley) 5/24/95
 .\"
-.Dd June 17, 2011
+.Dd November 18, 2011
 .Dt MOUNT 2
 .Os
 .Sh NAME
@@ -98,6 +98,10 @@ Do not interpret special files on the fi
 Do not allow programs to dump core files on the file system.
 .It Dv MNT_NOATIME
 Never update access time in the file system.
+.It Dv MNT_RELATIME
+Update access time on write and change.
+This helps programs that verify that the file has been read after written
+to work.
 .It Dv MNT_NODEVMTIME
 Never update modification time of device files.
 .It Dv MNT_SYMPERM

Reply via email to