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/libs6/s6-ftrigrd.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/libs6/s6-ftrigrd.html') diff --git a/doc/libs6/s6-ftrigrd.html b/doc/libs6/s6-ftrigrd.html index 23c63c2..7325c72 100644 --- a/doc/libs6/s6-ftrigrd.html +++ b/doc/libs6/s6-ftrigrd.html @@ -39,10 +39,10 @@ stdout is a pipe writing to the client; its stderr is the same as the client's; there's an additional pipe from s6-ftrigrd to the client, used for asynchronous notifications.
  • If the client program uses ftrigr_start(), then it tries to connect -to a Unix domain socket. A ftrigrd local service should be listening to that -socket, i.e. a Unix domain superserver such as +to a Unix domain socket. An ftrigrd local service should be listening to that +socket, i.e. a Unix domain super-server such as s6-ipcserver -spawning a s6-ftrigrd program on every connection. Then a s6-ftrigrd instance is created +spawning an s6-ftrigrd program on every connection. Then an s6-ftrigrd instance is created for the client.
  • When the client uses ftrigr_end(), or closes s6-ftrigrd's stdin in any way, s6-ftrigrd exits 0.
  • @@ -71,7 +71,7 @@ to read them. To avoid uncontrolled growth, make sure your client calls

    - A s6-ftrigrd instance can only handle up to FTRIGRD_MAX (defined in s6/ftrigr.h) + An s6-ftrigrd instance can only handle up to FTRIGRD_MAX (defined in s6/ftrigr.h) subscriptions at once. By default, this number is 1000, which is more than enough for any reasonable system.

    -- cgit v1.2.3