diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2004-10-20 18:13:16 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2004-10-20 18:13:16 +0000 |
commit | c3258e55ecb50c82fd6bf59a1f04cd519ecae2ad (patch) | |
tree | 2d5b97fd61fee116072064c7d64564987e4d7aec /share/man/man9 | |
parent | d31390afb98bb168ddd43710afb218e152062bb2 (diff) |
Tiny typo
Diffstat (limited to 'share/man/man9')
-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 cef147d18b5..2e0d86ac437 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.11 2004/04/16 21:23:08 jmc Exp $ +.\" $OpenBSD: bus_space.9,v 1.12 2004/10/20 18:13:15 ian Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -448,7 +448,7 @@ If called with invalid arguments or arguments that are out of range (e.g. trying to access data outside of the region mapped when a given handle was created), undefined behaviour results. In that case, they may cause the system to halt, either intentionally -(via panic) or unintentionally (by causing a fatal trap of by some other +(via panic) or unintentionally (by causing a fatal trap or by some other means) or may cause improper operation which is not immediately fatal. Functions which return void or which return data read from bus space (i.e. functions which don't obviously return an error code) do not |