summaryrefslogtreecommitdiff
path: root/extras/cdrom_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/cdrom_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/cdrom_id')
-rw-r--r--extras/cdrom_id/Makefile.am3
-rw-r--r--extras/cdrom_id/cdrom_id.836
2 files changed, 0 insertions, 39 deletions
diff --git a/extras/cdrom_id/Makefile.am b/extras/cdrom_id/Makefile.am
index 99c96b24e8..d86e68e990 100644
--- a/extras/cdrom_id/Makefile.am
+++ b/extras/cdrom_id/Makefile.am
@@ -13,6 +13,3 @@ cdrom_id_SOURCES = \
../../libudev/libudev.c \
../../libudev/libudev-list.c \
../../libudev/libudev-util.c
-
-dist_man_MANS = \
- cdrom_id.8
diff --git a/extras/cdrom_id/cdrom_id.8 b/extras/cdrom_id/cdrom_id.8
deleted file mode 100644
index 617d9f67d1..0000000000
--- a/extras/cdrom_id/cdrom_id.8
+++ /dev/null
@@ -1,36 +0,0 @@
-.TH CDROM_ID 8 "January 2009" "" "Linux Administrator's Manual"
-.SH NAME
-cdrom_id \- udev callout to determine the capabilities of optical drives and media
-.SH SYNOPSIS
-.B cdrom_id
-[\fB--export\fP] [\fB--debug\fP] \fIdevice\fP
-.br
-.B cdrom_id
-\fB--help\fP
-.SH "DESCRIPTION"
-.B cdrom_id
-is normally called from a udev rule, to provide udev with the list of
-capabilities of a optical drive.
-.SH USAGE
-.B cdrom_id
-opens the device node specified at the commandline and prints the
-discovered capabilities.
-.SH OPTIONS
-The following commandline switches are supported to specify what cdrom_id
-should print:
-.TP
-.B -x, --export
-Print all values as environment keys. This is the default at present, so this
-option is currently redundant.
-.TP
-.B -d, --debug
-Print a debug trace.
-.TP
-.B -h, --help
-Print usage help.
-.RE
-.SH SEE ALSO
-.BR udev (7)
-.SH AUTHORS
-Developed by Kay Sievers <kay.sievers@vrfy.org>.
-