diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-09 16:17:37 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-09 09:17:37 +0200 |
commit | cf5c1cbfba757203103a610f65e0dcf3ba26f71c (patch) | |
tree | 453420d796df72ea1daaffdccd2c98f6e7c99f44 /man/udevadm.xml | |
parent | 35a44646c8ec242468500b0cfe86dd204a78fd7d (diff) | |
download | systemd-cf5c1cbfba757203103a610f65e0dcf3ba26f71c.tar.gz |
man: fix invalid option name --devpath in 'udevadm info' (#8935)
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index 40ee8b0459..60f43b2b4a 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -118,9 +118,9 @@ <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> @@ -131,8 +131,8 @@ 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> |