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.macppc | |
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.macppc')
-rw-r--r-- | share/man/man8/man8.macppc/MAKEDEV.8 | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index 311db084386..449aa452216 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 2002/04/08 21:40:29 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2002/10/02 17:40:21 miod Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -55,11 +55,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 @@ -80,7 +81,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 wsmouse indent -compact .It Ar all All known devices for macppc. .It Ar std @@ -88,10 +89,12 @@ 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 wsmouse indent -compact .It Ar bpf# Berkeley packet filters .It Ar ccd# @@ -120,6 +123,8 @@ SCSI scanners SCSI tape drives .It Ar tty# Serial ports +.It Ar ttyC# +wscons console screens .It Ar tun# Network tunnel devices .It Ar uk# @@ -138,13 +143,16 @@ USB generic devices .It Ar utty# USB serial ports .It Ar vnd# -"File" pseudo-disks +.Dq file +pseudo-disks .It Ar wd# IDE disk drives -.It Ar wskbd# -WSCONS keyboard devices -.It Ar wsmouse# -WSCONS mouse devices +.It Ar wskbd +Keyboard devices for wscons. +.It Ar wsmouse +Mouse devices for wscons. +.It Ar wsmux +Multiplexor devices for wscons. .It Ar xfs# XFS filesystem devices .El |