]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Improve IgnoreSIGPIPE description
authorWinterhuman <86165318+Winterhuman@users.noreply.github.com>
Wed, 14 Feb 2024 15:02:35 +0000 (15:02 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 14 Feb 2024 17:31:18 +0000 (17:31 +0000)
Reword the description of the `IgnoreSIGPIPE=` service option to be more grammatical.

man/systemd.exec.xml

index 300255e03885c4acaecb9041443edcf4200be07b..dac19d6537022de05df097aaf9083b7f49e924dd 100644 (file)
@@ -1237,9 +1237,9 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
       <varlistentry>
         <term><varname>IgnoreSIGPIPE=</varname></term>
 
-        <listitem><para>Takes a boolean argument. If true, causes <constant>SIGPIPE</constant> to be ignored in the
-        executed process. Defaults to true because <constant>SIGPIPE</constant> generally is useful only in shell
-        pipelines.</para></listitem>
+        <listitem><para>Takes a boolean argument. If true, <constant>SIGPIPE</constant> is ignored in the
+        executed process. Defaults to true since <constant>SIGPIPE</constant> is generally only useful in
+        shell pipelines.</para></listitem>
       </varlistentry>
 
     </variablelist>