chiark / gitweb /
[PATCH] udev - kill udevd on install
[elogind.git] / udevinfo.8
index 852e2ae93f038b72a3d0e53bc2e4f3666955b89f..1716d174346d938cb7ea9075badb428f5eda5d29 100644 (file)
@@ -1,4 +1,4 @@
-.TH UDEVINFO 8 "October 2003" "" "Linux Administrator's Manual"
+.TH UDEVINFO 8 "January 2004" "" "Linux Administrator's Manual"
 .SH NAME
 udevinfo \- retrieve information from udev
 .SH SYNOPSIS
@@ -25,8 +25,10 @@ will be prepended.
 .TP
 .BI -q " query_type"
 Query the database for specified value of a created device node.
+.RB Needs " -p " or " -n " specified.
+.br
 Valid types are:
-.BR name ", " symlink ", " owner " , " group " or " path.
+.BR name ", " symlink ", " mode " ," owner " , " group " or " path.
 .TP
 .BI -p " sysfs_path"
 Specify the sysfs path of the device to query.
@@ -34,6 +36,13 @@ Specify the sysfs path of the device to query.
 .BI -n " name"
 Specify the name of the node for the device to query.
 .TP
+.B -a
+Print all
+.BI SYSFS{ filename }
+attributes along the device chain. Useful for for finding
+unique attributes to compose a rule.
+.RB Needs " -p " specified.
+.TP
 .B -d
 Dump the whole database.
 .TP