diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 18:08:21 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 18:44:05 +0200 |
commit | 3b1211574b0feeccb0d507b6f5db353d3a1a72c4 (patch) | |
tree | bbd4626f846b8bfa4bc01c907b6c6985434b9385 /man/udevadm.xml | |
parent | man: add a note about flags on /tmp and /var/tmp (diff) | |
download | systemd-3b1211574b0feeccb0d507b6f5db353d3a1a72c4.tar.xz systemd-3b1211574b0feeccb0d507b6f5db353d3a1a72c4.zip |
man: use trailing slash on directories in more places
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 c78faa5a06..d2f6083bae 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -102,8 +102,8 @@ <term><option>-p</option></term> <term><option>--path=<replaceable>DEVPATH</replaceable></option></term> <listitem> - <para>The <filename>/sys</filename> path of the device to query, e.g. - <filename><optional>/sys</optional>/class/block/sda</filename>. This option is an alternative to + <para>The <filename>/sys/</filename> path of the device to query, e.g. + <filename><optional>/sys/</optional>/class/block/sda</filename>. This option is an alternative to the positional argument with a <filename>/sys/</filename> prefix. <command>udevadm info --path=/class/block/sda</command> is equivalent to <command>udevadm info /sys/class/block/sda</command>.</para> @@ -114,7 +114,7 @@ <term><option>--name=<replaceable>FILE</replaceable></option></term> <listitem> <para>The name of the device node or a symlink to query, - e.g. <filename><optional>/dev</optional>/sda</filename>. This option is an alternative to the + e.g. <filename><optional>/dev/</optional>/sda</filename>. This option is an alternative to the positional argument with a <filename>/dev/</filename> prefix. <command>udevadm info --name=sda</command> is equivalent to <command>udevadm info /dev/sda</command>.</para> </listitem> @@ -297,7 +297,7 @@ <term><option>--sysname-match=<replaceable>NAME</replaceable></option></term> <listitem> <para>Trigger events for devices for which the last component (i.e. the filename) of the - <filename>/sys</filename> path matches the specified <replaceable>PATH</replaceable>. This option + <filename>/sys/</filename> path matches the specified <replaceable>PATH</replaceable>. This option supports shell style pattern matching. When this option is specified more than once, then each matching result is ORed, that is, all devices which have any of the specified <replaceable>NAME</replaceable> are triggered.</para> @@ -343,7 +343,7 @@ <para>In addition, optional positional arguments can be used to specify device names or sys paths. They must start with - <filename>/dev</filename> or <filename>/sys</filename> + <filename>/dev/</filename> or <filename>/sys/</filename> respectively.</para> </refsect2> |