diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-16 21:23:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-16 21:23:09 +0000 |
commit | e035055229a8d39c664af93893868ce56b6b35f3 (patch) | |
tree | e47becb7e61fbdba8711b0cff6458a678025f22d /share/man/man9/bus_space.9 | |
parent | bd5270c32fe3dd16cc0ef16ee27454fa9906a146 (diff) |
list/display fixes, and whitespace;
Diffstat (limited to 'share/man/man9/bus_space.9')
-rw-r--r-- | share/man/man9/bus_space.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index fe5c9e94435..cef147d18b5 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.10 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: bus_space.9,v 1.11 2004/04/16 21:23:08 jmc Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -943,7 +943,6 @@ input port, and are placed by the device on a stack, the top of which is read by reading from the output port. The sequence to correctly write two data bytes to the device then read those two data bytes back would be: -.Pp .Bd -literal /* * t and h are the tag and handle for the mapped device's |