s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit cb1b6ca26e96be9b6cba81e2f40dff1e662daa71
parent 49d082377b0614f6cf8503be0699524f936776c0
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 16 Feb 2015 12:53:59 +0000

 Doc typo fixes

Diffstat:
Mdoc/s6-fdholder-getdumpc.html | 8++++++--
Mdoc/s6-fdholder-setdump.html | 4++++
Mdoc/s6-fdholder-setdumpc.html | 6+++++-
3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/doc/s6-fdholder-getdumpc.html b/doc/s6-fdholder-getdumpc.html @@ -29,11 +29,11 @@ describe the retrieved state. <h2> Interface </h2> <pre> - s6-fdholder-retrievec [ -t <em>timeout</em> ] <em>prog...</em> + s6-fdholder-getdumpc [ -t <em>timeout</em> ] <em>prog...</em> </pre> <ul> - <li> s6-fdholder-retrievec expects to talk to a listening + <li> s6-fdholder-getdumpc expects to talk to a listening <a href="s6-fdholderd.html">s6-fdholderd</a> program on its descriptors 6 and 7. </li> <li> It retrieves a copy of the whole set of file descriptors stored in that daemon, including their identifiers and expiration dates. </li> @@ -83,6 +83,10 @@ is not defined. </li> expects to be run as a UCSPI client, i.e. talking to the server over descriptors 6 and 7, instead of connecting to the server itself. </li> + <li> Getting 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> The error messages for the s6-fdholder suite are explained <a href="s6-fdholder-errorcodes.html">here</a>. </li> </ul> diff --git a/doc/s6-fdholder-setdump.html b/doc/s6-fdholder-setdump.html @@ -60,6 +60,10 @@ already open in the s6-fdholder-setdump program; also, s6-fdholder-setdump 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-getdumpc.html">s6-fdholder-getdumpc</a>. </li> + <li> Getting 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> </ul> </body> diff --git a/doc/s6-fdholder-setdumpc.html b/doc/s6-fdholder-setdumpc.html @@ -32,7 +32,7 @@ in its environment. </pre> <ul> - <li> s6-fdholder-storec expects to talk to a listening + <li> s6-fdholder-setdumpc expects to talk to a listening <a href="s6-fdholderd.html">s6-fdholderd</a> program on its descriptors 6 and 7. </li> <li> It attempts to pass a complete state - i.e. a set of file descriptors with identifiers and expiration dates - to s6-fdholderd. </li> @@ -56,6 +56,10 @@ only here to protect users against programming errors. </li> <li> The format of the environment variables where s6-fdholder-setdumpc gets its information from is the same as the one set by <a href="s6-fdholder-getdumpc.html">s6-fdholder-getdumpc</a>. </li> + <li> Getting 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> </ul> </body>