From 6e890fe86f5505dcd29839457469e30e3a9f1d42 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 3 Mar 2024 18:37:36 +0800 Subject: [PATCH] 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. --- man/sd_notify.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3