From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:02:35 +0000 (+0000) Subject: Improve IgnoreSIGPIPE description X-Git-Tag: v256-rc1~860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c6ec5f7284d287c943311718202d87109335f66;p=thirdparty%2Fsystemd.git Improve IgnoreSIGPIPE description Reword the description of the `IgnoreSIGPIPE=` service option to be more grammatical. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 300255e0388..dac19d65370 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1237,9 +1237,9 @@ CapabilityBoundingSet=~CAP_B CAP_C IgnoreSIGPIPE= - Takes a boolean argument. If true, causes SIGPIPE to be ignored in the - executed process. Defaults to true because SIGPIPE generally is useful only in shell - pipelines. + Takes a boolean argument. If true, SIGPIPE is ignored in the + executed process. Defaults to true since SIGPIPE is generally only useful in + shell pipelines.