summaryrefslogtreecommitdiff
path: root/usr/src/man/man9e/_fini.9e
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9e/_fini.9e')
-rw-r--r--usr/src/man/man9e/_fini.9e8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/man/man9e/_fini.9e b/usr/src/man/man9e/_fini.9e
index b9677f09d7..19cd7b665f 100644
--- a/usr/src/man/man9e/_fini.9e
+++ b/usr/src/man/man9e/_fini.9e
@@ -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 _fini 9E "22 Jan 2002" "SunOS 5.11" "Driver Entry Points"
+.TH _FINI 9E "Jan 22, 2002"
.SH NAME
_fini, _info, _init \- loadable module configuration entry points
.SH SYNOPSIS
@@ -35,12 +35,10 @@ write them.
.SS "_info(\|)"
.sp
.ne 2
-.mk
.na
\fB\fImodinfop\fR \fR
.ad
.RS 13n
-.rt
A pointer to an opaque \fBmodinfo\fR structure.
.RE
@@ -135,7 +133,7 @@ _init(void)
return (i);
}
-
+
int
_info(struct modinfo *modinfop)
{
@@ -147,7 +145,7 @@ int
_fini(void)
{
int i;
-
+
/*
* If mod_remove() is successful, we destroy our global mutex
*/