diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-tcpserver4-socketbinder.html | 2 | ||||
-rw-r--r-- | doc/s6-tcpserver6-socketbinder.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-tcpserver4-socketbinder.html b/doc/s6-tcpserver4-socketbinder.html index d8c2ba9..b44d437 100644 --- a/doc/s6-tcpserver4-socketbinder.html +++ b/doc/s6-tcpserver4-socketbinder.html @@ -51,7 +51,7 @@ and is generally used with server programs. This is the default. </li> 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> : create a TCP socket. This is the default. </li> <li> <tt>-m</tt> : create a UDP socket. Note that by default UDP sockets are not connection-mode, and <tt>listen()</tt> diff --git a/doc/s6-tcpserver6-socketbinder.html b/doc/s6-tcpserver6-socketbinder.html index d497342..6ee7de8 100644 --- a/doc/s6-tcpserver6-socketbinder.html +++ b/doc/s6-tcpserver6-socketbinder.html @@ -51,7 +51,7 @@ and is generally used with server programs. This is the default. </li> 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> : create a TCP socket. This is the default. </li> <li> <tt>-m</tt> : create a UDP socket. Note that by default UDP sockets are not connection-mode, and <tt>listen()</tt> |