diff options
Diffstat (limited to 'share/man/man9/bus_space.9')
-rw-r--r-- | share/man/man9/bus_space.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index b4746099db6..719872f7c34 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.28 2014/01/19 08:11:19 schwarze Exp $ +.\" $OpenBSD: bus_space.9,v 1.29 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BUS_SPACE 9 .Os .Sh NAME @@ -361,7 +361,7 @@ functions exist to allow device drivers machine-independent access to bus memory and register areas. All of the functions and types described in this document can be used by including the -.Aq Pa machine/bus.h +.In machine/bus.h header file. .Pp Many common devices are used on multiple architectures, but are accessed @@ -393,7 +393,7 @@ versions of these interfaces, but may implement them as macros if appropriate. Machine-dependent types, variables, and functions should be marked clearly in -.Aq Pa machine/bus.h +.In machine/bus.h to avoid confusion with the machine-independent types and functions, and, if possible, should be given names which make the machine-dependence clear. @@ -482,7 +482,7 @@ specified is zero. .Sh TYPES Several types are defined in -.Aq Pa machine/bus.h +.In machine/bus.h to facilitate use of the .Nm functions by drivers. |