1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

man pages: replace 'device-path' by 'devpath'

This commit is contained in:
Kay Sievers 2006-07-29 01:48:11 +02:00
parent 1d569d17b2
commit 21dabee8a7

View File

@ -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>