From: Mike Yuan Date: Mon, 29 Jan 2024 17:59:59 +0000 (+0800) Subject: man/systemd-notify: don't say "the latter" if more than 2 options X-Git-Tag: v256-rc1~1016^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d4cf5a87d841348963e5f1385427c76a6ca9f16;p=thirdparty%2Fsystemd.git man/systemd-notify: don't say "the latter" if more than 2 options --- diff --git a/man/systemd-notify.xml b/man/systemd-notify.xml index 54fde9b4f5b..edbd0b9bf51 100644 --- a/man/systemd-notify.xml +++ b/man/systemd-notify.xml @@ -119,12 +119,12 @@ - Inform the service manager about the main PID of the service. Takes a PID as - argument. If the argument is specified as auto or omitted, the PID of the process - that invoked systemd-notify is used, except if that's the service manager. If the + Inform the service manager about the main PID of the service. Takes a PID as argument. + If the argument is specified as auto or omitted, the PID of the process that + invoked systemd-notify is used, except if that's the service manager. If the argument is specified as self, the PID of the systemd-notify command itself is used, and if parent is specified the calling process' PID is - used — even if it is the service manager. The latter is equivalent to systemd-notify + used — even if it is the service manager. is equivalent to systemd-notify MAINPID=$PID. For details about the semantics of this option see sd_notify3.