diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-18 03:34:47 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-18 03:34:47 +0000 |
commit | 490d7484879fa70e7762011c63476c6ba5e44c1c (patch) | |
tree | b6296a883e31211c975d3f5058a85432c6d51f02 | |
parent | d0649f3542ce58b704d5fc2730095f59370b37ff (diff) |
icanhasmsi(8): add man page
-rw-r--r-- | sys/man/8/icanhasmsi | 19 |
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). |