]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix invalid option name --devpath in 'udevadm info' (#8935)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 May 2018 07:17:37 +0000 (16:17 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 9 May 2018 07:17:37 +0000 (09:17 +0200)
man/udevadm.xml

index 40ee8b04597eede2e7bf8184036ffccb575da102..60f43b2b4afc892b853f867bc9c26bfa2ee36763 100644 (file)
             <filename><optional>/sys</optional>/class/block/sda</filename>.
             Note that this option usually is not very useful, since
             <command>udev</command> can guess the type of the
-            argument, so <command>udevadm
-            --devpath=/class/block/sda</command> is equivalent to
-            <command>udevadm /sys/class/block/sda</command>.</para>
+            argument, so <command>udevadm info
+            --path=/class/block/sda</command> is equivalent to
+            <command>udevadm info /sys/class/block/sda</command>.</para>
           </listitem>
         </varlistentry>
         <varlistentry>
             e.g. <filename><optional>/dev</optional>/sda</filename>.
             Note that this option usually is not very useful, since
             <command>udev</command> can guess the type of the
-            argument, so <command>udevadm --name=sda</command> is
-            equivalent to <command>udevadm /dev/sda</command>.</para>
+            argument, so <command>udevadm info --name=sda</command> is
+            equivalent to <command>udevadm info /dev/sda</command>.</para>
           </listitem>
         </varlistentry>
         <varlistentry>