Module Name:    src
Committed By:   wiz
Date:           Fri Aug 10 21:00:45 UTC 2012

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

Log Message:
Use more markup. New sentence, new line. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/lib/libpuffs/puffs.3:1.55
--- src/lib/libpuffs/puffs.3:1.54	Fri Aug 10 16:49:36 2012
+++ src/lib/libpuffs/puffs.3	Fri Aug 10 21:00:45 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: puffs.3,v 1.54 2012/08/10 16:49:36 manu Exp $
+.\"	$NetBSD: puffs.3,v 1.55 2012/08/10 21:00:45 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 April 18, 2012
+.Dd August 10, 2012
 .Dt PUFFS 3
 .Os
 .Sh NAME
@@ -253,8 +253,10 @@ will be called instead of
 and
 .Fn puffs_node_setattr .
 .It Dv PUFFS_KFLAG_CACHE_DOTDOT
-Never send lookups for .. to the filesystem. Parent vnodes are all
-kept active until their children are reclaimed.
+Never send lookups for
+.Dq ..
+to the filesystem.
+Parent vnodes are all kept active until their children are reclaimed.
 .It Dv PUFFS_FLAG_OPDUMP
 This option makes the framework dump a textual representation of
 each operation before executing it.

Reply via email to