diff options
author | Russell Stuart <russell-github@stuart.id.au> | 2017-09-13 01:25:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-15 17:18:29 +0200 |
commit | cd9363b11c17c07ec890cb400a4440a2c9ea809d (patch) | |
tree | 3afc43220a8a8c43f9f10a32a5e96da0d8589d71 /man/udevadm.xml | |
parent | mailmap: add entry to fix encoding issues (diff) | |
download | systemd-cd9363b11c17c07ec890cb400a4440a2c9ea809d.tar.xz systemd-cd9363b11c17c07ec890cb400a4440a2c9ea809d.zip |
man: update udevadm -y/--sysname-match documentation
Fixes #6792.
[zj: reorganize the sentece for grammatical correctness.]
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 8 |
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> |