summaryrefslogtreecommitdiff
path: root/extras/modem-modeswitch
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-06-17 21:57:40 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-06-17 21:57:40 +0200
commitbcee964977fe6a85e1c7e60f6a58ec61843e8921 (patch)
treed022dfe1e6b75010c09ac00eddcb98b2a59a7a5c /extras/modem-modeswitch
parent0373056e4528f89504cfbf6da97394396005a147 (diff)
extras: delete man pages for private udev tools
These are mostly dummy man pages, without real content, some even outdated. None of these tools are part of any offered public interface, and they should not pretend to be by offering a man page.
Diffstat (limited to 'extras/modem-modeswitch')
-rw-r--r--extras/modem-modeswitch/Makefile.am3
-rw-r--r--extras/modem-modeswitch/modem-modeswitch.839
2 files changed, 0 insertions, 42 deletions
diff --git a/extras/modem-modeswitch/Makefile.am b/extras/modem-modeswitch/Makefile.am
index 94d58d065f..e3d18b8c52 100644
--- a/extras/modem-modeswitch/Makefile.am
+++ b/extras/modem-modeswitch/Makefile.am
@@ -21,6 +21,3 @@ modem_modeswitch_LDADD = \
dist_udevrules_DATA = \
61-option-modem-modeswitch.rules \
61-mobile-action.rules
-
-dist_man_MANS = \
- modem-modeswitch.8
diff --git a/extras/modem-modeswitch/modem-modeswitch.8 b/extras/modem-modeswitch/modem-modeswitch.8
deleted file mode 100644
index 80fab0d548..0000000000
--- a/extras/modem-modeswitch/modem-modeswitch.8
+++ /dev/null
@@ -1,39 +0,0 @@
-.TH MODEM_MODESWITCH 8 "November 2005" "" "Linux Administrator's Manual"
-.SH NAME
-modem-modeswitch \- udev callout to switch mobile broadband devices to their
-intended modem mode
-.SH SYNOPSIS
-.BI modem-modeswitch
-\fI--vendor <vendor id>\fP \fI--product <product id>\fP [\fI--debug\fP]
-\fI--type <type>\fP \fI<devpath>\fP
-.SH "DESCRIPTION"
-.B modem-modeswitch
-is normally called from a udev rule, to eject the driver CD that many mobile
-broadband devices mount by default, and switch them into modem mode.
-.SH USAGE
-.B modem-modeswitch
-switches the device into modem mode
-.SH OPTIONS
-The following commandline switches are supported:
-.TP
-.BI \-\-vendor\ <vid>
-the USB vendor ID of the mobile broadband device to switch
-.TP
-.BI \-\-product\ <pid>
-the USB product ID of the mobile broadband device to switch
-.TP
-.BI \-\-type\ <type>
-the type of switch to perform (one of: option-zerocd, mobile-action-8280p)
-.TP
-.BI \-\-log\ <file>
-log verbose debugging information about the switching process
-.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> based off code by Peter Henn
-<p.henn@option.com>.
-