diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2004-11-26 23:49:59 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2004-11-26 23:49:59 +0000 |
commit | 3e93ddd36a05d44949025ec1add12487c982803c (patch) | |
tree | e74a36687c908db45f7b4bd0208874f260c75f21 /share | |
parent | 89e481292303737164dc1c16edfdf1c6e5bac748 (diff) |
Grammo ok many.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_space.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index 2e0d86ac437..5b27718e065 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.12 2004/10/20 18:13:15 ian Exp $ +.\" $OpenBSD: bus_space.9,v 1.13 2004/11/26 23:49:58 marco Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -612,8 +612,7 @@ 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 ISA memory and I/O spaces). .Pp -Mapped regions may contain areas for which no there is no device on the -bus. +Mapped regions may contain areas for which there is no device on the bus. If space in those areas is accessed, the results are bus-dependent. .Pp .It Fn bus_space_unmap "space" "handle" "size" |