diff options
Diffstat (limited to 'share/man/man8/man8.mac68k/MAKEDEV.8')
-rw-r--r-- | share/man/man8/man8.mac68k/MAKEDEV.8 | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/share/man/man8/man8.mac68k/MAKEDEV.8 b/share/man/man8/man8.mac68k/MAKEDEV.8 index f56b7f8ba11..8c33a7e55cc 100644 --- a/share/man/man8/man8.mac68k/MAKEDEV.8 +++ b/share/man/man8/man8.mac68k/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 2002/10/02 17:40:21 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2003/01/25 00:04:19 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -55,12 +55,11 @@ for a more complete discussion of special files. .Nm MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device. -There are four special device names, +There are three special device names, .Ar all , .Ar std , -.Ar local and -.Ar wscons . +.Ar local . If given, .Ar all @@ -86,34 +85,34 @@ must be replaced by a unit number. All known devices for the mac68k. .It Ar std The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, -stdin, stdout, tty, zero) +stdin, stdout, tty, zero). .It Ar local -Configuration specific devices +Configuration specific devices. .El .Pp .Sy Device\-names .Bl -tag -width indent -compact .It Ar bpf# -Berkeley packet filters +Berkeley packet filters. .It Ar cd# -SCSI CD-ROM drives +SCSI CD-ROM drives. .It Ar kbd -The keyboard +The keyboard. .It Ar lkm Loadable kernel modules. .It Ar mouse# -Mouse ports +Mouse ports. .It Ar pty# -Set of 16 master and slave pseudo terminals +Set of 16 master and slave pseudo terminals. .It Ar sd# -SCSI disk drives +SCSI disk drives. .It Ar st# -SCSI tape drives +SCSI tape drives. .It Ar tty# -Onboard Serial ports +Onboard Serial ports. .It Ar vnd# -.Dq file -pseudo-disks +.Dq File +pseudo-disks. .El .Sh FILES .Bl -tag -width /dev -compact |