diff options
author | 2009-08-22 02:57:06 +0000 | |
---|---|---|
committer | 2009-08-22 02:57:06 +0000 | |
commit | f99b8aec63761748d6f77e007a9488b025a83cd9 (patch) | |
tree | 04bc7d4ea58a87a54ca0c37dbcd1b5d948921829 /share/man/man9 | |
parent | Constify the what/name parameter of pci_intr_establish(). (diff) | |
download | wireguard-openbsd-f99b8aec63761748d6f77e007a9488b025a83cd9.tar.xz wireguard-openbsd-f99b8aec63761748d6f77e007a9488b025a83cd9.zip |
Update pci_intr_establish() prototype.
Diffstat (limited to 'share/man/man9')
-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 2b81ccec3fd..c89bdf03e10 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.8 2007/08/02 07:13:27 jmc Exp $ +.\" $OpenBSD: pci_intr_map.9,v 1.9 2009/08/22 02:57:06 mk 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: August 2 2007 $ +.Dd $Mdocdate: August 22 2009 $ .Dt PCI_INTR_MAP 9 .Os .Sh NAME @@ -39,7 +39,7 @@ .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" "char *name" +"int level" "int (*func)(void *)" "void *arg" "const char *name" .Ft void .Fn pci_intr_disestablish "pci_chipset_tag_t pc" "void *v" .Sh DESCRIPTION |