diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-19 03:05:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-19 03:05:39 +0000 |
commit | 8fe924c3da6ab919f512029a15464e77cbeede8a (patch) | |
tree | 2b66be3ffe064f98621f8d2c10214a3e001ca19f /doc/s6-tcpserverd.html | |
parent | 06b1f4f397d53e9a4c9abe4c8c4c20a7240e7736 (diff) | |
download | s6-networking-8fe924c3da6ab919f512029a15464e77cbeede8a.tar.xz |
Small bugfixes, update deps, update doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tcpserverd.html')
-rw-r--r-- | doc/s6-tcpserverd.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/s6-tcpserverd.html b/doc/s6-tcpserverd.html index 6600a7b..55651e3 100644 --- a/doc/s6-tcpserverd.html +++ b/doc/s6-tcpserverd.html @@ -107,6 +107,14 @@ the listening socket. That program is normally which creates the socket itself; but it can be a different one if the socket is to be retrieved by another means, for instance by fd-passing from a fd-holding daemon (some people call this "socket activation"). </li> + <li> The option to make s6-tcpserverd verbose is <tt>-v 2</tt>, where the +verbosity level is given as an argument, 0 being quiet, 1 normal and 2 verbose. +This is different from the <a href="s6-tcpserver.html">s6-tcpserver</a> +interface, where <tt>-v</tt> without an argument would indicate extra verbosity. +The difference exists because +s6-tcpserver follows the <a href="https://cr.yp.to/proto/ucspi.txt">UCSPI tool</a> +interface, whereas s6-tcpserverd has no such constraint, and giving the +verbosity level as a number is a better interface. </li> </ul> </body> |