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.sparc | |
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.sparc')
-rw-r--r-- | share/man/man8/man8.sparc/MAKEDEV.8 | 72 |
1 files changed, 37 insertions, 35 deletions
diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8 index aa00250c6da..095c72adb92 100644 --- a/share/man/man8/man8.sparc/MAKEDEV.8 +++ b/share/man/man8/man8.sparc/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.12 2002/10/02 17:40:21 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.13 2003/01/25 00:04:19 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -66,13 +66,13 @@ and If given, .Ar all -creates device files for all devices on sparc. +creates device files for all devices on the sparc. If units are expected for a device, .Nm MAKEDEV will supply the standard numbers. The .Ar std -argument creates only the standard devices for sparc. +argument creates only the standard devices for the sparc. Finally .Ar local is for devices specific to the local site, and executes the shell file @@ -85,12 +85,12 @@ must be replaced by a unit number. .Sy Pseudo\-names .Bl -tag -width openprom indent -compact .It Ar all -All known devices for sparc. +All known devices for the sparc. .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. .It Ar wscons All wscons-related devices. .El @@ -98,66 +98,68 @@ All wscons-related devices. .Sy Device\-names .Bl -tag -width openprom indent -compact .It Ar audio -Audio device +Audio device. .It Ar bpf# -Berkeley packet filters +Berkeley packet filters. .It Ar bpp# -Bi-directional printer ports +Bi-directional printer ports. .It Ar ccd# -Concatenated disk drives +.Dq Concatenated +disk drives. .It Ar cd# -SCSI CD-ROM drives +SCSI CD-ROM drives. .It Ar ch# -SCSI media changer drives +SCSI media changer drives. .It Ar cua# -Serial ports +Serial ports. .It Ar fd# -.Dq floppy -disk drives +.Dq Floppy +disk drives. .It Ar lkm Loadable kernel modules. .It Ar magma# -Magma serial/parallel interfaces +Magma serial/parallel interfaces. .It Ar openprom -OPENPROM and EEPROM interface +OPENPROM and EEPROM interface. .It Ar pty# -Set of 16 master and slave pseudo terminals +Set of 16 master and slave pseudo terminals. .It Ar raid# -RAIDframe disk drives +RAIDframe disk drives. .It Ar random -in-kernel random number generator +In-kernel random number generator. .It Ar rd# -"Ramdisk" pseudo-disks +.Dq Ramdisk +pseudo-disks. .It Ar sd# -SCSI disk drives +SCSI disk drives. .It Ar ses# -SCSI SES/SAF-TE devices +SCSI SES/SAF-TE devices. .It Ar spif# -SPARC serial/parallel interfaces +SPARC serial/parallel interfaces. .It Ar st# -SCSI tape drives +SCSI tape drives. .It Ar tty# -Serial ports +Serial ports. .It Ar ttyC# -wscons console screens +Wscons console screens. .It Ar tun# -Network tunnel devices +Network tunnel devices. .It Ar uk# -.Dq unknown SCSI -devices +.Dq Unknown SCSI +devices. .It Ar vnd# -.Dq file -pseudo-disks +.Dq File +pseudo-disks. .It Ar wskbd Keyboard devices for wscons. .It Ar wsmouse Mouse devices for wscons. .It Ar xd# -Xylogic 450/451 disks +Xylogic 450/451 disks. .It Ar xfs# -XFS filesystem devices +XFS filesystem devices. .It Ar xy# -Xylogic 753/7053 disks +Xylogic 753/7053 disks. .El .Sh FILES .Bl -tag -width /dev -compact |