Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 21:02:59 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368742 - head/share/man/man9
Message-ID:  <202012172102.0BHL2xQh024791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012172102.0BHL2xQh024791>