summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-31 18:12:11 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-31 18:12:11 +0000
commitc8eb7a57d294eaae17a67a7a57ff06e7bb10010c (patch)
tree5ff1679d2e09257fa4260bb46372fec2925cdaf7 /doc
parent0b98555e23e16d173870979a1aa88db68383ed67 (diff)
downloads6-c8eb7a57d294eaae17a67a7a57ff06e7bb10010c.tar.xz
Doc typo fix
Diffstat (limited to 'doc')
-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