Module Name:    src
Committed By:   wiz
Date:           Mon Feb 16 10:48:34 UTC 2015

Modified Files:
        src/lib/libpuffs: puffs.3

Log Message:
Bump date for previous.
filesystem -> file system


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/lib/libpuffs/puffs.3

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

Modified files:

Index: src/lib/libpuffs/puffs.3
diff -u src/lib/libpuffs/puffs.3:1.60 src/lib/libpuffs/puffs.3:1.61
--- src/lib/libpuffs/puffs.3:1.60	Sun Feb 15 20:21:29 2015
+++ src/lib/libpuffs/puffs.3	Mon Feb 16 10:48:34 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: puffs.3,v 1.60 2015/02/15 20:21:29 manu Exp $
+.\"	$NetBSD: puffs.3,v 1.61 2015/02/16 10:48:34 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2007, 2008 Antti Kantee.  All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 16, 2012
+.Dd February 15, 2015
 .Dt PUFFS 3
 .Os
 .Sh NAME
@@ -261,10 +261,10 @@ and
 .It Dv PUFFS_KFLAG_CACHE_DOTDOT
 Never send lookups for
 .Dq ..
-to the filesystem.
+to the file system.
 Parent vnodes are all kept active until their children are reclaimed.
 .It Dv PUFFS_KFLAG_NOFLUSH_META
-Do not send metadata cache flushes for time and size to the filesystem,
+Do not send metadata cache flushes for time and size to the file system,
 which should take care of updating the values on its own.
 .It Dv PUFFS_FLAG_OPDUMP
 This option makes the framework dump a textual representation of

Reply via email to