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 | |
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')
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 22 | ||||
-rw-r--r-- | share/man/man8/man8.amiga/MAKEDEV.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.hp300/Makefile | 4 | ||||
-rw-r--r-- | share/man/man8/man8.hp300/format.8 | 68 | ||||
-rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 109 | ||||
-rw-r--r-- | share/man/man8/man8.mac68k/MAKEDEV.8 | 12 | ||||
-rw-r--r-- | share/man/man8/man8.macppc/MAKEDEV.8 | 30 | ||||
-rw-r--r-- | share/man/man8/man8.mvme68k/MAKEDEV.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.sparc/MAKEDEV.8 | 44 | ||||
-rw-r--r-- | share/man/man8/man8.sparc64/MAKEDEV.8 | 40 | ||||
-rw-r--r-- | share/man/man8/man8.sun3/MAKEDEV.8 | 9 | ||||
-rw-r--r-- | share/man/man8/man8.vax/MAKEDEV.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.vax/Makefile | 6 |
13 files changed, 147 insertions, 212 deletions
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index 4252c4f5105..1cc2e6fb82b 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.1 2002/04/08 21:40:25 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.2 2002/10/02 17:40:17 miod Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -49,11 +49,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 @@ -74,7 +75,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 the alpha. .It Ar std @@ -87,19 +88,15 @@ 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 cd# SCSI CD-ROM drives .It Ar iop# I2O devices. -.It Ar kbd -The keyboard .It Ar lkm Loadable kernel modules. -.It Ar mouse# -Mouse ports .It Ar pty# Set of 16 master and slave pseudo terminals .It Ar sd# @@ -108,8 +105,11 @@ SCSI disk drives SCSI tape drives .It Ar tty# Onboard Serial ports +.It Ar ttyC# +wscons console screens .It Ar vnd# -"File" pseudo-disks +.Dq file +pseudo-disks .It Ar wskbd Keyboard devices for wscons. .It Ar wsmouse diff --git a/share/man/man8/man8.amiga/MAKEDEV.8 b/share/man/man8/man8.amiga/MAKEDEV.8 index e9fbe379e32..6365917ce7f 100644 --- a/share/man/man8/man8.amiga/MAKEDEV.8 +++ b/share/man/man8/man8.amiga/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.8 2002/04/08 21:40:29 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.9 2002/10/02 17:40:20 miod Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -111,7 +111,8 @@ SCSI tape drives .It Ar tty# Onboard Serial ports .It Ar vnd# -"File" pseudo-disks +.Dq file +pseudo-disks .El .Sh FILES .Bl -tag -width /dev -compact diff --git a/share/man/man8/man8.hp300/Makefile b/share/man/man8/man8.hp300/Makefile index d8aa9676c88..264f8ebf041 100644 --- a/share/man/man8/man8.hp300/Makefile +++ b/share/man/man8/man8.hp300/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2002/04/09 17:29:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/02 17:40:20 miod Exp $ # $NetBSD: Makefile,v 1.6 1995/09/06 21:36:34 jtc Exp $ -MAN= MAKEDEV.8 boot_hp300.8 format.8 +MAN= MAKEDEV.8 boot_hp300.8 MANSUBDIR=hp300 .include <bsd.prog.mk> diff --git a/share/man/man8/man8.hp300/format.8 b/share/man/man8/man8.hp300/format.8 deleted file mode 100644 index 0bd65ecdfd5..00000000000 --- a/share/man/man8/man8.hp300/format.8 +++ /dev/null @@ -1,68 +0,0 @@ -.\" $OpenBSD: format.8,v 1.3 1999/04/02 16:21:38 aaron Exp $ -.\" -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. -.\" 4. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" from: @(#)format.8 5.2 (Berkeley) 3/16/91 -.\" -.Dd March 16, 1991 -.Dt FORMAT 8 -.Os -.Sh NAME -.Nm format -.Nd how to format disks and tapes -.Sh DESCRIPTION -Currently, there are no -.Dq native -.Tn BSD -media formatting utilities. -Formatting of both disks and cartridge tapes must be done either -standalone or under -.Tn HP-UX -using the -.Em mediainit -utility distributed by -.Tn HP . -Note that -.Tn HP Ns -brand -cartridge tapes come pre-formatted, and -.Tn HP -disks -are supposed to. -.Sh HISTORY -The -.Nm -command is -.Ud diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 0586eb74a0d..84263960d9f 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.19 2002/09/26 14:44:43 fgsch Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.20 2002/10/02 17:40:21 miod Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -86,11 +86,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 @@ -111,7 +112,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 the i386. .It Ar std @@ -119,77 +120,77 @@ 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 -.It Ar ttyC# -wscons console screens -.It Ar tty# -standard PC COM ports +.Bl -tag -width wsmouse indent -compact +.It Ar apm +power management devices +.It Ar audio +audio device +.It Ar bktr# +Brooktree 848 driver +.It Ar bpf# +packet filter +.It Ar ccd# +concatenated disk devices .It Ar cd# SCSI CD-ROM drives -.It Ar mcd# -Mitsumi CD-ROM drives .It Ar fd# .Dq floppy disk drives (3 1/2, 5 1/4) +.It Ar joy# +joystick driver +.It Ar lkm +loadable kernel modules interface +.It Ar lpa# +interruptless parallel port driver +.It Ar lpt# +stock parallel port device driver +.It Ar mcd# +Mitsumi CD-ROM drives .It Ar pty# set of 16 master and slave pseudo terminals -.It Ar sd# -SCSI disk drives -.It Ar st# -SCSI tape drives -.It Ar wd# -.Dq winchester -disk drives (ST506, IDE, ESDI, RLL etc.) -.It Ar wt# -QIC-interfaced (i.e. not SCSI) 3M cartridge tape -.It Ar vnd# -.Dq file -pseudo-disks +.It Ar random +in-kernel random number generator .It Ar rd# .Dq ramdisk pseudo-disks -.It Ar ccd# -concatenated disk devices -.It Ar mms# -Microsoft bus mouse -.It Ar lms# -Logitech bus mouse -.It Ar pms# -PS/2 mouse -.It Ar lpt# -stock parallel port device driver -.It Ar lpa# -interruptless parallel port driver -.It Ar bpf# -packet filter +.It Ar sd# +SCSI disk drives .It Ar speaker pc speaker -.It Ar lkm -loadable kernel modules interface -.It Ar audio -audio device -.It Ar apm -power management devices +.It Ar ss# +SCSI scanners +.It Ar st# +SCSI tape drives +.It Ar tty# +standard PC COM ports +.It Ar ttyC# +wscons console screens .It Ar tun# network tunnel driver -.It Ar joy# -joystick driver -.It Ar pcmcia# -PCMCIA card drivers -.It Ar random -in-kernel random number generator .It Ar uk# .Dq unknown SCSI devices -.It Ar ss# -SCSI scanners -.It Ar bktr# -Brooktree 848 driver +.It Ar vnd# +.Dq file +pseudo-disks +.It Ar wd# +.Dq winchester +disk drives (ST506, IDE, ESDI, RLL etc.) .It Ar wdt# watchdog timer +.It Ar wskbd +Keyboard devices for wscons. +.It Ar wsmouse +Mouse devices for wscons. +.It Ar wsmux +Multiplexor devices for wscons. +.It Ar wt# +QIC-interfaced (i.e. not SCSI) 3M cartridge tape .El .Sh FILES .Bl -tag -width /dev -compact diff --git a/share/man/man8/man8.mac68k/MAKEDEV.8 b/share/man/man8/man8.mac68k/MAKEDEV.8 index 7a216921151..f56b7f8ba11 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.3 2002/04/08 21:40:29 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.4 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 @@ -111,7 +112,8 @@ SCSI tape drives .It Ar tty# Onboard Serial ports .It Ar vnd# -"File" pseudo-disks +.Dq file +pseudo-disks .El .Sh FILES .Bl -tag -width /dev -compact 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 diff --git a/share/man/man8/man8.mvme68k/MAKEDEV.8 b/share/man/man8/man8.mvme68k/MAKEDEV.8 index 69c4b50c033..32bfc6564ed 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.1 2002/04/08 21:40:30 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.2 2002/10/02 17:40:21 miod Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -105,7 +105,8 @@ SCSI tape drives .It Ar tty# Onboard Serial ports .It Ar vnd# -"File" pseudo-disks +.Dq file +pseudo-disks .El .Sh FILES .Bl -tag -width /dev -compact 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# diff --git a/share/man/man8/man8.sparc64/MAKEDEV.8 b/share/man/man8/man8.sparc64/MAKEDEV.8 index 53d27689781..333ecd256b4 100644 --- a/share/man/man8/man8.sparc64/MAKEDEV.8 +++ b/share/man/man8/man8.sparc64/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.3 2002/04/08 21:40:30 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.4 2002/10/02 17:40:22 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 sparc64. .It Ar std @@ -90,26 +91,20 @@ 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 bwtwo# -Black and white frame buffers .It Ar ccd# Concatenated disk drives .It Ar cd# SCSI CD-ROM drives -.It Ar cgfourteen# -Colour frame buffers -.It Ar cgthree# -Colour frame buffers -.It Ar cgsix# -Accelerated colour frame buffers .It Ar ch# SCSI media changer drives .It Ar cua# @@ -117,12 +112,8 @@ Serial ports .It Ar fd# .Dq floppy disk drives -.It Ar kbd -The keyboard .It Ar lkm Loadable kernel modules. -.It Ar mouse# -Mouse ports .It Ar openprom OPENPROM and EEPROM interface .It Ar pty# @@ -139,17 +130,24 @@ SCSI disk drives SCSI SES/SAF-TE devices .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 wsmux +Multiplexor devices for wscons. .It Ar xfs# XFS filesystem devices .El diff --git a/share/man/man8/man8.sun3/MAKEDEV.8 b/share/man/man8/man8.sun3/MAKEDEV.8 index b24484a49be..b28aad3a5d5 100644 --- a/share/man/man8/man8.sun3/MAKEDEV.8 +++ b/share/man/man8/man8.sun3/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.9 2002/04/09 17:29:23 deraadt Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.10 2002/10/02 17:40:22 miod Exp $ .\" $NetBSD: MAKEDEV.8,v 1.1 1995/09/06 21:31:34 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -84,7 +84,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 cgfour# indent -compact .It Ar all All known devices for the sun3. .It Ar std @@ -95,7 +95,7 @@ Configuration specific devices .El .Pp .Sy Device\-names -.Bl -tag -width indent -compact +.Bl -tag -width cgfour# indent -compact .It Ar bpf# Berkeley packet filters .It Ar bwtwo# @@ -121,7 +121,8 @@ SCSI tape drives .It Ar tty# Onboard Serial ports .It Ar vnd# -"File" pseudo-disks +.Dq file +pseudo-disks .El .Sh FILES .Bl -tag -width /dev -compact diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8 index 99d758f5ef2..f36baac2dfe 100644 --- a/share/man/man8/man8.vax/MAKEDEV.8 +++ b/share/man/man8/man8.vax/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.10 2002/05/23 09:30:35 mpech Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.11 2002/10/02 17:40:22 miod Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -171,7 +171,8 @@ TU58 cassettes on dl11 controller .It Ar va# Unibus Varian parallel interface .It Ar vnd# -``File'' pseudo-disks +.Dq file +pseudo-disks .It Ar vp# Unibus Versatec parallel interface .El diff --git a/share/man/man8/man8.vax/Makefile b/share/man/man8/man8.vax/Makefile index eb732d64876..ff822acd019 100644 --- a/share/man/man8/man8.vax/Makefile +++ b/share/man/man8/man8.vax/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2002/04/09 17:29:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2002/10/02 17:40:22 miod Exp $ # $NetBSD: Makefile,v 1.5 1995/09/06 21:36:42 jtc Exp $ -MAN= MAKEDEV.8 boot_vax.8 drtest.8 format.8 -#MAN+= installboot.8 +MAN= MAKEDEV.8 boot_vax.8 format.8 +#MAN+= drtest.8 installboot.8 MANSUBDIR=vax .include <bsd.prog.mk> |