summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-04-23 19:36:53 +0200
committerGitHub <noreply@github.com>2024-04-23 19:36:53 +0200
commit5e1124b5103ca9198c90c0ad2d0b347d262dee57 (patch)
treea23cb807fd78750aa9683db76603cf7df2fe7491 /man
parentMerge pull request #32434 from poettering/cryptenroll-prefer-var (diff)
parentman: sd_notify() does not fail if var is unset (diff)
downloadsystemd-5e1124b5103ca9198c90c0ad2d0b347d262dee57.tar.xz
systemd-5e1124b5103ca9198c90c0ad2d0b347d262dee57.zip
Merge pull request #32437 from keszybz/notify-fixups-split-out
Two fixups for sd-notify split out from #32093
Diffstat (limited to 'man')
-rw-r--r--man/sd_notify.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index c6490d370c..e73647ecb7 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -104,8 +104,8 @@
<para>If the <parameter>unset_environment</parameter> parameter is non-zero,
<function>sd_notify()</function> will unset the <varname>$NOTIFY_SOCKET</varname> environment variable
before returning (regardless of whether the function call itself succeeded or not). Further calls to
- <function>sd_notify()</function> will then fail, and the variable is no longer inherited by child
- processes.</para>
+ <function>sd_notify()</function> will then silently do nothing, and the variable is no longer inherited
+ by child processes.</para>
<para>The <parameter>state</parameter> parameter should contain a newline-separated list of variable
assignments, similar in style to an environment block. A trailing newline is implied if none is