8980 BIOS clock is sometimes one hour fast
[unleashed.git] / usr / src / man / man1m / mkdevmaps.1m
blob8479147cf903917ae2d762e0eb5316e3a88c2819
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 "Mar 6, 2017"
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 .LP
17 The \fBmkdevmaps\fR command writes to standard out a set of
18 \fBdevice_maps\fR(4) entries describing the system's frame buffer, audio, and
19 removable media devices.
20 .sp
21 .LP
22 The \fBmkdevmaps\fR command is used by the \fBinit.d\fR(4) scripts to create or
23 update the \fB/etc/security/device_maps\fR file.
24 .sp
25 .LP
26 Entries are generated based on the device special files found in \fB/dev\fR.
27 For the different categories of devices, the \fBmkdevmaps\fR command checks for
28 the following files under \fB/dev\fR:
29 .sp
30 .in +2
31 .nf
32 audio           /dev/audio, /dev/audioctl, /dev/sound/...
33 tape            /dev/rst*, /dev/nrst*, /dev/rmt/...
34 floppy          /dev/diskette, /dev/fd*, /dev/rdiskette, /dev/rfd*
35 removable disk  /dev/dsk/c0t?d0s?, /dev/rdsk/c0t?d0s?
36 frame buffer    /dev/fb
37 .fi
38 .in -2
40 .SH ATTRIBUTES
41 .LP
42 See \fBattributes\fR(5) for descriptions of the following attributes:
43 .sp
45 .sp
46 .TS
47 box;
48 c | c
49 l | l .
50 ATTRIBUTE TYPE  ATTRIBUTE VALUE
52 Interface Stability     Obsolete
53 .TE
55 .SH SEE ALSO
56 .LP
57 \fBallocate\fR(1), \fBattributes\fR(5)
58 .SH NOTES
59 .LP
60 \fBmkdevmaps\fR might not be supported in a future release of the Solaris
61 operating system.