about summary refs log tree commit diff
path: root/doc/s6-ipcserver.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-ipcserver.html')
-rw-r--r--doc/s6-ipcserver.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-ipcserver.html b/doc/s6-ipcserver.html
index 13e11e9..840e09c 100644
--- a/doc/s6-ipcserver.html
+++ b/doc/s6-ipcserver.html
@@ -20,7 +20,7 @@
 
 <p>
 <tt>s6-ipcserver</tt> is an
-<a href="http://cr.yp.to/proto/ucspi.txt">UCSPI server tool</a> for
+<a href="https://cr.yp.to/proto/ucspi.txt">UCSPI server tool</a> for
 Unix domain sockets, i.e. a super-server.
 It accepts connections from clients, and forks a
 program to handle each connection.
@@ -86,7 +86,7 @@ programs to check when the server is ready to accept connections. </li>
  <li> <tt>-v</tt>&nbsp;: be verbose. </li>
  <li> <tt>-d</tt>&nbsp;: allow instant rebinding to the same path
 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. Note that
 <em>path</em> will be deleted if it already exists at program start time. </li>
  <li> <tt>-D</tt>&nbsp;: disallow instant rebinding to the same path. </li>