diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-07-28 14:33:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-07-28 14:33:00 +0000 |
commit | ceca6d7f52686f2efc9d4eda24a57133cb02fa39 (patch) | |
tree | 685aa1a47be043026b30ee0467c42d55e14ff5fe | |
parent | 519eb5c208b9165a33ba3a66205b2762534f436c (diff) |
pci_intr_line() doesn't take a pointer as its argument.
-rw-r--r-- | share/man/man9/pci_intr_map.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9 index a6cad1b7b92..a6ad60bc81d 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.6 2007/05/31 19:20:00 jmc Exp $ +.\" $OpenBSD: pci_intr_map.9,v 1.7 2007/07/28 14:32:59 kettenis 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: May 31 2007 $ +.Dd $Mdocdate: July 28 2007 $ .Dt PCI_INTR_MAP 9 .Os .Sh NAME @@ -35,7 +35,7 @@ .Ft int .Fn pci_intr_map "struct pci_attach_args *paa" "pci_intr_handle_t *ih" .Ft int -.Fn pci_intr_line "pci_intr_handle_t *ih" +.Fn pci_intr_line "pci_intr_handle_t ih" .Ft const char * .Fn pci_intr_string "pci_chipset_tag_t pc" "pci_intr_handle_t ih" .Ft void * |