diff options
Diffstat (limited to 'usr/src/man/man1m/drvconfig.1m')
| -rw-r--r-- | usr/src/man/man1m/drvconfig.1m | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/usr/src/man/man1m/drvconfig.1m b/usr/src/man/man1m/drvconfig.1m index 07ab4e571a..aafa6948b8 100644 --- a/usr/src/man/man1m/drvconfig.1m +++ b/usr/src/man/man1m/drvconfig.1m @@ -4,13 +4,13 @@ .\" 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 drvconfig 1M "9 Aug 2004" "SunOS 5.11" "System Administration Commands" +.TH DRVCONFIG 1M "Aug 9, 2004" .SH NAME drvconfig \- apply permission and ownership changes to devices .SH SYNOPSIS .LP .nf -\fBdrvconfig\fR [\fB-bn\fR] [\fB-a\fR \fIalias_name\fR] [\fB-c\fR \fIclass_name\fR] +\fBdrvconfig\fR [\fB-bn\fR] [\fB-a\fR \fIalias_name\fR] [\fB-c\fR \fIclass_name\fR] [\fB-i\fR \fIdrivername\fR] [\fB-m\fR \fImajor_num\fR] [\fB-r\fR \fIroot_dir\fR] .fi @@ -31,12 +31,10 @@ rebooted. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-a\fR\fIalias_name\fR\fR .ad .RS 16n -.rt Add the name \fIalias_name\fR to the list of aliases that this driver is known by. This option, if used, must be used with the \fB-m\fR \fImajor_num\fR, the \fB-b\fR and the \fB-i\fR \fIdrivername\fR options. @@ -44,12 +42,10 @@ by. This option, if used, must be used with the \fB-m\fR \fImajor_num\fR, the .sp .ne 2 -.mk .na \fB\fB-b\fR\fR .ad .RS 16n -.rt Add a new major number to name binding into the kernel's internal \fBname_to_major\fR tables. This option is not normally used directly, but is used by other utilities such as \fBadd_drv\fR(1M). Use of the \fB-b\fR option @@ -59,12 +55,10 @@ created. .sp .ne 2 -.mk .na \fB\fB-c\fR\fIclass_name\fR\fR .ad .RS 16n -.rt The driver being added to the system exports the class \fIclass_name\fR. This option is not normally used directly, but is used by other utilities. It is only effective when used with the \fB-b\fR option. @@ -72,12 +66,10 @@ only effective when used with the \fB-b\fR option. .sp .ne 2 -.mk .na \fB\fB-i\fR\fIdrivername\fR\fR .ad .RS 16n -.rt Only configure the devices for the named driver. The following options are used by the implementation of \fBadd_drv\fR(1M) and \fBrem_drv\fR(1M), and may not be supported in future versions of Solaris: @@ -85,104 +77,86 @@ be supported in future versions of Solaris: .sp .ne 2 -.mk .na \fB\fB-m\fR\fImajor_num\fR\fR .ad .RS 16n -.rt Specify the major number \fImajor_num\fR for this driver to add to the kernel's \fBname_to_major\fR binding tables. .RE .sp .ne 2 -.mk .na \fB\fB-n\fR\fR .ad .RS 16n -.rt Do not try to load and attach any drivers, or if the \fB-i\fR option is given, do not try to attach the driver named \fIdrivername\fR. .RE .sp .ne 2 -.mk .na \fB\fB-r\fR\fIroot_dir\fR\fR .ad .RS 16n -.rt Perform operations under \fIroot_dir\fR, rather than directly under \fBroot\fR. .RE .SH EXIT STATUS .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 12n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fBnon-zero\fR .ad .RS 12n -.rt An error occurred. .RE .SH FILES .sp .ne 2 -.mk .na \fB\fB/devices\fR\fR .ad .RS 23n -.rt Device nodes directory .RE .sp .ne 2 -.mk .na \fB\fB/etc/minor_perm\fR\fR .ad .RS 23n -.rt Minor mode permissions .RE .sp .ne 2 -.mk .na \fB\fB/etc/name_to_major\fR\fR .ad .RS 23n -.rt Major number binding .RE .sp .ne 2 -.mk .na \fB\fB/etc/driver_classes\fR\fR .ad .RS 23n -.rt Driver class binding file .RE |
