diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-02 13:48:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-02 13:48:16 +0000 |
commit | 25a7bcf57f3eca2c24f05f13a373c6b6f5f8eb57 (patch) | |
tree | 48dd6495bead679426be73af4da914f3fd9d1d02 | |
parent | 2b6982e8acd5996081853ff1c5db2380a08d39b3 (diff) |
isa -> ISA
-rw-r--r-- | share/man/man4/bha.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/bios.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/bha.4 b/share/man/man4/bha.4 index b51708b7b57..42d293ee509 100644 --- a/share/man/man4/bha.4 +++ b/share/man/man4/bha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bha.4,v 1.2 2002/09/26 07:55:39 miod Exp $ +.\" $OpenBSD: bha.4,v 1.3 2003/04/02 13:48:15 jmc Exp $ .\" $NetBSD: bha.4,v 1.10 1999/12/17 16:23:21 abs Exp $ .\" .\" Copyright (c) 1994 James A. Jegers @@ -47,7 +47,7 @@ adapters: .Bl -tag -width -offset indent -compact .It Tn Buslogic ISA BT-445 .It Tn Buslogic EISA BT-74x -(supported in isa compatibility mode only) +(supported in ISA compatibility mode only) .It Tn Buslogic PCI BT-9[45][68] .El .Sh SEE ALSO diff --git a/share/man/man4/man4.i386/bios.4 b/share/man/man4/man4.i386/bios.4 index b3052e07a23..f8ca80541a9 100644 --- a/share/man/man4/man4.i386/bios.4 +++ b/share/man/man4/man4.i386/bios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bios.4,v 1.6 2003/04/01 07:31:27 jmc Exp $ +.\" $OpenBSD: bios.4,v 1.7 2003/04/02 13:48:15 jmc Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff .\" All rights reserved. @@ -53,7 +53,7 @@ The .Nm driver also scans the ISA memory hole at 640K-1M for optional ROM images and reserves the space from being used by various -isa devices, for example +ISA devices, for example .Xr pcic 4 . .Pp Flags is a bit mask each bit of which specifies which functions |