From 6c6ec5f7284d287c943311718202d87109335f66 Mon Sep 17 00:00:00 2001 From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:02:35 +0000 Subject: [PATCH] Improve IgnoreSIGPIPE description Reword the description of the `IgnoreSIGPIPE=` service option to be more grammatical. --- man/systemd.exec.xml | 6 +++--- 1 file 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 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. -- 2.25.1