diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-01-25 00:04:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-01-25 00:04:21 +0000 |
commit | 427cb571d22beaa132990830b5b0c29a89469796 (patch) | |
tree | 6dc81f73b5f36a135a10e690360c42566ea94617 /share/man/man8/man8.mac68k/MAKEDEV.8 | |
parent | 5686287e4fcb7be54bc4c6b4de1bc8925b249de3 (diff) |
- format consistent across platforms
- sparc -> hppa in hppa/MAKEDEV.8
- removed references to wscons from mac68k/MAKEDEV.8
- typos
ok deraadt@
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 |