summaryrefslogtreecommitdiffstats
path: root/share/man/man9/ithread.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-12 08:54:49 +0000
committerru <ru@FreeBSD.org>2001-03-12 08:54:49 +0000
commite6ec102c95885489000557a5d85f61958fb50b90 (patch)
tree4828f40714081a853909f53efde24b32a9437173 /share/man/man9/ithread.9
parent07c5543bb1ea54b329953bb40405fb63364c8a09 (diff)
downloadFreeBSD-src-e6ec102c95885489000557a5d85f61958fb50b90.zip
FreeBSD-src-e6ec102c95885489000557a5d85f61958fb50b90.tar.gz
mdoc(7) police: mark C types with Vt macro.
Diffstat (limited to 'share/man/man9/ithread.9')
-rw-r--r--share/man/man9/ithread.910
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man9/ithread.9 b/share/man/man9/ithread.9
index d082229..1c5e45b 100644
--- a/share/man/man9/ithread.9
+++ b/share/man/man9/ithread.9
@@ -87,7 +87,7 @@ function creates a new interrupt thread.
The
.Fa ithread
argument points to an
-.Li struct ithd
+.Vt struct ithd
pointer that will point to the newly created thread upon success.
The
.Fa vector
@@ -171,9 +171,7 @@ function translates the
interrupt flags into interrupt handler priorities.
.Pp
The interrupt flags not related to the type of a particular interrupt
-.Po
-.Dv INTR_TYPE_*
-.Pc
+.Pq Dv INTR_TYPE_*
can be used to specify additional properties of both hardware and software
interrupt handlers.
The
@@ -347,9 +345,9 @@ Interrupt threads and their corresponding API first appeared in
.Fx 5.0 .
.Sh BUGS
Currently
-.Li struct ithd
+.Vt struct ithd
represents both an interrupt source and an interrupt thread.
There should be a separate
-.Li struct isrc
+.Vt struct isrc
that contains a vector number, enable and disable functions, etc. that
an ithread holds a reference to.
OpenPOWER on IntegriCloud