diff options
Diffstat (limited to 'share/man/man9/bus_space.9')
-rw-r--r-- | share/man/man9/bus_space.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index ecccdfe6bf1..c7576cce04b 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.4 2001/06/25 20:45:56 mickey Exp $ +.\" $OpenBSD: bus_space.9,v 1.5 2001/06/28 22:14:23 millert Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -345,7 +345,7 @@ header file. .Pp Many common devices are used on multiple architectures, but are accessed differently on each because of architectural constraints. -For instance, a device which is mapped in one systems's I/O space may be +For instance, a device which is mapped in one system's I/O space may be mapped in memory space on a second system. On a third system, architectural limitations might change the way registers need to be accessed (e.g. creating a non-linear register |