svn commit: r259186 - head/share/man/man4
Joel Dahl
joel at FreeBSD.org
Tue Dec 10 19:15:27 UTC 2013
Author: joel (doc committer)
Date: Tue Dec 10 19:15:26 2013
New Revision: 259186
URL: http://svnweb.freebsd.org/changeset/base/259186
Log:
Minor mdoc fixes.
Modified:
head/share/man/man4/netmap.4
Modified: head/share/man/man4/netmap.4
==============================================================================
--- head/share/man/man4/netmap.4 Tue Dec 10 19:14:19 2013 (r259185)
+++ head/share/man/man4/netmap.4 Tue Dec 10 19:15:26 2013 (r259186)
@@ -77,7 +77,6 @@ sockets or BPF/pcap).
For a list of devices with native
.Nm
support, see the end of this manual page.
-.Pp
.Sh OPERATION - THE NETMAP API
.Nm
clients must first
@@ -99,7 +98,6 @@ interface or on a port of a
switch, as indicated below. Additional fields in the
.Pa struct nmreq
control the details of operation.
-.Pp
.Bl -tag -width XXXX
.It Dv Interface name (e.g. 'em0', 'eth1', ... )
The data path of the interface is disconnected from the host stack.
@@ -237,7 +235,6 @@ accordingly, as shown in the figure belo
|-- avail --| (before syscall)
cur
.Ed
-
In receive rings, after a system call 'cur' indicates
the first slot that contains a valid packet,
and 'avail' reports how many of them are available.
@@ -289,7 +286,6 @@ are normally fixed size (2 Kbyte) buffer
that contain packet data. Buffers addresses are computed through
macros.
.El
-.Pp
.Bl -tag -width XXX
Some macros support the access to objects in the shared memory
region. In particular,
More information about the svn-src-head
mailing list