diff options
author | Benjamin Naecker <bnaecker@fastmail.com> | 2022-08-08 22:35:44 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-08-12 14:57:22 -0400 |
commit | 46dc144bc2859392d4c62f3e72d661e7b3c22a8e (patch) | |
tree | df62746208d41ef910a4062edfc7670ece83425a /usr/src/man | |
parent | 30a4bccb45421aa759c9731e9094f2fa13f321c7 (diff) | |
download | illumos-joyent-46dc144bc2859392d4c62f3e72d661e7b3c22a8e.tar.gz |
14900 ddi_fm_capable(9F) man page does not match source
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man9f/ddi_fm_init.9f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/ddi_fm_init.9f b/usr/src/man/man9f/ddi_fm_init.9f index f9dd4ba223..767c1cea65 100644 --- a/usr/src/man/man9f/ddi_fm_init.9f +++ b/usr/src/man/man9f/ddi_fm_init.9f @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH DDI_FM_INIT 9F "May 14, 2007" +.TH DDI_FM_INIT 9F "Aug 08, 2022" .SH NAME ddi_fm_init, ddi_fm_fini, ddi_fm_capable \- initialize and get the FM capabilities for a device instance @@ -22,7 +22,7 @@ capabilities for a device instance .LP .nf -\fBint\fR \fBddi_fm_capable\fR(\fBdev_info_t\fR *\fIdip\fR, \fBint\fR *\fIfm_capability\fR); +\fBint\fR \fBddi_fm_capable\fR(\fBdev_info_t\fR *\fIdip\fR); .fi .SH INTERFACE LEVEL |