blob: aaf38747d0131f30928934370d1dc278a13d0f4e (
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
|
.TH PROBE_MODEM 8 "November 2005" "" "Linux Administrator's Manual"
.SH NAME
probe-modem \- udev callout to identify Hayes-compatible modem capabilities
.SH SYNOPSIS
.BI probe-modem
[\fI--export\fP] [\fI--verbose\fP] [\fI--quiet\fP] [\fI--log <file>\fP] \fI<devpath>\fP
.SH "DESCRIPTION"
.B probe-modem
is normally called from a udev rule, to provide udev with the modem
capabilities for Hayes-compatible modems.
.SH USAGE
.B probe-modem
opens the tty node specified at the commandline and prints the
discovered modem capabilities.
.SH OPTIONS
The following commandline switches alter probe-modem's behavior:
.TP
.BI \-\-export
print values as environment keys
.TP
.BI \-\-verbose
print debugging information
.TP
.BI \-\-quiet
only output to logfile, not stdout
.TP
.BI \-\-log\ <file>
log output to <file>
.RE
.SH SEE ALSO
.BR udev (7)
.SH AUTHORS
Developed by Dan Williams <dcbw@redhat.com>.
|