diff options
Diffstat (limited to 'probe-modem/probe-modem.8')
-rw-r--r-- | probe-modem/probe-modem.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/probe-modem/probe-modem.8 b/probe-modem/probe-modem.8 index 158bac0..3370b1b 100644 --- a/probe-modem/probe-modem.8 +++ b/probe-modem/probe-modem.8 @@ -1,23 +1,26 @@ .TH EDD_ID 8 "November 2005" "" "Linux Administrator's Manual" .SH NAME -modem_caps \- udev callout to identify Hayes-compatible modem capabilities +probe-modem \- udev callout to identify Hayes-compatible modem capabilities .SH SYNOPSIS -.BI modem_caps +.BI probe-modem [\fI--export\fP] \fI<devpath>\fP .SH "DESCRIPTION" -.B modem_caps +.B probe-modem is normally called from a udev rule, to provide udev with the modem capabilities for Hayes-compatible modems. .SH USAGE -.B modem_caps +.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 +.BI \-\-export print values as environment keys +.TP +.BI \-\-verbose +print debugging information .RE .SH SEE ALSO .BR udev (7) |