X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev.8;h=ff89e435ffa31866d362168fc6fc125e206af235;hb=b2a21a35476b4780ef1fc68c60216117ab66fa2b;hp=1ca42982eaa07920201dbeb299a20e957b287379;hpb=b6864b4bf1945d6b950a77e96fd68e9952bbeb02;p=elogind.git diff --git a/udev.8 b/udev.8 index 1ca42982e..ff89e435f 100644 --- a/udev.8 +++ b/udev.8 @@ -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. @@ -197,11 +200,6 @@ returned string. .B PROGRAM field for the obvious reason.) .TP -.B %D -Use the devfs style disk name for this device. -For partitions, this will result in 'part%n' -If this is not a partition, it will result in 'disc'. -.TP .B %% The '%' char itself. .P