From: Mike Yuan Date: Sun, 3 Mar 2024 10:37:36 +0000 (+0800) Subject: man/sd_notify: be explicit that FDPOLL= is not a global setting X-Git-Tag: v256-rc1~655^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F31600%2Fhead;p=thirdparty%2Fsystemd.git man/sd_notify: be explicit that FDPOLL= is not a global setting "submitted" is already used in the description of FDNAME=. Let's use that instead of "stored" for FDPOLL= too, to make it more clear that it's a per-submission/per-fdset setting. --- diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 287945a46a5..a56d0394686 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -420,8 +420,8 @@ FDPOLL=0 When used in combination with FDSTORE=1, disables polling of the - stored file descriptors regardless of whether or not they are pollable. As this option disables - automatic cleanup of the stored file descriptors on EPOLLERR and EPOLLHUP, care must be taken to + submitted file descriptors regardless of whether or not they are pollable. As this option disables + automatic cleanup of the submitted file descriptors on EPOLLERR and EPOLLHUP, care must be taken to ensure proper manual cleanup. Use of this option is not generally recommended except for when automatic cleanup has unwanted behavior such as prematurely discarding file descriptors from the store.