svn commit: r368742 - head/share/man/man9
Alexander Motin
mav at FreeBSD.org
Thu Dec 17 21:02:59 UTC 2020
Author: mav
Date: Thu Dec 17 21:02:58 2020
New Revision: 368742
URL: https://svnweb.freebsd.org/changeset/base/368742
Log:
Fix f_pkt_into_t typo.
MFC after: 1 week
Modified:
head/share/man/man9/iflibtxrx.9
Modified: head/share/man/man9/iflibtxrx.9
==============================================================================
--- head/share/man/man9/iflibtxrx.9 Thu Dec 17 20:45:10 2020 (r368741)
+++ head/share/man/man9/iflibtxrx.9 Thu Dec 17 21:02:58 2020 (r368742)
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd April 16, 2019
+.Dd December 17, 2020
.Dt IFLIBTXTX 9
.Os
.Sh NAME
@@ -11,7 +11,7 @@
.Ft int
.Fo isc_txd_encap
.Fa "void *sc"
-.Fa "if_pkt_into_t pi"
+.Fa "if_pkt_info_t pi"
.Fc
.Ft void
.Fo isc_txd_flush
More information about the svn-src-head
mailing list