Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpvfs Add some consistency dots though they make no...



details:   https://anonhg.NetBSD.org/src/rev/6f3355089a8e
branches:  trunk
changeset: 759177:6f3355089a8e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Nov 30 22:00:01 2010 +0000

description:
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.

diffstat:

 lib/librumpvfs/rump_etfs.3 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 30fb284cdbe4 -r 6f3355089a8e lib/librumpvfs/rump_etfs.3
--- a/lib/librumpvfs/rump_etfs.3        Tue Nov 30 21:22:38 2010 +0000
+++ b/lib/librumpvfs/rump_etfs.3        Tue Nov 30 22:00:01 2010 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index