diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-10 10:19:39 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:21:20 -0700 |
commit | 31fd340352236c06c30a85fa9fbdbfbbd10bd439 (patch) | |
tree | 40bb22076ccb6fd31bf8732a79d7aa800c67710a /udevinfo.8 | |
parent | 38753167e4e49879f97003f075158cc642bf0b0d (diff) |
[PATCH] make udevinfo's -r option also workimg for symlink queries
[kay@pim udev.kay]$ ./udevinfo -r -q symlink -p /class/video4linux/video0
/dev/camera0 /dev/kamera0 /dev/videocam0 /dev/webcam0
[kay@pim udev.kay]$ ./udevinfo -q symlink -p /class/video4linux/video0
camera0 kamera0 videocam0 webcam0
Diffstat (limited to 'udevinfo.8')
-rw-r--r-- | udevinfo.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udevinfo.8 b/udevinfo.8 index 599a0033f8..bbcc3d8f49 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -19,9 +19,10 @@ Print the version information. .B \-r Print the .B udev_root -directory. When used in conjunction with a query for the node name, the +directory. When used in conjunction with a query for the node name or the +symlink names, the .B udev_root -will be prepended. +will be prepended to query result. .TP .BI \-q " query_type" Query the database for specified value of a created device node or network |