diff options
-rw-r--r-- | doc/s6-ipcserver-socketbinder.html | 1 | ||||
-rw-r--r-- | doc/s6-tcpserver4-socketbinder.html | 1 | ||||
-rw-r--r-- | doc/s6-tcpserver6-socketbinder.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/s6-ipcserver-socketbinder.html b/doc/s6-ipcserver-socketbinder.html index 04670cd..2c8d993 100644 --- a/doc/s6-ipcserver-socketbinder.html +++ b/doc/s6-ipcserver-socketbinder.html @@ -35,6 +35,7 @@ connections by calling <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen()</a>. </li> <li> It then execs into <em>prog...</em> with the open socket as its standard input. </li> +</ul> <h2> Options </h2> diff --git a/doc/s6-tcpserver4-socketbinder.html b/doc/s6-tcpserver4-socketbinder.html index 5cbbb07..06eb165 100644 --- a/doc/s6-tcpserver4-socketbinder.html +++ b/doc/s6-tcpserver4-socketbinder.html @@ -35,6 +35,7 @@ It prepares the socket to accept connections by calling <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen()</a>. </li> <li> It then execs into <em>prog...</em> with the open socket as its standard input. </li> +</ul> <h2> Options </h2> diff --git a/doc/s6-tcpserver6-socketbinder.html b/doc/s6-tcpserver6-socketbinder.html index 0c0f8ee..bf988df 100644 --- a/doc/s6-tcpserver6-socketbinder.html +++ b/doc/s6-tcpserver6-socketbinder.html @@ -35,6 +35,7 @@ It prepares the socket to accept connections by calling <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen()</a>. </li> <li> It then execs into <em>prog...</em> with the open socket as its standard input. </li> +</ul> <h2> Options </h2> |