summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2020-06-17 06:25:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2020-06-17 06:25:42 +0000
commite995f9ef8644770967a6bac59067c7a579db9b4d (patch)
tree3ae1ac774c6f7ee59b248890311681faa1df08de /share/man
parenta728c34a9d460ef77f4adc8e76d6dafc1b1ead98 (diff)
tweak previous;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/intrmap_create.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/intrmap_create.9 b/share/man/man9/intrmap_create.9
index ad385748a3e..1f143481bf0 100644
--- a/share/man/man9/intrmap_create.9
+++ b/share/man/man9/intrmap_create.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intrmap_create.9,v 1.2 2020/06/17 03:01:26 dlg Exp $
+.\" $OpenBSD: intrmap_create.9,v 1.3 2020/06/17 06:25:41 jmc Exp $
.\"
.\" Copyright (c) 2020 David Gwynne <dlg@openbsd.org>
.\"
@@ -103,7 +103,7 @@ and
can be called during autoconf, or from process context.
.Sh RETURN VALUES
.Fn intrmap_create
-returns a pointer to a interrupt mapping structure on success, or
+returns a pointer to an interrupt mapping structure on success, or
.Dv NULL
on failure.
.Pp
@@ -112,7 +112,7 @@ returns the number of interrupts that were allocated for the driver
to use.
.Pp
.Fn intrmap_cpu
-returns pointer to the cpu_info structure for the CPU that the
+returns a pointer to the cpu_info structure for the CPU that the
interrupt should be established on.
.\" .Sh SEE ALSO
.\" .Xr pci_intr_establish_cpuid 9