Minor tweaks and corrections.

This commit is contained in:
mark 1996-10-15 23:59:49 +00:00
parent f306045ae7
commit 775a2602ec
1 changed files with 19 additions and 14 deletions

View File

@ -30,9 +30,9 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91 .\" from: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91
.\" $Id: MAKEDEV.8,v 1.1 1996/03/28 21:39:10 mark Exp $ .\" $Id: MAKEDEV.8,v 1.2 1996/10/15 23:59:49 mark Exp $
.\" .\"
.TH MAKEDEV 8 "March 22, 1991" .TH MAKEDEV 8 "February 17, 1996"
.UC 7 .UC 7
.SH NAME .SH NAME
MAKEDEV \- create system and device special files MAKEDEV \- create system and device special files
@ -71,12 +71,7 @@ configuration specific devices
.ns .ns
.TP 10 .TP 10
tty0# tty0#
standard COM ports standard serial ports
.br
.ns
.TP 10
cd#
SCSI CD-ROM drives
.br .br
.ns .ns
.TP 10 .TP 10
@ -85,13 +80,13 @@ fd#
.br .br
.ns .ns
.TP 10 .TP 10
flog# pty#
kernel logging device set of 16 master and slave pseudo terminals
.br .br
.ns .ns
.TP 10 .TP 10
pty# wd#
set of 16 master and slave pseudo terminals ``winchester'' disk drives (IDE)
.br .br
.ns .ns
.TP 10 .TP 10
@ -100,13 +95,23 @@ SCSI disk drives
.br .br
.ns .ns
.TP 10 .TP 10
cd#
SCSI CD-ROM drives
.br
.ns
.TP 10
st# st#
SCSI tape drives SCSI tape drives
.br .br
.ns .ns
.TP 10 .TP 10
wd# ch#
``winchester'' disk drives (ST506, IDE, ESDI, RLL etc.) SCSI autochanger
.br
.ns
.TP 10
uk#
SCSI unknown device
.SH FILES .SH FILES
/dev The special file directory. /dev The special file directory.
.SH SEE ALSO .SH SEE ALSO