diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 12:21:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 12:21:09 +0000 |
commit | 46ca4a22cf421077167465274a38760e8f2e3f7b (patch) | |
tree | db4d0545de80aac6b3697e61a5ad1cfeb3387594 /share/man/man9/bus_space.9 | |
parent | c39d8926d25b9f07c04600dd6e93f00e3e5efa22 (diff) |
escape `.' at eol to avoid double spacing issue;
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 ab9d655010f..994baabcced 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.14 2004/12/20 22:12:43 jsg Exp $ +.\" $OpenBSD: bus_space.9,v 1.15 2005/03/12 12:21: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. @@ -379,7 +379,7 @@ machine-dependence clear. .Sh CONCEPTS AND GUIDELINES Bus spaces are described by bus space tags, which can be created only by machine-dependent code. -A given machine may have several different types of bus space (e.g. +A given machine may have several different types of bus space (e.g.\& memory space and I/O space), and thus may provide multiple different bus space tags. Individual busses or devices on a machine may use more than one bus |