diff options
author | Winterhuman <86165318+Winterhuman@users.noreply.github.com> | 2024-02-14 16:02:35 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-14 18:31:18 +0100 |
commit | 6c6ec5f7284d287c943311718202d87109335f66 (patch) | |
tree | defbfc49ac1d06e9594d4591591d9ecf824afcef /man/systemd.exec.xml | |
parent | systemctl: don't warn unit needs reload if --no-warn (diff) | |
download | systemd-6c6ec5f7284d287c943311718202d87109335f66.tar.xz systemd-6c6ec5f7284d287c943311718202d87109335f66.zip |
Improve IgnoreSIGPIPE description
Reword the description of the `IgnoreSIGPIPE=` service option to be more grammatical.
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 300255e038..dac19d6537 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -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> |