Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Convert manual list to Bl; fix typo; remove d...



details:   https://anonhg.NetBSD.org/src/rev/119cebdc9506
branches:  trunk
changeset: 758840:119cebdc9506
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 17 18:02:20 2010 +0000

description:
Convert manual list to Bl; fix typo; remove dot at end of SEE ALSO.

diffstat:

 share/man/man4/shmif.4 |  17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r f268850b0914 -r 119cebdc9506 share/man/man4/shmif.4
--- a/share/man/man4/shmif.4    Wed Nov 17 17:59:25 2010 +0000
+++ b/share/man/man4/shmif.4    Wed Nov 17 18:02:20 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: shmif.4,v 1.2 2010/11/17 17:55:00 pooka Exp $
+.\"    $NetBSD: shmif.4,v 1.3 2010/11/17 18:02:20 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Antti Kantee
 .\" All rights reserved.
@@ -42,9 +42,14 @@
 All interfaces connected to the same bus see each others' traffic.
 .Pp
 Using a memory mapped regular file as a bus has two implications:
-1) the bus identifier is not in flat global namespace 2) configuring
-and using the interface is possible without superuser privileges
-on the host (normal host file access permissions for the bus hold).
+.Bl -enum
+.It
+The bus identifier is not in flat global namespace.
+.It
+Configuring and using the interface is possible without superuser
+privileges on the host (normal host file access permissions for
+the bus hold).
+.El
 .Pp
 It is not possible to directly access the host networking
 facilities from a rump virtual kernel using purely
@@ -65,7 +70,7 @@
 .Fn rump_pub_shmif_create .
 The bus pathname is passed in
 .Fa path .
-The number of the newly created interface is available after a succesful
+The number of the newly created interface is available after a successful
 call by dereferencing
 .Fa ifnum .
 .It
@@ -88,4 +93,4 @@
 .Sh SEE ALSO
 .Xr rump 3 ,
 .Xr virt 4 ,
-.Xr ifconfig 8 .
+.Xr ifconfig 8



Home | Main Index | Thread Index | Old Index