commit 60cb96c3ce59e7a39000ab173a04792daea2b9c4
parent 0257ca0c6ce27cc8d48323f5fc4f079c7f455b93
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Sat, 31 Jan 2015 11:31:27 +0000
Doc fixes
Diffstat:
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git 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> : write <em>path</em>, followed by a newline,
-to stdout, before
+ <li> <tt>-1</tt> : 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
@@ -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 >
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 > 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 > uid/default/env/S6_FDHOLDER_SETDUMP</tt>.
-<strong>Never do this!</strong> </li>
+echo > uid/default/env/S6_FDHOLDER_SETDUMP</tt>. </li>
</ul>
<h2> Notes </h2>
diff --git 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> : write <em>path</em>, followed by a newline,
-to stdout, before
+ <li> <tt>-1</tt> : 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>