mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-10 00:58:20 +03:00
[PATCH] udevinfo - missing options for man page
Here are the missing udevinfo options for the new man page.
This commit is contained in:
parent
2a25816ff0
commit
01fc67683a
11
udevinfo.8
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user