summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorFrederic Cambus <fcambus@cvs.openbsd.org>2020-08-28 09:15:17 +0000
committerFrederic Cambus <fcambus@cvs.openbsd.org>2020-08-28 09:15:17 +0000
commit842d73abd18d7ec574fe43b12f07cacce2b129ab (patch)
tree12c4a74bcf9bf0f3993f77e3b71304e007ce3283 /share/man
parent781ded4fcfafff595956dc0a0b77b70ed4b5a54c (diff)
Fix a few more typos in man9. Pointed out by jmc@, thanks!
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/ifq_enqueue.96
-rw-r--r--share/man/man9/mq_init.96
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/ifq_enqueue.9 b/share/man/man9/ifq_enqueue.9
index 3a4b451d5ae..c0b3f21c9ef 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.10 2018/12/11 01:33:40 dlg Exp $
+.\" $OpenBSD: ifq_enqueue.9,v 1.11 2020/08/28 09:15:16 fcambus Exp $
.\"
.\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 11 2018 $
+.Dd $Mdocdate: August 28 2020 $
.Dt IFQ_ENQUEUE 9
.Os
.Sh NAME
@@ -55,7 +55,7 @@
.Ft void
.Fn ifq_barrier "struct ifqueue *ifq"
.Sh DESCRIPTION
-The ifqueue API provides implementions of data structures and
+The ifqueue API provides implementations of data structures and
operations for the network stack to queue mbufs for a network driver
to dequeue from its start routine for transmission.
.Bl -tag -width Ds
diff --git a/share/man/man9/mq_init.9 b/share/man/man9/mq_init.9
index 4ef61fd641d..3d37683a9bd 100644
--- a/share/man/man9/mq_init.9
+++ b/share/man/man9/mq_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mq_init.9,v 1.12 2020/06/21 05:43:48 dlg Exp $
+.\" $OpenBSD: mq_init.9,v 1.13 2020/08/28 09:15:16 fcambus Exp $
.\"
.\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 21 2020 $
+.Dd $Mdocdate: August 28 2020 $
.Dt MQ_INIT 9
.Os
.Sh NAME
@@ -67,7 +67,7 @@
.Ft struct mbuf_queue
.Fn MBUF_QUEUE_INITIALIZER "unsigned int maxlen" "int ipl"
.Sh DESCRIPTION
-The mbuf queue API provides implementions of data structures and operations
+The mbuf queue API provides implementations of data structures and operations
for queueing mbufs and lists of mbufs between contexts.
.Pp
mbuf_queue data structures provide a superset of the functionality