summaryrefslogtreecommitdiffstats
path: root/option-zerocd/option-zerocd.8
blob: 3370b1b782a286f7151d88d4e68062b03ac5c8b7 (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
.TH EDD_ID 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<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 are supported to specify what modem_caps
should print:
.TP
.BI \-\-export
print values as environment keys
.TP
.BI \-\-verbose
print debugging information
.RE
.SH SEE ALSO
.BR udev (7)
.SH AUTHORS
Developed by Dan Williams <dcbw@redhat.com>.