Module Name:    src
Committed By:   wiz
Date:           Sun Apr  8 16:09:55 UTC 2012

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

Log Message:
Split file system.
Comma fixes.
Remove dangling "and".
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 src/lib/libpuffs/puffs.3:1.51
--- src/lib/libpuffs/puffs.3:1.50	Sun Apr  8 15:07:45 2012
+++ src/lib/libpuffs/puffs.3	Sun Apr  8 16:09:55 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: puffs.3,v 1.50 2012/04/08 15:07:45 manu Exp $
+.\"	$NetBSD: puffs.3,v 1.51 2012/04/08 16:09:55 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 January 8, 2010
+.Dd April 8, 2012
 .Dt PUFFS 3
 .Os
 .Sh NAME
@@ -236,16 +236,15 @@ the one searched for.
 Especially if the file system uses the abovementioned function, it
 is a good idea to define this flag.
 .It Dv PUFFS_KFLAG_CACHE_FS_TTL
-Enforce name and attribute caches based on filesystem-supplied TTL.
-In lookup, create, mknod, mkdir, symlink, getattr and setattr,
-the filesystem must update the attributes and their TTL through
-.Fn puffs_pn_getvap ,
-and 
+Enforce name and attribute caches based on file system-supplied TTL.
+In lookup, create, mknod, mkdir, symlink, getattr, and setattr,
+the file system must update the attributes and their TTL through
+.Fn puffs_pn_getvap
+and
 .Fn puffs_pn_getvattl .
 .Pp
 In lookup, create, mknod, mkdir, and symlink,
-the name TTL must be updated though
-and
+the name TTL must be updated through
 .Fn puffs_pn_getcnttl .
 .It Dv PUFFS_FLAG_OPDUMP
 This option makes the framework dump a textual representation of

Reply via email to