summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Stuart <russell-github@stuart.id.au>2017-09-13 01:25:04 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-15 17:18:29 +0200
commitcd9363b11c17c07ec890cb400a4440a2c9ea809d (patch)
tree3afc43220a8a8c43f9f10a32a5e96da0d8589d71
parentmailmap: add entry to fix encoding issues (diff)
downloadsystemd-cd9363b11c17c07ec890cb400a4440a2c9ea809d.tar.xz
systemd-cd9363b11c17c07ec890cb400a4440a2c9ea809d.zip
man: update udevadm -y/--sysname-match documentation
Fixes #6792. [zj: reorganize the sentece for grammatical correctness.]
-rw-r--r--man/udevadm.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 8d4fe31ec1..7ace4f9826 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -308,9 +308,11 @@
<term><option>-y</option></term>
<term><option>--sysname-match=<replaceable>PATH</replaceable></option></term>
<listitem>
- <para>Trigger events for devices with a matching sys
- device path. This option can be specified multiple times
- and supports shell style pattern matching.</para>
+ <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 can be
+ specified multiple times and also supports shell style pattern
+ matching.</para>
</listitem>
</varlistentry>
<varlistentry>