Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Unfix parts of previous.



details:   https://anonhg.NetBSD.org/src/rev/2322b33adcc4
branches:  trunk
changeset: 333291:2322b33adcc4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 27 14:41:42 2014 +0000

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

diffstat:

 share/man/man9/pci.9 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 493041406af9 -r 2322b33adcc4 share/man/man9/pci.9
--- a/share/man/man9/pci.9      Mon Oct 27 14:10:12 2014 +0000
+++ b/share/man/man9/pci.9      Mon Oct 27 14:41:42 2014 +0000
@@ -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 *"



Home | Main Index | Thread Index | Old Index