summaryrefslogtreecommitdiff
path: root/extras/usb_id
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/usb_id
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/usb_id')
-rw-r--r--extras/usb_id/Makefile.am3
-rw-r--r--extras/usb_id/usb_id.838
2 files changed, 0 insertions, 41 deletions
diff --git a/extras/usb_id/Makefile.am b/extras/usb_id/Makefile.am
index bd76fb76c1..6ea7b5132c 100644
--- a/extras/usb_id/Makefile.am
+++ b/extras/usb_id/Makefile.am
@@ -11,6 +11,3 @@ usb_id_SOURCES = \
../../libudev/libudev-util.c \
../../libudev/libudev-device.c \
../../libudev/libudev-enumerate.c
-
-dist_man_MANS = \
- usb_id.8
diff --git a/extras/usb_id/usb_id.8 b/extras/usb_id/usb_id.8
deleted file mode 100644
index 0d5c0958b8..0000000000
--- a/extras/usb_id/usb_id.8
+++ /dev/null
@@ -1,38 +0,0 @@
-.TH USB_ID 8 "January 2009" "" "Linux Administrator's Manual"
-.SH NAME
-usb_id \- udev callout to read information from USB devices
-.SH SYNOPSIS
-.B usb_id
-[\fB--usb-info\fP] [\fB--num-info\fP] [\fB--export\fP] [\fB--debug\fP]
-.I devpath
-.br
-.B usb_id --help
-.SH "DESCRIPTION"
-.B usb_id
-is normally called from a udev rule, to provide udev with a unique string and
-additional information (uuid, label) for a USB device. Udev can use this
-information to create symlinks in /dev to the real device node.
-.SH USAGE
-.B usb_id \fIdevpath\fP
-opens the device node specified at the commandline and prints the
-information chosen by the options.
-.SH OPTIONS
-The following commandline switches are supported to specify what usb_id
-should print:
-.TP
-.B -u, --usb-info
-print USB strings instead of, e.g. SCSI strings for a mass storage device
-.TP
-.B -n, --num-info
-print numerical values instead of strings. Implies \fB--usb-info\fP.
-.TP
-.B -x, --export
-print values as environment keys
-.TP
-.B -h, --help
-print usage help
-.RE
-.SH SEE ALSO
-.BR udev (7)
-.SH AUTHORS
-Developed by Hannes Reinecke <hare@suse.de>.