diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 21:57:40 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 21:57:40 +0200 |
commit | bcee964977fe6a85e1c7e60f6a58ec61843e8921 (patch) | |
tree | d022dfe1e6b75010c09ac00eddcb98b2a59a7a5c /extras/path_id | |
parent | 0373056e4528f89504cfbf6da97394396005a147 (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/path_id')
-rw-r--r-- | extras/path_id/Makefile.am | 3 | ||||
-rw-r--r-- | extras/path_id/path_id.8 | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/extras/path_id/Makefile.am b/extras/path_id/Makefile.am index c501fc9340..ca1c21eda5 100644 --- a/extras/path_id/Makefile.am +++ b/extras/path_id/Makefile.am @@ -11,6 +11,3 @@ path_id_SOURCES = \ ../../libudev/libudev-enumerate.c \ ../../libudev/libudev-list.c \ ../../libudev/libudev-util.c - -dist_man_MANS = \ - path_id.8 diff --git a/extras/path_id/path_id.8 b/extras/path_id/path_id.8 deleted file mode 100644 index 9dc5965979..0000000000 --- a/extras/path_id/path_id.8 +++ /dev/null @@ -1,15 +0,0 @@ -.TH PATH_ID 8 "April 2007" "" "Linux Administrator's Manual" -.SH NAME -path_id \- udev callout to create a device path based unique name -for a device to implement the Linux Persistent Device Naming scheme -.SH SYNOPSIS -path_id <devpath> -.SH "DESCRIPTION" -.B path_id -is normally called from a udev rule, to create a unique name, based on -the device properties along the chain of parent devices. Udev uses this -information to create a persistent symlink to the real device node. -.SH SEE ALSO -.BR udev (7) -.SH AUTHORS -Developed by Hannes Reinecke <hare@suse.de>. |