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.mvme68k | |
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.mvme68k')
-rw-r--r-- | share/man/man8/man8.mvme68k/MAKEDEV.8 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man8/man8.mvme68k/MAKEDEV.8 b/share/man/man8/man8.mvme68k/MAKEDEV.8 index 32bfc6564ed..547c618655d 100644 --- a/share/man/man8/man8.mvme68k/MAKEDEV.8 +++ b/share/man/man8/man8.mvme68k/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.2 2002/10/02 17:40:21 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.3 2003/01/25 00:04:19 jmc Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -79,34 +79,34 @@ must be replaced by a unit number. All known devices for the mvme68k. .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 |