diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-29 01:48:11 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-29 01:48:11 +0200 |
commit | 21dabee8a78bdde10bdb23bd3002c8aa09a161d3 (patch) | |
tree | 973e73705165da26f3091305c1cd3f56abda0445 | |
parent | 1d569d17b2400c9d4b2b3aed0b050a32084583b4 (diff) |
man pages: replace 'device-path' by 'devpath'
-rw-r--r-- | udevinfo.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/udevinfo.xml b/udevinfo.xml index ac2d0202f1..0e2874973b 100644 --- a/udevinfo.xml +++ b/udevinfo.xml @@ -39,8 +39,8 @@ <command>udevinfo</command> <arg><option>-q <replaceable>query-type</replaceable></option></arg> <arg><option>-a </option></arg> - <arg><option>-p <replaceable>device-path</replaceable></option></arg> - <arg><option>-n <replaceable>node-name</replaceable></option></arg> + <arg><option>-p <replaceable>devpath</replaceable></option></arg> + <arg><option>-n <replaceable>node</replaceable></option></arg> <arg><option>-r</option></arg> <arg><option>-e</option></arg> <arg><option>-V</option></arg> @@ -78,14 +78,14 @@ </varlistentry> <varlistentry> - <term><option>-p <replaceable>device-path</replaceable></option></term> + <term><option>-p <replaceable>devpath</replaceable></option></term> <listitem> - <para>The sysfs path of the device to query.</para> + <para>The devpath of the device to query.</para> </listitem> </varlistentry> <varlistentry> - <term><option>-n <replaceable>node-name</replaceable></option></term> + <term><option>-n <replaceable>node</replaceable></option></term> <listitem> <para>The name of the device node or a symlink to query</para> </listitem> |