summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-15 20:10:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-15 20:10:47 +0000
commit456bbdb7a64466f567133167e5082c02c19e8ced (patch)
tree17ddefb99664037175b93b8996a9a2641eebb07f
parent2556157ba719d4e9ed56b05ec0c58ae01a0480af (diff)
some spelling corrections from NetBSD (Igor Sobrado);
ok hugh@
-rw-r--r--etc/etc.vax/MAKEDEV56
-rw-r--r--share/man/man4/man4.vax/hp.44
-rw-r--r--share/man/man8/man8.vax/MAKEDEV.854
3 files changed, 57 insertions, 57 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 28e8c522f61..f5f4603fcab 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.50 2003/01/06 05:57:40 deraadt Exp $
+# $OpenBSD: MAKEDEV,v 1.51 2003/04/15 20:10:46 jmc Exp $
# $NetBSD: MAKEDEV,v 1.30 2000/01/21 12:28:29 tsutsui Exp $
#
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
@@ -10,21 +10,21 @@
# local configuration specific devices
# all create a reasonable amount of all files
# Tapes:
-# ht* massbus tm03 & tu??
-# tm* unibus tm11 & te10 emulations (e.g. Emulex tc-11)
+# ht* MASSBUS TM03 & TU??
+# tm* UNIBUS TM11 & TE10 emulations (e.g. Emulex TC-11)
# mt* MSCP tapes (e.g. TU81, TK50)
-# ts* unibus ts11
-# ut* unibus tu45 emulations (e.g.si 9700)
-# uu* tu58 cassettes on dl11 controller
+# ts* UNIBUS TS11
+# ut* UNIBUS TU45 emulations (e.g.si 9700)
+# uu* TU58 cassettes on DL11 controller
# st* SCSI tapes
# Disks:
-# hp* massbus rm??
-# hk* unibus rk06 and rk07
-# up* other unibus devices (e.g. on Emulex sc-21v controller)
+# hp* MASSBUS RM??
+# hk* UNIBUS RK06 and RK07
+# up* other UNIBUS devices (e.g. on Emulex SC-21V controller)
# ra* MSCP disks (ra??, hd??)
-# rx* MSCP floppy disk (rx33/50/...)
-# rl* unibus rl02
-# rb* 730 idc w/ rb80 and/or rb02
+# rx* MSCP floppy disk (RX33/50/...)
+# rl* UNIBUS RL02
+# rb* 730 IDC w/ RB80 and/or RB02
# ccd* "concatenated" pseudo-disks
# raid* RAIDframe disk driver
# vnd* "file" pseudo-disks
@@ -33,27 +33,27 @@
# cd* SCSI CD-ROM
# hd* HDC9224 hd disks on VS2000
# Terminal multiplexors:
-# dz* unibus dz11 and dz32
-# dh* unibus dh11 and emulations (e.g. Able dmax, Emulex cs-11)
-# dmf* unibus dmf32
-# dhu* unibus dhu11
-# dmz* unibus dmz32
-# dl* unibus dl11
+# dz* UNIBUS DZ11 and DZ32
+# dh* UNIBUS DH11 and emulations (e.g. Able dmax, Emulex CS-11)
+# dmf* UNIBUS DMF32
+# dhu* UNIBUS DHU11
+# dmz* UNIBUS DMZ32
+# dl* UNIBUS DL11
# Pseudo terminals:
# pty* set of 16 master and slave pseudo terminals
# Printers:
-# ct* unibus parallel interface to CAT typesetter
-# lp* unibus lp11 parallel interface
-# va* unibus varian parallel interface
-# vp* unibus versatec parallel interface
+# ct* UNIBUS parallel interface to CAT typesetter
+# lp* UNIBUS LP11 parallel interface
+# va* UNIBUS Varian parallel interface
+# vp* UNIBUS Versatec parallel interface
# Call units:
-# dn* unibus dn11 and emulations (e.g. Able Quadracall)
+# dn* UNIBUS DN11 and emulations (e.g. Able Quadracall)
# Special purpose devices:
-# ik* unibus interface to ikonas frame buffer
-# ps* unibus interface to e&s picture system 2
-# ad* unibus interface to data translation a/d converter
-# np* unibus ethernet co-processor interface, for downloading.
-# qv* qvss (microvax) display
+# ik* UNIBUS interface to Ikonas frame buffer
+# ps* UNIBUS interface to E&S Picture System 2
+# ad* UNIBUS interface to Data Translation A/D converter
+# np* UNIBUS Ethernet co-processor interface, for downloading.
+# qv* QVSS (MicroVAX) display
# lkm loadable kernel modules
# bpf* berkeley packet filter
# tun* network tunnel device
diff --git a/share/man/man4/man4.vax/hp.4 b/share/man/man4/man4.vax/hp.4
index 51e35a9f349..cee9a6019c1 100644
--- a/share/man/man4/man4.vax/hp.4
+++ b/share/man/man4/man4.vax/hp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hp.4,v 1.10 2003/03/12 07:36:44 jmc Exp $
+.\" $OpenBSD: hp.4,v 1.11 2003/04/15 20:10:46 jmc Exp $
.\" $NetBSD: hp.4,v 1.4 1996/03/05 15:28:50 ragge Exp $
.\"
.\" Copyright (c) 1980,1988, 1991 Regents of the University of California.
@@ -48,7 +48,7 @@ disk interface
The
.Nm hp
driver
-is a generic Massbus disk driver which handles the standard
+is a generic MASSBUS disk driver which handles the standard
.Tn DEC
controllers.
It is typical of a block-device disk driver; block
diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8
index 5092b7b53b8..8f9fd00af0f 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.12 2003/01/25 00:04:20 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.13 2003/04/15 20:10:46 jmc Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -93,7 +93,7 @@ Configuration specific devices.
.Sy Device\-names
.Bl -tag -width indent -compact
.It Ar ad#
-Unibus interface to data translation a/d converter.
+UNIBUS interface to Data Translation A/D converter.
.It Ar bpf#
Berkeley Packet Filters.
.It Ar ccd#
@@ -104,52 +104,52 @@ SCSI CD-ROM drives.
.It Ar ch#
SCSI changer.
.It Ar ct#
-Unibus parallel interface to CAT typesetter.
+UNIBUS parallel interface to CAT typesetter.
.It Ar dh#
-Unibus dh11 and emulations (e.g. Able dmax, Emulex cs-11).
+UNIBUS DH11 and emulations (e.g. Able DMAX, Emulex CS-11).
.It Ar dhu#
-Unibus dhu11.
+UNIBUS DHU11.
.It Ar dmf#
-Unibus dmf32.
+UNIBUS DMF32.
.It Ar dmz#
-Unibus dmz32.
+UNIBUS DMZ32.
.It Ar dn#
-Unibus dn11 and emulations (e.g. Able Quadracall).
+UNIBUS DN11 and emulations (e.g. Able Quadracall).
.It Ar dz#
-Unibus dz11 and dz32.
+UNIBUS DZ11 and DZ32.
.It Ar hk#
-Unibus rk06 and rk07.
+UNIBUS RK06 and RK07.
.It Ar hp#
-Massbus rm??.
+MASSBUS RM??.
.It Ar ht#
-Massbus tm03 & tu??.
+MASSBUS TM03 & TU??.
.It Ar ik#
-Unibus interface to ikonas frame buffer.
+UNIBUS interface to Ikonas frame buffer.
.It Ar lp#
-Unibus lp11 parallel interface.
+UNIBUS LP11 parallel interface.
.It Ar md#
.Dq Memory
pseudo-disk devices.
.It Ar mt#
MSCP tape drives (TU81, TK50, etc.).
.It Ar np#
-Unibus Ethernet co-processor interface, for downloading.
+UNIBUS Ethernet co-processor interface, for downloading.
.It Ar ps#
-Unibus interface to e&s picture system 2.
+UNIBUS interface to E&S Picture System 2.
.It Ar pty#
Set of master and slave pseudo terminals.
.It Ar qv#
QVSS (MicroVAX) display.
.It Ar ra#
-Unibus uda50 w/ ra??.
+UNIBUS UDA50 w/ RA??.
.It Ar random
Random number generator.
.It Ar rb#
-730 idc w/ rb80 and/or rb02.
+730 IDC w/ RB80 and/or RB02.
.It Ar rl#
-Unibus rl02.
+UNIBUS RL02.
.It Ar rx#
-Unibus rx211 floppy disk.
+UNIBUS RX211 floppy disk.
.It Ar sd#
SCSI disks.
.It Ar ss#
@@ -157,26 +157,26 @@ SCSI scanner.
.It Ar st#
SCSI tape drives.
.It Ar tm#
-Unibus tm11 & te10 emulations (e.g. Emulex tc-11).
+UNIBUS TM11 & TE10 emulations (e.g. Emulex TC-11).
.It Ar ts#
-Unibus ts11.
+UNIBUS TS11.
.It Ar ttyv0
QVSS (MicroVAX) display reserved pty.
.It Ar uk#
SCSI unknown.
.It Ar up#
-Other Unibus devices (e.g. on Emulex sc-21v controller).
+Other UNIBUS devices (e.g. on Emulex SC-21V controller).
.It Ar ut#
-Unibus TU45 emulations (e.g. 9700).
+UNIBUS TU45 emulations (e.g. 9700).
.It Ar uu#
-TU58 cassettes on dl11 controller.
+TU58 cassettes on DL11 controller.
.It Ar va#
-Unibus Varian parallel interface.
+UNIBUS Varian parallel interface.
.It Ar vnd#
.Dq File
pseudo-disks.
.It Ar vp#
-Unibus Versatec parallel interface.
+UNIBUS Versatec parallel interface.
.El
.Sh FILES
.Bl -tag -width /dev -compact