summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-12-09 07:28:17 +0000
committerjmc <jmc@openbsd.org>2015-12-09 07:28:17 +0000
commit5dc39c3e57fd60fca55800194c8c957f18ed126b (patch)
tree288ac91d3db592e9aba657dfddf846da87be4cb9
parentdocument ifq_restart. or try to. (diff)
downloadwireguard-openbsd-5dc39c3e57fd60fca55800194c8c957f18ed126b.tar.xz
wireguard-openbsd-5dc39c3e57fd60fca55800194c8c957f18ed126b.zip
missing apostrophe;
-rw-r--r--share/man/man9/ifq_enqueue.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/ifq_enqueue.9 b/share/man/man9/ifq_enqueue.9
index 17d48e95727..eb1df67f829 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.5 2015/12/09 06:29:02 dlg Exp $
+.\" $OpenBSD: ifq_enqueue.9,v 1.6 2015/12/09 07:28:17 jmc Exp $
.\"
.\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org>
.\"
@@ -103,7 +103,7 @@ is unable to transmit more packets.
.It Fn ifq_restart "struct ifqueue *ifq"
Dispatch a call to
.Fn ifq_clr_oactive
-and the interfaces start routine.
+and the interface's start routine.
This call is serialised with other calls to the start routine via
.Fn if_start
and therefore provides race free modification of the "active" mark.