summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2020-06-17 07:45:05 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2020-06-17 07:45:05 +0000
commit2aaffcb77f8537f9873ee3e49b7c946f9855573e (patch)
tree01053e5c1778a024c4d95db4c5f15b9ab0127b4f
parent93b38a2323af8425aa68943b765e7cb6dfcba08e (diff)
replace a long and wrapped Fn line with Fo Fa Fc
-rw-r--r--share/man/man9/pci_intr_map.914
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9
index b4622c25774..e8e7ccdf323 100644
--- a/share/man/man9/pci_intr_map.9
+++ b/share/man/man9/pci_intr_map.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci_intr_map.9,v 1.13 2013/06/04 19:27:10 schwarze Exp $
+.\" $OpenBSD: pci_intr_map.9,v 1.14 2020/06/17 07:45:04 dlg 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: June 17 2020 $
.Dt PCI_INTR_MAP 9
.Os
.Sh NAME
@@ -41,8 +41,14 @@
.Ft const char *
.Fn pci_intr_string "pci_chipset_tag_t pc" "pci_intr_handle_t ih"
.Ft void *
-.Fn pci_intr_establish "pci_chipset_tag_t pc" "pci_intr_handle_t ih" \
-"int level" "int (*func)(void *)" "void *arg" "const char *name"
+.Fo pci_intr_establish
+.Fa "pci_chipset_tag_t pc"
+.Fa "pci_intr_handle_t ih"
+.Fa "int level"
+.Fa "int (*func)(void *)"
+.Fa "void *arg"
+.Fa "const char *name"
+.Fc
.Ft void
.Fn pci_intr_disestablish "pci_chipset_tag_t pc" "void *v"
.Sh DESCRIPTION