diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-10-02 17:40:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-10-02 17:40:23 +0000 |
commit | 663562572b938d4908d7dba606ce0bfbee47d44a (patch) | |
tree | 44a9e6be6d87bd6e2166c98c00e20ec0287a7ebc /share/man/man8/man8.sparc | |
parent | a46aec8d603e8d32c54ff8b3ce83ad3e96cf7e01 (diff) |
Next-to-last minute changes:
- do not install format(8) on hp300, and drtest(8) on vax
- incomplete MAKEDEV(8) updates.
Diffstat (limited to 'share/man/man8/man8.sparc')
-rw-r--r-- | share/man/man8/man8.sparc/MAKEDEV.8 | 44 |
1 files changed, 17 insertions, 27 deletions
diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8 index 0132d2087d1..aa00250c6da 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.11 2002/04/08 21:40:30 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.12 2002/10/02 17:40:21 miod Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -57,11 +57,12 @@ 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 three special device names, +There are four special device names, .Ar all , -.Ar std +.Ar std , +.Ar local and -.Ar local . +.Ar wscons . If given, .Ar all @@ -82,7 +83,7 @@ Where a device name is followed by a hash sign ("#"), the hash sign must be replaced by a unit number. .Pp .Sy Pseudo\-names -.Bl -tag -width indent -compact +.Bl -tag -width openprom indent -compact .It Ar all All known devices for sparc. .It Ar std @@ -90,34 +91,22 @@ The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, stdin, stdout, tty, zero) .It Ar local Configuration specific devices +.It Ar wscons +All wscons-related devices. .El .Pp .Sy Device\-names -.Bl -tag -width indent -compact +.Bl -tag -width openprom indent -compact .It Ar audio Audio device .It Ar bpf# Berkeley packet filters .It Ar bpp# Bi-directional printer ports -.It Ar bwtwo# -Black and white frame buffers .It Ar ccd# Concatenated disk drives .It Ar cd# SCSI CD-ROM drives -.It Ar cgeight# -Colour frame buffers -.It Ar cgfour# -Colour frame buffers -.It Ar cgfourteen# -Colour frame buffers -.It Ar cgthree# -Colour frame buffers -.It Ar cgsix# -Accelerated colour frame buffers -.It Ar cgtwo# -Colour frame buffers .It Ar ch# SCSI media changer drives .It Ar cua# @@ -125,14 +114,10 @@ Serial ports .It Ar fd# .Dq floppy disk drives -.It Ar kbd -The keyboard .It Ar lkm Loadable kernel modules. .It Ar magma# Magma serial/parallel interfaces -.It Ar mouse# -Mouse ports .It Ar openprom OPENPROM and EEPROM interface .It Ar pty# @@ -151,17 +136,22 @@ SCSI SES/SAF-TE devices SPARC serial/parallel interfaces .It Ar st# SCSI tape drives -.It Ar tcx# -Accelerated colour frame buffers .It Ar tty# Serial ports +.It Ar ttyC# +wscons console screens .It Ar tun# Network tunnel devices .It Ar uk# .Dq unknown SCSI devices .It Ar vnd# -"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 .It Ar xfs# |