diff options
Diffstat (limited to 'udevadm.xml')
-rw-r--r-- | udevadm.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/udevadm.xml b/udevadm.xml index 0518c3ba1a..14bc897c11 100644 --- a/udevadm.xml +++ b/udevadm.xml @@ -80,7 +80,7 @@ </listitem> </varlistentry> <varlistentry> - <term><option>--name=<replaceable>node</replaceable></option></term> + <term><option>--name=<replaceable>file</replaceable></option></term> <listitem> <para>The name of the device node or a symlink to query</para> </listitem> @@ -102,6 +102,13 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--device-id-of-file=<replaceable>file</replaceable></option></term> + <listitem> + <para>Print major/minor numbers of the underlying device, where the file + lives on.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--export-db</option></term> <listitem> <para>Export the content of the udev database.</para> |