Module Name: src
Committed By: wiz
Date: Wed Nov 17 18:02:20 UTC 2010
Modified Files:
src/share/man/man4: shmif.4
Log Message:
Convert manual list to Bl; fix typo; remove dot at end of SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/shmif.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/shmif.4
diff -u src/share/man/man4/shmif.4:1.2 src/share/man/man4/shmif.4:1.3
--- src/share/man/man4/shmif.4:1.2 Wed Nov 17 17:55:00 2010
+++ src/share/man/man4/shmif.4 Wed Nov 17 18:02:20 2010
@@ -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