summaryrefslogtreecommitdiff
path: root/lsbus.1
blob: ca02c06fd39c419fd491f0e525d4f4fa12333397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH LSBUS 1 "October 12, 2003" "Martin Pitt"
.SH NAME
lsbus \- query system bus information

.SH SYNOPSIS
.B lsbus
[
.I options
.I bus
[
.I device
] ]

.SH DESCRIPTION
When 
.B lsbus
is called without arguments, it shows the available bus types (usb,
pci, etc.).
.P
When \fIbus\fR is supplied, then a tree of all devices (without
further arguments) or a specific device (when \fIdevice\fR is
given) on this bus is displayed.

.SH OPTIONS
.TP
.B \-a
Show attributes
.TP
.B \-d
Show only devices
.TP
.B \-v
Show all attributes with values
.TP
.B \-A \fIattribute
Show attribute value
.TP
.B \-D
Show only drivers
.TP
.B \-h
Show usage

.SH SEE ALSO
.B systool
(1)
.P
The web page of
.B libsysfs
at http://linux\-diag.sourceforge.net/Sysfsutils.html

.SH AUTHOR
.B lsbus
was written by Ananth Mavinakayanahalli <ananth@in.ibm.com> and
Daniel Stekloff <dsteklof@us.ibm.com>.
.P
This man page was contributed by Martin Pitt <mpitt@debian.org> for
the Debian GNU/Linux system (but may be used by others).