diff options
Diffstat (limited to 'usr/src/man/man1m/modload.1m')
-rw-r--r-- | usr/src/man/man1m/modload.1m | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/man/man1m/modload.1m b/usr/src/man/man1m/modload.1m index 68855b62c4..c54e0b4550 100644 --- a/usr/src/man/man1m/modload.1m +++ b/usr/src/man/man1m/modload.1m @@ -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 modload 1M "1 Dec 1993" "SunOS 5.11" "System Administration Commands" +.TH MODLOAD 1M "Dec 1, 1993" .SH NAME modload \- load a kernel module .SH SYNOPSIS @@ -59,12 +59,10 @@ example# \fBmodload -p drv/foo\fR The following options are supported: .sp .ne 2 -.mk .na \fB\fB-e\fR\fI exec_file\fR\fR .ad .RS 16n -.rt Specify the name of a shell script or executable image file that is executed after the module is successfully loaded. The first argument passed is the module ID (in decimal). The other argument is module specific. The module @@ -75,12 +73,10 @@ into the appropriate kernel table. See \fBmodinfo\fR(1M) .sp .ne 2 -.mk .na \fB\fB-p\fR\fR .ad .RS 16n -.rt Use the kernel's internal modpath variable as the search path for the module. .RE |