aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-08-02 12:17:52 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-08-02 12:17:52 +0000
commitbda8f16fe85791a07e05d6c6e2b1e4476d60d978 (patch)
tree998f820262b186adf1a0b50325c6247c078fec1c /share/man/man4
parent02a7f9c1493f2d819fd9fb905e59ec878eb5eec2 (diff)
downloadsrc-bda8f16fe85791a07e05d6c6e2b1e4476d60d978.tar.gz
src-bda8f16fe85791a07e05d6c6e2b1e4476d60d978.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=238987
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/netmap.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index eb88ba136651..deed0c1270be 100644
--- a/share/man/man4/netmap.4
+++ b/share/man/man4/netmap.4
@@ -43,7 +43,7 @@ is a framework for fast and safe access to network devices
.Nm
uses memory mapped buffers and metadata
(buffer indexes and lengths) to communicate with the kernel,
-which is in charge of validating information through
+which is in charge of validating information through
.Pa ioctl()
and
.Pa select()/poll().
@@ -65,7 +65,7 @@ to bind the file descriptor to a network device.
When a device is put in
.Nm
mode, its data path is disconnected from the host stack.
-The processes owning the file descriptor
+The processes owning the file descriptor
can exchange packets with the device, or with the host stack,
through an mmapped memory region that contains pre-allocated
buffers and metadata.