summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-31 11:31:27 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-31 11:31:27 +0000
commit60cb96c3ce59e7a39000ab173a04792daea2b9c4 (patch)
tree2607d59e1225b6ef272063af04d1a1ba6ce38181
parent0257ca0c6ce27cc8d48323f5fc4f079c7f455b93 (diff)
downloads6-60cb96c3ce59e7a39000ab173a04792daea2b9c4.tar.xz
Doc fixes
-rw-r--r--doc/s6-fdholder-daemon.html3
-rw-r--r--doc/s6-fdholderd.html8
-rw-r--r--doc/s6-ipcserver.html3
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/s6-fdholder-daemon.html b/doc/s6-fdholder-daemon.html
index 90adea0..a47feaf 100644
--- a/doc/s6-fdholder-daemon.html
+++ b/doc/s6-fdholder-daemon.html
@@ -59,8 +59,7 @@ accepting connections from clients. </li>
<h2> Options </h2>
<ul>
- <li> <tt>-1</tt>&nbsp;: write <em>path</em>, followed by a newline,
-to stdout, before
+ <li> <tt>-1</tt>&nbsp;: write a newline to stdout, before
closing it, right after binding and listening to the Unix socket.
If stdout is suitably redirected, this can be used by monitoring
programs to check when the server is ready to accept connections. </li>
diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html
index 3f3194a..ab05665 100644
--- a/doc/s6-fdholderd.html
+++ b/doc/s6-fdholderd.html
@@ -283,10 +283,12 @@ descriptors with an identifier containing <tt>foo</tt>, then one
character, then <tt>bar</tt>:
<tt>mkdir -p gid/23/env ; touch gid/23/allow ; echo foo.bar &gt;
gid/23/env/S6_FDHOLDER_RETRIEVE_REGEX</tt> </li>
- <li> To allow everyone to dump entire states into the server:
+ <li> To allow the same users to list all identifiers:
+<tt>echo &gt; gid/23/env/S6_FDHOLDER_LIST</tt> </li>
+ <li> To allow everyone to dump entire states into the server
+(<strong>never do this!</strong> it's only an example):
<tt>mkdir -p uid/default/env ; touch uid/default/allow ;
-echo &gt; uid/default/env/S6_FDHOLDER_SETDUMP</tt>.
-<strong>Never do this!</strong> </li>
+echo &gt; uid/default/env/S6_FDHOLDER_SETDUMP</tt>. </li>
</ul>
<h2> Notes </h2>
diff --git a/doc/s6-ipcserver.html b/doc/s6-ipcserver.html
index 54fe040..47ebb82 100644
--- a/doc/s6-ipcserver.html
+++ b/doc/s6-ipcserver.html
@@ -76,8 +76,7 @@ from clients. </li>
<h2> Options </h2>
<ul>
- <li> <tt>-1</tt>&nbsp;: write <em>path</em>, followed by a newline,
-to stdout, before
+ <li> <tt>-1</tt>&nbsp;: write a newline to stdout, before
closing it, right after binding and listening to the Unix socket.
If stdout is suitably redirected, this can be used by monitoring
programs to check when the server is ready to accept connections. </li>