~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to doc/man/hal-find-by-property.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" 
2
 
.\" hal-find-by-property manual page.
3
 
.\" Copyright (C) 2007 David Zeuthen <david@fubar.dk>
4
 
.\"
5
 
.TH HAL-FIND-BY-PROPERTY 1
6
 
.SH NAME
7
 
hal-find-by-property \- find device objects by property matching
8
 
.SH SYNOPSIS
9
 
.PP
10
 
.B hal-find-by-property
11
 
[options]
12
 
 
13
 
.SH DESCRIPTION
14
 
 
15
 
\fIhal-get-property\fP finds device object in
16
 
the
17
 
.B HAL 
18
 
device database by looking at device properties. For
19
 
more information about both the big picture and specific
20
 
.B HAL
21
 
properties, refer to the \fIHAL spec\fP which can be found in
22
 
.I "/usr/share/doc/hal-0.5.9/spec/hal-spec.html"
23
 
depending on the distribution.
24
 
 
25
 
.SH OPTIONS
26
 
The following options are supported:
27
 
.TP
28
 
.I "--key"
29
 
The name of the property.
30
 
.TP
31
 
.I "--string"
32
 
String value of the property
33
 
.TP
34
 
.I "--verbose"
35
 
Verbose output.
36
 
.TP
37
 
.I "--help"
38
 
Print out usage.
39
 
.TP
40
 
.I "--version"
41
 
Print the version.
42
 
 
43
 
.SH RETURN VALUE
44
 
.PP
45
 
If devices matching the given property are found each UDI (\fIUnique
46
 
Device Identifier\fP) is printed on stdout and the program exits with
47
 
exit code 0. If no devices are found or an error occured, the program
48
 
exits with a non-zero exit code.
49
 
 
50
 
.SH BUGS
51
 
.PP
52
 
Please send bug reports to either the distribution or the HAL
53
 
mailing list, see 
54
 
.I "http://lists.freedesktop.org/mailman/listinfo/hal"
55
 
on how to subscribe.
56
 
 
57
 
.SH SEE ALSO
58
 
.PP
59
 
\&\fIhald\fR\|(8), 
60
 
\&\fIlshal\fR\|(1), 
61
 
\&\fIhal-set-property\fR\|(1),
62
 
\&\fIhal-get-property\fR\|(1),
63
 
\&\fIhal-find-by-capability\fR\|(1),
64
 
\&\fIdbus-send\fR\|(1)
65
 
 
66
 
.SH AUTHOR
67
 
Written by David Zeuthen <david@fubar.dk> with a lot of help from many
68
 
others.
69