diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-06-05 15:42:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-06-08 16:53:37 +0200 |
commit | a34a2933e9f1bf71fe4abdc7b924128790f228c0 (patch) | |
tree | a31aedc3588e1e2f1a69735bfd108a0876eb1c8d /man/systemd-udevd.service.xml | |
parent | units: tweak udev unit descriptions (diff) | |
download | systemd-a34a2933e9f1bf71fe4abdc7b924128790f228c0.tar.xz systemd-a34a2933e9f1bf71fe4abdc7b924128790f228c0.zip |
man: single-char parameters take no '='
The suggested syntax is simply not valid and results in an error.
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r-- | man/systemd-udevd.service.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 302f44aa87..c6c1d9bcc6 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -77,7 +77,7 @@ </varlistentry> <varlistentry> - <term><option>-c=</option></term> + <term><option>-c</option></term> <term><option>--children-max=</option></term> <listitem> <para>Limit the number of events executed in parallel.</para> @@ -85,7 +85,7 @@ </varlistentry> <varlistentry> - <term><option>-e=</option></term> + <term><option>-e</option></term> <term><option>--exec-delay=</option></term> <listitem> <para>Delay the execution of <varname>RUN</varname> @@ -97,7 +97,7 @@ </varlistentry> <varlistentry> - <term><option>-t=</option></term> + <term><option>-t</option></term> <term><option>--event-timeout=</option></term> <listitem> <para>Set the number of seconds to wait for events to finish. After @@ -121,7 +121,7 @@ </varlistentry> <varlistentry> - <term><option>-N=</option></term> + <term><option>-N</option></term> <term><option>--resolve-names=</option></term> <listitem> <para>Specify when systemd-udevd should resolve names of users and groups. |