summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-08-23 08:25:07 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-08-23 08:25:07 +0000
commit16570227fce83897afeadcf0c77e279f47ff98d2 (patch)
tree95dcbfbb839f40ea0dbfed200ee6265feba3ed0e
parent3a7f708fdcd18ce0c94991c425f868da98a868b2 (diff)
heh, two different spellings in the same sentence: co-exist and coexist;
prefer coexist, since all other man pages do too, and oxford agree.
-rw-r--r--share/man/man9/bus_space.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9
index 994baabcced..2f700ac154a 100644
--- a/share/man/man9/bus_space.9
+++ b/share/man/man9/bus_space.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bus_space.9,v 1.15 2005/03/12 12:21:08 jmc Exp $
+.\" $OpenBSD: bus_space.9,v 1.16 2005/08/23 08:25:06 jmc Exp $
.\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -609,7 +609,7 @@ Some implementations may keep track of use of bus space for some or all
bus spaces and refuse to allow duplicate allocations.
This is encouraged for bus spaces which have no notion of slot-specific
space addressing, such as ISA and VME, and for spaces which coexist with
-those spaces (e.g. EISA and PCI memory and I/O spaces co-existing with
+those spaces (e.g. EISA and PCI memory and I/O spaces coexisting with
ISA memory and I/O spaces).
.Pp
Mapped regions may contain areas for which there is no device on the bus.