blob: bea6e68aba33a9cde63d5f3f23e99abaaeacf29d (
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
59
60
61
62
63
64
65
|
.\"
.\" lshal manual page.
.\" Copyright (C) 2007 David Zeuthen <david@fubar.dk>
.\"
.TH LSHAL 1
.SH NAME
lshal \- list HAL devices
.SH SYNOPSIS
.PP
.B lshal
[options]
.SH DESCRIPTION
\fIlshal\fP is a utility for displaying items in the
.B HAL
device database. For
more information about both the big picture and specific
.B HAL
properties, refer to the \fIHAL spec\fP which can be found in
.I "@docdir@/spec/hal-spec.html"
depending on the distribution.
.SH OPTIONS
The following options are supported:
.TP
.I "-m, --monitor"
Print changes emitted by the
.B hald
daemon.
.TP
.I "-s, --short"
Short output.
.TP
.I "-t, --tree"
Display the devices organized in a tree.
.TP
.I "-u, --show"
Show only the given UDI (\fIUnique Device Identifier\fP).
.TP
.I "-h, --help"
Print out usage.
.TP
.I "-V, --version"
Print the version.
.SH BUGS
.PP
Please send bug reports to either the distribution or the HAL
mailing list, see
.I "http://lists.freedesktop.org/mailman/listinfo/hal"
on how to subscribe.
.SH SEE ALSO
.PP
\&\fIhald\fR\|(8),
\&\fIhal-get-property\fR\|(1),
\&\fIhal-set-property\fR\|(1),
\&\fIhal-find-by-property\fR\|(1),
\&\fIhal-find-by-capability\fR\|(1)
.SH AUTHOR
Written by David Zeuthen <david@fubar.dk> with a lot of help from many
others.
|