summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-06-01 16:35:10 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-06-01 16:35:10 +0000
commit016920f107ec8b476eecdd3613b52b1bea13f0c1 (patch)
treea51ba5a6f7e9d38bb5ef0798742bdd229961aaec
parent6b729afbdcdce18f8e0051a999c81d41fa6db4a7 (diff)
downloads6-016920f107ec8b476eecdd3613b52b1bea13f0c1.tar.xz
Doc typo fix and clarification for s6-fdholder-setdump
-rw-r--r--doc/s6-fdholder-setdump.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/s6-fdholder-setdump.html b/doc/s6-fdholder-setdump.html
index f5c30e9..297306c 100644
--- a/doc/s6-fdholder-setdump.html
+++ b/doc/s6-fdholder-setdump.html
@@ -69,10 +69,14 @@ already open in the <tt>s6-fdholder-setdump</tt> program; also, <tt>s6-fdholder-
should have certain environment variables that describe that set of file
descriptors. The format of the environment is the same as the one set by
<a href="s6-fdholder-getdump.html">s6-fdholder-getdump</a>. </li>
- <li> Getting the whole state of a s6-fdholderd daemon requires specific
+ <li> Setting the whole state of a s6-fdholderd daemon requires specific
privileges. Make sure you properly
<a href="s6-fdholderd.html#configuration">configure the s6-fdholderd
access rights</a> so your client can perform that operation. </li>
+ <li> Previously held fds will still be kept by the server (so, "setting"
+the state is more like "adding to" the state), unless there is an identifier
+collision, in which case the fd in the transmitted set takes precedence and
+the previously held fd is overwritten. </li>
</ul>
</body>