Module Name:    src
Committed By:   wiz
Date:           Tue Nov 30 22:00:01 UTC 2010

Modified Files:
        src/lib/librumpvfs: rump_etfs.3

Log Message:
Add some consistency dots though they make not much typographic sense; however,
just as much as in the other places in the enumeration.
Use Pa for a path.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librumpvfs/rump_etfs.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/librumpvfs/rump_etfs.3
diff -u src/lib/librumpvfs/rump_etfs.3:1.3 src/lib/librumpvfs/rump_etfs.3:1.4
--- src/lib/librumpvfs/rump_etfs.3:1.3	Tue Nov 30 19:50:25 2010
+++ src/lib/librumpvfs/rump_etfs.3	Tue Nov 30 22:00:01 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rump_etfs.3,v 1.3 2010/11/30 19:50:25 pooka Exp $
+.\"     $NetBSD: rump_etfs.3,v 1.4 2010/11/30 22:00:01 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Antti Kantee.  All rights reserved.
 .\"
@@ -77,12 +77,12 @@
 Possible values are:
 .Bl -tag -width RUMP_ETFS_DIR_SUBDIRSXXX
 .It Dv RUMP_ETFS_REG
-regular file
+regular file.
 .It Dv RUMP_ETFS_BLK
 block device.
 This is often used when mapping file system images.
 .It Dv RUMP_ETFS_CHR
-character device
+character device.
 .It Dv RUMP_ETFS_DIR
 directory.
 This option is valid only when
@@ -122,8 +122,9 @@
 is not in use.
 .El
 .Sh EXAMPLES
-Map a host image file to a mountable /dev/harddisk path using
-window offsets from the disklabel.
+Map a host image file to a mountable
+.Pa /dev/harddisk
+path using window offsets from the disklabel.
 .Bd -literal -offset indent
 rump_pub_etfs_register_withsize("/dev/harddisk", "disk.img",
     RUMP_ETFS_BLK,

Reply via email to