svn commit: r349257 - head/share/man/man9

Kevin Lo kevlo at FreeBSD.org
Fri Jun 21 02:49:37 UTC 2019


Author: kevlo
Date: Fri Jun 21 02:49:36 2019
New Revision: 349257
URL: https://svnweb.freebsd.org/changeset/base/349257

Log:
  Correct function names.

Modified:
  head/share/man/man9/iflibdi.9

Modified: head/share/man/man9/iflibdi.9
==============================================================================
--- head/share/man/man9/iflibdi.9	Fri Jun 21 02:37:54 2019	(r349256)
+++ head/share/man/man9/iflibdi.9	Fri Jun 21 02:49:36 2019	(r349257)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-.Dd May 24, 2017
+.Dd May 21, 2019
 .Dt IFLIBDI 9
 .Os
 .Sh NAME
@@ -194,10 +194,10 @@ Allocate and initialize the
 \fIif_ctx_t\fP structure.
 Setup and initialize the MSI or MSI/X interrupt queues if necessary.
 Allocate memory for queues and qset structure setup.
-.It Fn iflib_device_irq_alloc
+.It Fn iflib_irq_alloc
 Allocate an interrupt resource for a given rid value with an associated filter
 and handler function.
-.It Fn iflib_device_irq_alloc_generic
+.It Fn iflib_irq_alloc_generic
 Performs the same function as iflib_device_irq_alloc along with the additional
 functionality of adding a taskgroup.
 The data fields and callback function are determined by the type of interrupt,


More information about the svn-src-head mailing list