]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/sd_notify: be explicit that FDPOLL= is not a global setting 31600/head
authorMike Yuan <me@yhndnzj.com>
Sun, 3 Mar 2024 10:37:36 +0000 (18:37 +0800)
committerMike Yuan <me@yhndnzj.com>
Sun, 3 Mar 2024 11:01:01 +0000 (19:01 +0800)
"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

index 287945a46a51286db45fcae21f84ded7a4a2e9ed..a56d03946868311bfccd0d332fbc25c37008223b 100644 (file)
         <term>FDPOLL=0</term>
 
         <listitem><para>When used in combination with <varname>FDSTORE=1</varname>, 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.</para>