summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-12-10 06:58:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-12-10 06:58:57 +0000
commit4fc9bfb632edc65c800153c93943ee170f4f9ecf (patch)
tree94564c43e4cf0bda4307ba40b5db28a1291d0e2b
parente35b50d5a8b2c8c15b777c11004f24975cab2d64 (diff)
tweak;
-rw-r--r--share/man/man9/ifq_enqueue.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/ifq_enqueue.9 b/share/man/man9/ifq_enqueue.9
index 006c5638faf..8268cd2a012 100644
--- a/share/man/man9/ifq_enqueue.9
+++ b/share/man/man9/ifq_enqueue.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifq_enqueue.9,v 1.8 2015/12/10 00:42:51 dlg Exp $
+.\" $OpenBSD: ifq_enqueue.9,v 1.9 2015/12/10 06:58:56 jmc Exp $
.\"
.\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org>
.\"
@@ -112,10 +112,10 @@ This call is serialised with other calls to the start routine via
and therefore provides race free modification of the "active" mark.
.It Fn ifq_barrier "struct ifqueue *ifq"
.Fn ifq_barrier
-guarantees that any work currently running in the interface queues
-serialiser (eg, work dispatched by
+guarantees that any work currently running in the interface queue
+serialiser (e.g. work dispatched by
.Fn ifq_restart
-or the interfaces start routine) has finished before
+or the interface's start routine) has finished before
.Fn ifq_barrier
returns.
.El