From d00386fc0b1cb57473ebbac73b1b7737825c2131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 14 Jan 2020 14:29:02 +0100 Subject: [PATCH] man: add commas and reword a sentence On more careful reading, "exit status ... do not cause the unit to enter a failure state" is not gramatically or logically correct. --- man/systemd.scope.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index e4de2b0fd0..b624ac5f93 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -46,14 +46,14 @@ Control Group Interfaces for an introduction on how to make use of scope units from programs. - Note that unlike service units scope units have no "main" process, all processes in the scope are - equivalent. The lifecycle of the scope unit is thus not bound to the lifetime of one specific process but - to the existance of any processes in the scope. This also means that the exit status of these processes - do not cause the scope unit to enter a failure state. Scope units may still enter a failure state, for - example due to resource exhaustion or stop timeouts being reached, but not due to programs inside of them - terminating uncleanly. Since processes managed as scope units generally remain children of the original - process that forked them off it's also the job of that process to collect their exit statuses and act on - them as needed. + Note that, unlike service units, scope units have no "main" process: all processes in the scope are + equivalent. The lifecycle of the scope unit is thus not bound to the lifetime of one specific process, + but to the existence of at least one process in the scope. This also means that the exit statuses of + these processes are not relevant for the scope unit failure state. Scope units may still enter a failure + state, for example due to resource exhaustion or stop timeouts being reached, but not due to programs + inside of them terminating uncleanly. Since processes managed as scope units generally remain children of + the original process that forked them off, it is also the job of that process to collect their exit + statuses and act on them as needed.