X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.8;h=1ca42982eaa07920201dbeb299a20e957b287379;hp=fdf5eae73d5a398a18a10b2c3c1db339770030d3;hb=b6864b4bf1945d6b950a77e96fd68e9952bbeb02;hpb=4bd46ac7e5ea893989c3bb83b07c26e852380cac diff --git a/udev.8 b/udev.8 index fdf5eae73..1ca42982e 100644 --- a/udev.8 +++ b/udev.8 @@ -55,7 +55,7 @@ Valid types are: .BI -p " sysfs_path" Specify the sysfs path needed for the query. .TP -.B -q +.B -d Dump the whole database. .TP .B -h @@ -190,13 +190,20 @@ 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'. +.TP +.B %% +The '%' char itself. .P .RI "A sample " udev.rules " might look like this:" .sp