s6

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

commit c8eb7a57d294eaae17a67a7a57ff06e7bb10010c
parent 0b98555e23e16d173870979a1aa88db68383ed67
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 31 Oct 2016 18:12:11 +0000

 Doc typo fix

Diffstat:
Mdoc/s6-ipcserver-socketbinder.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/s6-ipcserver-socketbinder.html b/doc/s6-ipcserver-socketbinder.html @@ -52,7 +52,7 @@ and is generally used with server programs. This is the default. Note that connection attempts will rejected by the kernel. The default is SOMAXCONN, i.e. the maximum number allowed by the system. If <em>backlog</em> is 0, then the socket will be created, but it <strong>will not be -listening</em>. </li> +listening</strong>. </li> <li> <tt>-M</tt>&nbsp;: the type of the socket will be SOCK_STREAM. This is the default. </li> <li> <tt>-m</tt>&nbsp;: the type of the socket will be SOCK_DGRAM. Note