diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:26:46 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:26:46 +0000 |
commit | acf930c59c72b8618852e05d61e1709e6190a3d0 (patch) | |
tree | 5ec14226bce7b092465925b57a97d3a3812d2691 /share/man/man9/pci_conf_read.9 | |
parent | 908d14f9c35bb3bc8b5ff316e6fb6c06ae6447b7 (diff) |
Use "In" to mark up include files, instead of wrongly wrapping with Aq.
Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics besides.
ok schwarze@
Diffstat (limited to 'share/man/man9/pci_conf_read.9')
-rw-r--r-- | share/man/man9/pci_conf_read.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pci_conf_read.9 b/share/man/man9/pci_conf_read.9 index 67b17070482..7dbcb98f088 100644 --- a/share/man/man9/pci_conf_read.9 +++ b/share/man/man9/pci_conf_read.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci_conf_read.9,v 1.11 2013/06/04 19:27:10 schwarze Exp $ +.\" $OpenBSD: pci_conf_read.9,v 1.12 2015/02/15 22:26:45 bentley Exp $ .\" .\" Copyright (c) 2005 Michael Shalayeff .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: February 15 2015 $ .Dt PCI_CONF_READ 9 .Os .Sh NAME @@ -44,7 +44,7 @@ These functions provide a way to access PCI configuration space. .Pp The following types are defined in the machine dependent include file -.Aq Pa pci_machdep.h . +.In pci_machdep.h . .Pp .Bl -tag -width pci_chipset_tag_t -offset indent -compact .It pci_chipset_tag_t |