From b0fe68c13b04af8c098d53ea999bba6b7395163d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 16 Sep 2020 12:04:55 +0000 Subject: Documentation fixes, by flexibeast --- doc/s6-fdholder-daemon.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/s6-fdholder-daemon.html') diff --git a/doc/s6-fdholder-daemon.html b/doc/s6-fdholder-daemon.html index 8d4bd2d..5e9c592 100644 --- a/doc/s6-fdholder-daemon.html +++ b/doc/s6-fdholder-daemon.html @@ -69,7 +69,7 @@ verbose, or more verbose, depending on if verbosity is 0, 1, or more. The default is 1.
  • -d : allow instant rebinding to the same path even if it has been used not long ago - this is the SO_REUSEADDR flag to -setsockopt() +setsockopt() and is generally used with server programs. This is the default. Note that path will be deleted if it already exists at program start time.
  • -D : disallow instant rebinding to the same path.
  • @@ -87,7 +87,7 @@ be opened by the s6-fdholder-daemon process minus a few descriptors needed for correct s6-fdholderd operation. Before running s6-fdholder-daemon, make sure to properly adjust the -number +number of openable files of the current process.
  • -b backlog : set a maximum of backlog backlog connections on the socket. Extra @@ -137,7 +137,7 @@ of s6-fdholderd applies to s6-fdholder-daemon as well; in particular, make sure to properly configure the clients' access rights.
  • -
  • s6-fdholder-daemon is meant to be used in a s6 run script, as +
  • s6-fdholder-daemon is meant to be used in an s6 run script, as a supervised local service. It does not fork itself or write to syslog. However, it can be run under any infrastructure, including other supervision infrastructures, OpenRC, systemd, or SysV scripts.
  • -- cgit v1.2.3