chiark / gitweb /
[PATCH] udevinfo - missing options for man page
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 27 Jan 2004 08:40:14 +0000 (00:40 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:19 +0000 (21:13 -0700)
Here are the missing udevinfo options for the new man page.

udevinfo.8

index 852e2ae93f038b72a3d0e53bc2e4f3666955b89f..fdb0e6f62bc2545559c0f3e41d7b57c8da025a89 100644 (file)
@@ -25,8 +25,10 @@ will be prepended.
 .TP
 .BI -q " query_type"
 Query the database for specified value of a created device node.
 .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:
 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.
 .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
 .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
 .B -d
 Dump the whole database.
 .TP