diff options
Diffstat (limited to 'udev.8')
-rw-r--r-- | udev.8 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -50,10 +50,13 @@ will be prepended. .BI -q " query_type" Query the database for specified value of a created device node. Valid types are: -.BR name ", " symlink ", " owner " or " group . +.BR name ", " symlink ", " owner " , " group " or " path. .TP .BI -p " sysfs_path" -Specify the sysfs path needed for the query. +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. |