summaryrefslogtreecommitdiff
path: root/extras/ata_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/ata_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/ata_id')
-rw-r--r--extras/ata_id/Makefile.am3
-rw-r--r--extras/ata_id/ata_id.828
2 files changed, 0 insertions, 31 deletions
diff --git a/extras/ata_id/Makefile.am b/extras/ata_id/Makefile.am
index 18bf20d7f7..d0f467954e 100644
--- a/extras/ata_id/Makefile.am
+++ b/extras/ata_id/Makefile.am
@@ -10,6 +10,3 @@ ata_id_SOURCES = \
../../libudev/libudev.c \
../../libudev/libudev-list.c \
../../libudev/libudev-util.c
-
-dist_man_MANS = \
- ata_id.8
diff --git a/extras/ata_id/ata_id.8 b/extras/ata_id/ata_id.8
deleted file mode 100644
index 32cb3714b9..0000000000
--- a/extras/ata_id/ata_id.8
+++ /dev/null
@@ -1,28 +0,0 @@
-.TH ATA_ID 8 "November 2005" "" "Linux Administrator's Manual"
-.SH NAME
-ata_id \- udev callout to read product/serial number from ATA drives
-.SH SYNOPSIS
-.BI ata_id
-[\fI--export\fP] \fIblockdevice\fP
-.SH "DESCRIPTION"
-.B ata_id
-is normally called from a udev rule, to provide udev with a unique string and
-additional information (uuid, label) for an ATA drive. Udev can use this
-information to create symlinks in /dev/disk/by-id and /dev/disk/by-label
-to the real device node.
-.SH USAGE
-.B ata_id
-opens the blockdevice node specified at the commandline and prints the
-information chosen by the options.
-.SH OPTIONS
-The following commandline switches are supported to specify what ata_id
-should print:
-.TP
-.BI --export
-print all values (instead of only the id)
-.RE
-.SH SEE ALSO
-.BR udev (7)
-.SH AUTHORS
-Developed by Kay Sievers <kay.sievers@vrfy.org>.
-