summaryrefslogtreecommitdiff
path: root/share/man/man4/pci.4
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2014-06-28 06:39:51 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2014-06-28 06:39:51 +0000
commit109d1fdef822eb88fbc2a427b184734e73a69be3 (patch)
treefaff3cf249dfcbba4438b2f55747446141330180 /share/man/man4/pci.4
parentf4e873bd79bfab8de3ee9fb2f81f9d343a149930 (diff)
Fix indenting for bio(4) and pci(4) ioctl()s.
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r--share/man/man4/pci.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 8394166adea..54c58ee1c57 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.329 2014/06/28 06:23:01 matthew Exp $
+.\" $OpenBSD: pci.4,v 1.330 2014/06/28 06:39:50 matthew Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -500,7 +500,7 @@ calls are supported by the
driver.
They are defined in the header file
.In sys/pciio.h .
-.Bl -tag -width 012345678901234
+.Bl -tag -width Ds
.It PCIOCREAD Fa "struct pci_io *"
This
.Xr ioctl 2