chiark / gitweb /
[PATCH] remove the %D modifier as it is not longer needed.
[elogind.git] / udev.8
diff --git a/udev.8 b/udev.8
index fdf5eae73d5a398a18a10b2c3c1db339770030d3..0421fee4e66f9ad72e2f4e51284e54a74b540385 100644 (file)
--- 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,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