s/struft/struct/; thanks James Hastings
authorsthen <sthen@openbsd.org>
Sat, 20 Mar 2021 21:02:56 +0000 (21:02 +0000)
committersthen <sthen@openbsd.org>
Sat, 20 Mar 2021 21:02:56 +0000 (21:02 +0000)
share/man/man9/ifq_deq_begin.9
share/man/man9/ifq_enqueue.9

index 3ded994..0467a2c 100644 (file)
@@ -1,4 +1,4 @@
-.\"     $OpenBSD: ifq_deq_begin.9,v 1.4 2020/05/29 03:06:09 dlg Exp $
+.\"     $OpenBSD: ifq_deq_begin.9,v 1.5 2021/03/20 21:02:56 sthen 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: May 29 2020 $
+.Dd $Mdocdate: March 20 2021 $
 .Dt IFQ_DEQ_BEGIN 9
 .Os
 .Sh NAME
@@ -24,7 +24,7 @@
 .Nd dequeue an mbuf from an interface sending queue
 .Sh SYNOPSIS
 .In net/if_var.h
-.Ft struft mbuf *
+.Ft struct mbuf *
 .Fn ifq_deq_begin "struct ifqueue *ifq"
 .Ft void
 .Fn ifq_deq_commit "struct ifqueue *ifq" "struct mbuf *m"
index c0b3f21..ca6b98d 100644 (file)
@@ -1,4 +1,4 @@
-.\"     $OpenBSD: ifq_enqueue.9,v 1.11 2020/08/28 09:15:16 fcambus Exp $
+.\"     $OpenBSD: ifq_enqueue.9,v 1.12 2021/03/20 21:02:56 sthen 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: August 28 2020 $
+.Dd $Mdocdate: March 20 2021 $
 .Dt IFQ_ENQUEUE 9
 .Os
 .Sh NAME
@@ -34,7 +34,7 @@
 .In net/if_var.h
 .Ft int
 .Fn ifq_enqueue "struct ifqueue *ifq" "struct mbuf *m"
-.Ft struft mbuf *
+.Ft struct mbuf *
 .Fn ifq_dequeue "struct ifqueue *ifq"
 .Ft unsigned int
 .Fn ifq_purge "struct ifqueue *ifq"