diff options
author | 2014-06-28 06:39:50 +0000 | |
---|---|---|
committer | 2014-06-28 06:39:50 +0000 | |
commit | 8b6d69d08e04dc7547b4501feaa6f8bf4e6873d6 (patch) | |
tree | 064f828f4892fd367b558244f94aaeae9eff0fb2 | |
parent | Add argument types for bio(4) ioctl() commands (diff) | |
download | wireguard-openbsd-8b6d69d08e04dc7547b4501feaa6f8bf4e6873d6.tar.xz wireguard-openbsd-8b6d69d08e04dc7547b4501feaa6f8bf4e6873d6.zip |
Fix indenting for bio(4) and pci(4) ioctl()s.
-rw-r--r-- | share/man/man4/bio.4 | 6 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/bio.4 b/share/man/man4/bio.4 index d5ef954a4b6..584a7d8c8c4 100644 --- a/share/man/man4/bio.4 +++ b/share/man/man4/bio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bio.4,v 1.31 2014/06/28 06:34:22 matthew Exp $ +.\" $OpenBSD: bio.4,v 1.32 2014/06/28 06:39:50 matthew Exp $ .\" .\" Copyright (c) 2002 Niklas Hallqvist .\" Copyright (c) 2006 Marco Peereboom @@ -96,7 +96,7 @@ SCSI Enclosure Services The following ioctl calls apply to the .Nm device: -.Bl -tag -width BIOCINSTALLBOOT +.Bl -tag -width Ds .It Dv BIOCLOCATE Fa "struct bio_locate *" Locate a named device and give back a cookie to the application for subsequent ioctl calls. @@ -136,7 +136,7 @@ The following ioctl calls apply to the device only when talking to a .Xr softraid 4 device: -.Bl -tag -width BIOCINSTALLBOOT +.Bl -tag -width Ds .It Dv BIOCCREATERAID Fa "struct bioc_createraid *" Create a new volume or assemble an existing volume. The volume will be attached as a system disk, if this capability is supported 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 |