From e903d827b91202cb890b638419cc9409cde1b9d5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:44:10 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- doc/s6-tcpserver-socketbinder.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/s6-tcpserver-socketbinder.html') diff --git a/doc/s6-tcpserver-socketbinder.html b/doc/s6-tcpserver-socketbinder.html index 8e7135d..c31c821 100644 --- a/doc/s6-tcpserver-socketbinder.html +++ b/doc/s6-tcpserver-socketbinder.html @@ -33,7 +33,7 @@ socket to an IPv4 or IPv6 address and port, then executes a program.
  • s6-tcpserver-socketbinder creates a TCP socket and binds it to IP address ip, port port. It prepares the socket to accept connections by calling -listen().
  • +listen().
  • It then execs into prog... with the open socket as its standard input.
  • @@ -43,7 +43,7 @@ as its standard input.