]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: single-char parameters take no '=' 16047/head
authorLennart Poettering <lennart@poettering.net>
Fri, 5 Jun 2020 13:42:45 +0000 (15:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Jun 2020 14:53:37 +0000 (16:53 +0200)
The suggested syntax is simply not valid and results in an error.

man/systemd-udevd.service.xml

index 302f44aa87a5b08a23b620e58ff2a7bf2e32bd84..c6c1d9bcc626ac5197e2692b5665b1ed22b46126 100644 (file)
@@ -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
       </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.