From: kay.sievers@vrfy.org Date: Tue, 27 Jan 2004 08:40:14 +0000 (-0800) Subject: [PATCH] udevinfo - missing options for man page X-Git-Tag: 016~21 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01fc67683a88d4175a9437fb24e3b99e83eeb3ef;p=systemd [PATCH] udevinfo - missing options for man page Here are the missing udevinfo options for the new man page. --- diff --git a/udevinfo.8 b/udevinfo.8 index 852e2ae9..fdb0e6f6 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