Module Name:    src
Committed By:   jruoho
Date:           Thu May 20 05:43:54 UTC 2010

Modified Files:
        src/lib/libp2k: p2k.3

Log Message:
Use standard section headers.

Xref vfs(9), which could be slightly more elaborate.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libp2k/p2k.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/libp2k/p2k.3
diff -u src/lib/libp2k/p2k.3:1.7 src/lib/libp2k/p2k.3:1.8
--- src/lib/libp2k/p2k.3:1.7	Sat Nov 21 22:32:52 2009
+++ src/lib/libp2k/p2k.3	Thu May 20 05:43:54 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: p2k.3,v 1.7 2009/11/21 22:32:52 wiz Exp $
+.\"     $NetBSD: p2k.3,v 1.8 2010/05/20 05:43:54 jruoho Exp $
 .\"
 .\" Copyright (c) 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 November 21, 2009
+.Dd May 20, 2010
 .Dt P2K 3
 .Os
 .Sh NAME
@@ -63,8 +63,9 @@
 .Sh DESCRIPTION
 The
 .Nm
-library translates the puffs protocol to the kernel vfs protocol and
-back again.
+library translates the puffs protocol to the kernel
+.Xr vfs 9
+protocol and back again.
 It can therefore be used to mount and run kernel file system code as
 a userspace daemon.
 .Pp
@@ -83,7 +84,7 @@
 The "run_fs" variants of the interfaces are provided as a convenience
 for the common case.
 They execute all of init, setup and mainloop in one call.
-.Pp
+.Sh ENVIRONMENT
 The following environment variables affect the behaviour of
 .Nm .
 They are useful mostly for debugging purposes.
@@ -96,7 +97,7 @@
 .Xr rump_cd9660 8
 arguments are really parsed by
 .Xr mount_cd9660 8 .
-.Bl -tag -width "XP2K_NOCACHE_PAGE"
+.Bl -tag -width "XP2K_NOCACHE_PAGE" -offset 2n
 .It Dv P2K_DEBUG
 Do not detach from tty and print information about each puffs operation.
 .It Dv P2K_NODETACH

Reply via email to