diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-01-27 00:40:14 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:19 -0700 |
commit | 01fc67683a88d4175a9437fb24e3b99e83eeb3ef (patch) | |
tree | c08c1df08b56ddc57ebb877bf7b7b83237181a98 /udevinfo.8 | |
parent | 2a25816ff0079247d7f868621951739e6d58c885 (diff) |
[PATCH] udevinfo - missing options for man page
Here are the missing udevinfo options for the new man page.
Diffstat (limited to 'udevinfo.8')
-rw-r--r-- | udevinfo.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/udevinfo.8 b/udevinfo.8 index 852e2ae93f..fdb0e6f62b 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -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 |