summaryrefslogtreecommitdiff
path: root/extras/multipath/devmap_name.8
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-10 22:38:58 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:09 -0700
commit49f9acf3844aa5c004b5794e919bd54166e53227 (patch)
tree0a158c6290d818727c31b09078300665a386c9e8 /extras/multipath/devmap_name.8
parente41016d3547ef704c0785ba197d36ef69de51260 (diff)
[PATCH] deleted current extras/multipath directory
Diffstat (limited to 'extras/multipath/devmap_name.8')
-rw-r--r--extras/multipath/devmap_name.830
1 files changed, 0 insertions, 30 deletions
diff --git a/extras/multipath/devmap_name.8 b/extras/multipath/devmap_name.8
deleted file mode 100644
index f4f03c3ec6..0000000000
--- a/extras/multipath/devmap_name.8
+++ /dev/null
@@ -1,30 +0,0 @@
-.TH DEVMAP_NAME 8 "February 2004" "" "Linux Administrator's Manual"
-.SH NAME
-devmap_name \- Query device-mapper name
-.SH SYNOPSIS
-.BI devmap_name " major minor"
-.SH DESCRIPTION
-.B devmap_name
-queries the device-mapper for the name for the device
-specified by
-.I major
-and
-.I minor
-number.
-.br
-.B devmap_name
-can be called from
-.B udev
-by the following rule in
-.IR /etc/udev/udev.rules :
-.sp
-.nf
-KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", \\
- NAME="%k", SYMLINK="%c"
-.fi
-.SH "SEE ALSO"
-.BR udev (8),
-.BR dmsetup (8)
-.SH AUTHORS
-.B devmap_name
-was developed by Christophe Varoqui, <christophe.varoqui@free.fr> and others.