X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.8;h=ff89e435ffa31866d362168fc6fc125e206af235;hp=6ee68d795e5a428dc6fe1d19414be03b6b0f0488;hb=74c73ef994f3ea8d013c33fe7be73e0c0c86977b;hpb=2ebcaa235fe2b82a844ae19daecb0c996375fc1b diff --git a/udev.8 b/udev.8 index 6ee68d795..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. @@ -190,13 +193,15 @@ The kernel minor number for the device. The bus id for the device. .TP .B %c -The CALLOUT program returned string. -(This does not work within the PROGRAM field for the obvious reason.) +The +.B PROGRAM +returned string. +(This does not work within the +.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'. +.B %% +The '%' char itself. .P .RI "A sample " udev.rules " might look like this:" .sp