summaryrefslogtreecommitdiff
path: root/doc/s6-ipcserver-socketbinder.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-ipcserver-socketbinder.html')
-rw-r--r--doc/s6-ipcserver-socketbinder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-ipcserver-socketbinder.html b/doc/s6-ipcserver-socketbinder.html
index 9bf6a19..f3fedee 100644
--- 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