diff options
author | Dan Williams <dcbw@redhat.com> | 2008-12-16 22:19:56 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-12-16 22:19:56 -0500 |
commit | 828c267eedcb508efa92ef3718d94358255b54af (patch) | |
tree | d6d64ebc899fe52995a687e621cadd89837b8759 | |
parent | 07f84d59af08a6b5a65a119d177338d5944d989e (diff) |
manpage cleanups and fixes
-rw-r--r-- | option-zerocd/option-zerocd.8 | 37 | ||||
-rw-r--r-- | probe-modem/probe-modem.8 | 6 |
2 files changed, 23 insertions, 20 deletions
diff --git a/option-zerocd/option-zerocd.8 b/option-zerocd/option-zerocd.8 index 3370b1b..7fd761b 100644 --- a/option-zerocd/option-zerocd.8 +++ b/option-zerocd/option-zerocd.8 @@ -1,29 +1,32 @@ -.TH EDD_ID 8 "November 2005" "" "Linux Administrator's Manual" +.TH OPTION_ZEROCD 8 "November 2005" "" "Linux Administrator's Manual" .SH NAME -probe-modem \- udev callout to identify Hayes-compatible modem capabilities +option-zerocd \- udev callout to switch Option N.V. mobile broadband devices +to their intended modem mode .SH SYNOPSIS -.BI probe-modem -[\fI--export\fP] \fI<devpath>\fP +.BI option-zerocd +\fI--vendor <vendor id>\fP \fI--product <product id>\fP [\fI--debug\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. +.B option-zerocd +is normally called from a udev rule, to eject the driver CD that many Option +mobile broadband devices masquerade as by default, and switch into modem mode. .SH USAGE -.B probe-modem -opens the tty node specified at the commandline and prints the -discovered modem capabilities. +.B option-zerocd +switches the device into modem mode .SH OPTIONS -The following commandline switches are supported to specify what modem_caps -should print: +The following commandline switches are supported: .TP -.BI \-\-export -print values as environment keys +.BI \-\-vendor +the USB vendor ID of the mobile broadband device to switch .TP -.BI \-\-verbose -print debugging information +.BI \-\-product +the USB product ID of the mobile broadband device to switch +.TP +.BI \-\-debug +print verbose debugging information about the switching process .RE .SH SEE ALSO .BR udev (7) .SH AUTHORS -Developed by Dan Williams <dcbw@redhat.com>. +Developed by Dan Williams <dcbw@redhat.com> based off code by Peter Henn +<p.henn@option.com>. diff --git a/probe-modem/probe-modem.8 b/probe-modem/probe-modem.8 index 099a4b3..aaf3874 100644 --- a/probe-modem/probe-modem.8 +++ b/probe-modem/probe-modem.8 @@ -1,9 +1,9 @@ -.TH EDD_ID 8 "November 2005" "" "Linux Administrator's Manual" +.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<devpath>\fP +[\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 @@ -24,7 +24,7 @@ print debugging information .BI \-\-quiet only output to logfile, not stdout .TP -.BI \-\-log <file> +.BI \-\-log\ <file> log output to <file> .RE .SH SEE ALSO |