Remove erroneous use of the `Fl' mdoc macro and replace it with
[dragonfly.git] / share / man / man8 / man8.alpha / MAKEDEV.8
1 .\" Copyright (c) 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)MAKEDEV.8   8.1 (Berkeley) 6/5/93
33 .\" $FreeBSD: src/share/man/man8/man8.alpha/MAKEDEV.8,v 1.15.2.4 2002/01/10 08:15:58 ru Exp $
34 .\" $DragonFly: src/share/man/man8/man8.alpha/Attic/MAKEDEV.8,v 1.2 2003/06/17 04:37:01 dillon Exp $
35 .\"
36 .Dd June 5, 1993
37 .Dt MAKEDEV 8 Alpha
38 .Os
39 .Sh NAME
40 .Nm MAKEDEV
41 .Nd create system and device special files
42 .Sh SYNOPSIS
43 .Nm
44 name ...
45 .Sh DESCRIPTION
46 The shell script
47 .Nm
48 found in the
49 .Dq Pa /dev
50 directory, is used to create the common special
51 files.
52 See
53 .Xr intro 4
54 for a more complete discussion of special files.
55 .Pp
56 .Nm
57 takes any number of device names as arguments, where the names are
58 the common abbreviation for the device.
59 There are two special devices,
60 .Dq std
61 and
62 .Dq local .
63 The former creates the standard devices for the architecture.
64 The latter is for devices specific to the local site, and
65 executes the shell file
66 .Dq Pa MAKEDEV.local .
67 .Pp
68 The Alpha supports the following devices.
69 Where a device name is followed by a hash sign
70 .Pq Dq # ,
71 the hash sign
72 must be replaced by a unit number.
73 .Bl -tag -width indent
74 .It std
75 the standard devices (console, fd/*, klog, kmem, mem, null,
76 stderr, stdin, stdout, tty)
77 .It local
78 configuration specific devices
79 .It tty#
80 standard PC COM ports
81 .It fd#
82 .Dq floppy
83 disk drives (3 1/2, 5 1/4)
84 .It pty#
85 set of 32 master and slave pseudo terminals
86 .It da#
87 SCSI disk drives
88 .It sa#
89 SCSI tape drives
90 .It ch#
91 SCSI changer devices
92 .It ses#
93 SCSI SES/SAF-TE environmental devices
94 .It vty#
95 set of 12 virtual console devices for syscons/pcvt/codrv
96 .It ad#
97 .Dq ATAPI
98 disk drives (IDE).
99 .It ast#
100 .Dq ATAPI
101 tape drives.
102 .It acd#
103 .Dq ATAPI
104 CDROM drives.
105 .El
106 .Sh FILES
107 .Bl -tag -width /dev/xxxx -compact
108 .It Pa /dev
109 The special file directory.
110 .El
111 .Sh SEE ALSO
112 .Xr ata 4 ,
113 .Xr intro 4 ,
114 .Xr config 8 ,
115 .Xr mknod 8