chiark / gitweb /
[PATCH] set default owner/group in db.
[elogind.git] / udev.8
diff --git a/udev.8 b/udev.8
index 1ca42982eaa07920201dbeb299a20e957b287379..ff89e435ffa31866d362168fc6fc125e206af235 100644 (file)
--- 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