Module Name:    src
Committed By:   wiz
Date:           Mon Oct 27 14:41:42 UTC 2014

Modified Files:
        src/share/man/man9: pci.9

Log Message:
Unfix parts of previous.
We currently do not split arguments in their components if they
are functions with arguments themselves.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man9/pci.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pci.9
diff -u src/share/man/man9/pci.9:1.37 src/share/man/man9/pci.9:1.38
--- src/share/man/man9/pci.9:1.37	Mon Oct 27 12:02:17 2014
+++ src/share/man/man9/pci.9	Mon Oct 27 14:41:42 2014
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pci.9,v 1.37 2014/10/27 12:02:17 christos Exp $
+.\"     $NetBSD: pci.9,v 1.38 2014/10/27 14:41:42 wiz Exp $
 .\"
 .\" Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -73,8 +73,7 @@
 "int maxdevs"
 .Ft int
 .Fn pci_activate "pci_chipset_tag_t pc" "pcitag_t tag" "device_t dev" \
-"int (*wakeup)(pci_chipset_tag_t pc" "pcitag_t tag" \
-"\t\tdevice_t dev" "pcireg_t reg)"
+"int (*wakeup)(pci_chipset_tag_t pc, pcitag_t tag, device_t dev, pcireg_t reg)"
 .Ft int
 .Fn pci_chipset_tag_create "pci_chipset_tag_t opc" "uint64_t present" \
 "const struct pci_overrides *ov" "void *ctx" "pci_chipset_tag_t *pcp"
@@ -87,7 +86,7 @@
 "pcireg_t val"
 .Ft void
 .Fn pci_conf_print "pci_chipset_tag_t pc" "pcitag_t tag" \
-"void (*func)(pci_chipset_tag_t" "pcitag_t" "const pcireg_t *)"
+"void (*func)(pci_chipset_tag_t, pcitag_t, const pcireg_t *)"
 .Ft void
 .Fn pci_conf_capture "pci_chipset_tag_t pc" "pcitag_t tag" \
 "struct pci_conf_state *"

Reply via email to