3557 dumpvp_size is not updated correctly when a dump zvol's size is changed
[unleashed.git] / usr / src / man / man1m / mkdevmaps.1m
blobde8687919abdc41c9a11f46cf2a178c044d5fe04
1 '\" te
2 .\" Copyright 2001, Sun Microsystems, Inc. All Rights Reserved.
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH MKDEVMAPS 1M "Oct 8, 2003"
7 .SH NAME
8 mkdevmaps \- make device_maps entries
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/sbin/mkdevmaps\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBmkdevmaps\fR command writes to standard out a set of
19 \fBdevice_maps\fR(4) entries describing the system's frame buffer, audio, and
20 removable media devices.
21 .sp
22 .LP
23 The \fBmkdevmaps\fR command is used by the \fBinit.d\fR(4) scripts to create or
24 update the \fB/etc/security/device_maps\fR file.
25 .sp
26 .LP
27 Entries are generated based on the device special files found in \fB/dev\fR.
28 For the different categories of devices, the \fBmkdevmaps\fR command checks for
29 the following files under \fB/dev\fR:
30 .sp
31 .in +2
32 .nf
33 audio           /dev/audio, /dev/audioctl, /dev/sound/...
34 tape            /dev/rst*, /dev/nrst*, /dev/rmt/...
35 floppy          /dev/diskette, /dev/fd*, /dev/rdiskette, /dev/rfd*
36 removable disk  /dev/dsk/c0t?d0s?, /dev/rdsk/c0t?d0s?
37 frame buffer    /dev/fb
38 .fi
39 .in -2
41 .SH ATTRIBUTES
42 .sp
43 .LP
44 See \fBattributes\fR(5) for descriptions of the following attributes:
45 .sp
47 .sp
48 .TS
49 box;
50 c | c
51 l | l .
52 ATTRIBUTE TYPE  ATTRIBUTE VALUE
54 Interface Stability     Obsolete
55 .TE
57 .SH SEE ALSO
58 .sp
59 .LP
60 \fBallocate\fR(1), \fBbsmconv\fR(1M), \fBattributes\fR(5)
61 .SH NOTES
62 .sp
63 .LP
64 \fBmkdevmaps\fR might not be supported in a future release of the Solaris
65 operating system.