From 828c267eedcb508efa92ef3718d94358255b54af Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 16 Dec 2008 22:19:56 -0500 Subject: manpage cleanups and fixes --- option-zerocd/option-zerocd.8 | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'option-zerocd') 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\fP +.BI option-zerocd +\fI--vendor \fP \fI--product \fP [\fI--debug\fP] \fI\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 . +Developed by Dan Williams based off code by Peter Henn +. -- cgit