diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-18 22:15:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-18 22:15:04 +0000 |
commit | 846e279c25cecde21087b50bda4ad2f3ed9d0321 (patch) | |
tree | f88e59a53719b3e8c95452b2a2c3b608aff2ce55 /doc/s6-tcpserver6-socketbinder.html | |
parent | db2b15915a216ddc6a6fc7f040d27da05ac8633d (diff) | |
download | s6-networking-846e279c25cecde21087b50bda4ad2f3ed9d0321.tar.xz |
Doc typo fixes
Diffstat (limited to 'doc/s6-tcpserver6-socketbinder.html')
-rw-r--r-- | doc/s6-tcpserver6-socketbinder.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |