Source-Changes-HG archive

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

[src/trunk]: src/lib/libp2k Use standard section headers.



details:   https://anonhg.NetBSD.org/src/rev/499194acdcde
branches:  trunk
changeset: 755023:499194acdcde
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu May 20 05:43:54 2010 +0000

description:
Use standard section headers.

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

diffstat:

 lib/libp2k/p2k.3 |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 1a18a26369f3 -r 499194acdcde lib/libp2k/p2k.3
--- a/lib/libp2k/p2k.3  Thu May 20 05:37:58 2010 +0000
+++ b/lib/libp2k/p2k.3  Thu May 20 05:43:54 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index