summaryrefslogtreecommitdiff
path: root/doc/s6-tcpserver6-socketbinder.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:41:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:41:09 +0000
commitcd3522eb8565588582ac41eddf6f7f078b069439 (patch)
tree0b57cd20cc5338e07741ae283a8d6327603f7e00 /doc/s6-tcpserver6-socketbinder.html
parent50485e3e770da5debe81e23b7a672d3ccd8c2613 (diff)
downloads6-networking-cd3522eb8565588582ac41eddf6f7f078b069439.tar.xz
doc: fix URLs
Diffstat (limited to 'doc/s6-tcpserver6-socketbinder.html')
-rw-r--r--doc/s6-tcpserver6-socketbinder.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-tcpserver6-socketbinder.html b/doc/s6-tcpserver6-socketbinder.html
index b72da33..5bb2ae5 100644
--- a/doc/s6-tcpserver6-socketbinder.html
+++ b/doc/s6-tcpserver6-socketbinder.html
@@ -33,7 +33,7 @@ socket to an IPv6 address and port, then executes a program.
<li> s6-tcpserver6-socketbinder creates an TCP socket
and binds it to IPv6 address <em>ip</em>, port <em>port</em>.
It prepares the socket to accept connections by calling
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen()</a>. </li>
+<a href="https://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>
@@ -43,7 +43,7 @@ as its standard input. </li>
<ul>
<li> <tt>-d</tt>&nbsp;: allow instant rebinding to the same IP and port
even if it has been used not long ago - this is the SO_REUSEADDR flag to
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt()</a>
and is generally used with server programs. This is the default. </li>
<li> <tt>-D</tt>&nbsp;: disallow instant rebinding to the same path. </li>
<li> <tt>-b&nbsp;<em>backlog</em></tt>&nbsp;: set a maximum of