Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpuffs Split file system.



details:   https://anonhg.NetBSD.org/src/rev/3bfbc8583c4f
branches:  trunk
changeset: 778692:3bfbc8583c4f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 08 16:09:55 2012 +0000

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

diffstat:

 lib/libpuffs/puffs.3 |  17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r c970e0ca340c -r 3bfbc8583c4f lib/libpuffs/puffs.3
--- a/lib/libpuffs/puffs.3      Sun Apr 08 16:06:23 2012 +0000
+++ b/lib/libpuffs/puffs.3      Sun Apr 08 16:09:55 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index