summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2011-05-18 03:34:47 +0000
committerstanley lieber <stanley.lieber@gmail.com>2011-05-18 03:34:47 +0000
commit490d7484879fa70e7762011c63476c6ba5e44c1c (patch)
treeb6296a883e31211c975d3f5058a85432c6d51f02
parentd0649f3542ce58b704d5fc2730095f59370b37ff (diff)
icanhasmsi(8): add man page
-rw-r--r--sys/man/8/icanhasmsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/man/8/icanhasmsi b/sys/man/8/icanhasmsi
new file mode 100644
index 000000000..abd67d3a1
--- /dev/null
+++ b/sys/man/8/icanhasmsi
@@ -0,0 +1,19 @@
+.TH ICANHASMSI 8
+.SH NAME
+icanhasmsi \- print MSI configuration
+.SH SYNOPSIS
+.B aux/icanhasmsi
+.SH DESCRIPTION
+Prints information about Message Signaled Interrupt (MSI) devices
+found on the system, one line per device.
+.SH SOURCE
+.B /sys/src/cmd/aux/icanhasmsi.c
+.SH SEE ALSO
+.IR pci (8),
+.IR pnp (3)
+.SH BUGS
+Should probably be renamed to
+.I
+msi
+or merged with
+.IR pci (8).