summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udev.838
1 files changed, 1 insertions, 37 deletions
diff --git a/udev.8 b/udev.8
index 9a597276c6..0c8f2b1e60 100644
--- a/udev.8
+++ b/udev.8
@@ -3,9 +3,6 @@
udev \- Linux configurable dynamic device naming support
.SH SYNOPSIS
.BI udev " hotplug-subsystem"
-.br
-.B udev
-.RI "[-q " query_type " -p " sysfs_path "] [-drVh]"
.SH "DESCRIPTION"
.B udev
creates or removes device node files usually located in the /dev directory.
@@ -29,40 +26,6 @@ maintains a database for devices present on the system.
On device removal,
.B udev
queries its database for the name of the device file to be deleted.
-.SH "OPTIONS"
-.B udev
-normally is called by
-.B hotplug
-with the subsystem as argument and various environment variables set.
-.br
-It may also called with the following options:
-.TP
-.B -V
-Print the version information.
-.TP
-.B -r
-Print the the
-.B udev_root
-directory. When used in conjunction with a query for the node name, the
-.B udev_root
-will be prepended.
-.TP
-.BI -q " query_type"
-Query the database for specified value of a created device node.
-Valid types are:
-.BR name ", " symlink ", " owner " , " group " or " path.
-.TP
-.BI -p " sysfs_path"
-Specify the sysfs path of the device to query.
-.TP
-.BI -n " name"
-Specify the name of the node for the device to query.
-.TP
-.B -d
-Dump the whole database.
-.TP
-.B -h
-Print help text.
.SH "CONFIGURATION"
All
.B udev
@@ -296,6 +259,7 @@ following the '[' is a '!' then any character not enclosed is matched.
.fi
.LP
.SH "SEE ALSO"
+.BR udevinfo (8),
.BR hotplug (8)
.PP
The