Improve IgnoreSIGPIPE description

Reword the description of the `IgnoreSIGPIPE=` service option to be more grammatical.
This commit is contained in:
Winterhuman 2024-02-14 15:02:35 +00:00 committed by Luca Boccassi
parent 3725766266
commit 6c6ec5f728

View 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>