diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-03-01 23:47:59 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:06 -0700 |
commit | 8ea84a8a781c22f67def088eb9df581590393cda (patch) | |
tree | 7d7dcda87c878677e83c2f7532822ab831af1d5c /udevinfo.8 | |
parent | 97853b4f40708d2fdcde3da7e78138c683d9d66b (diff) |
[PATCH] udevinfo symlink reverse query
Thanks to Olaf Hering <olh@suse.de> for this patch. It's possible now to
feed the -n option of udevinfo with a symlink.
I've also added a 'all' attribute, but no more text, it's all in the
included man page :)
Diffstat (limited to 'udevinfo.8')
-rw-r--r-- | udevinfo.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udevinfo.8 b/udevinfo.8 index ad16ce6aed..528fa4ad95 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -28,13 +28,13 @@ Query the database for specified value of a created device node. .RB Needs " \-p " or " \-n " specified. .br Valid types are: -.BR name ", " symlink ", " mode " ," owner " , " group " or " path. +.BR name ", " symlink ", " mode " ," owner " , " group " , " path " or " all. .TP .BI \-p " sysfs_path" Specify the sysfs path of the device to query. .TP .BI \-n " name" -Specify the name of the node for the device to query. +Specify the name of the node or the symlink for the device to query. .TP .B \-a Print all |