diff options
Diffstat (limited to 'doc/libs6/s6lock.html')
-rw-r--r-- | doc/libs6/s6lock.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libs6/s6lock.html b/doc/libs6/s6lock.html index 268b4c0..5eb580b 100644 --- a/doc/libs6/s6lock.html +++ b/doc/libs6/s6lock.html @@ -6,15 +6,15 @@ <title>s6: the s6lock library interface</title> <meta name="Description" content="s6: the s6lock library interface" /> <meta name="Keywords" content="s6 timed lock s6lock libs6 library interface" /> - <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> <p> <a href="index.html">libs6</a><br /> <a href="../">s6</a><br /> -<a href="http://skarnet.org/software/">Software</a><br /> -<a href="http://skarnet.org/">skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> </p> <h1> The <tt>s6lock</tt> library interface </h1> @@ -44,7 +44,7 @@ resources. </li> make sure your application is not disturbed by children it doesn't know it has. Using nonblocking waits, ignoring pids you don't know, and using a -<a href="http://skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a> +<a href="//skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a> if your application is built around an event loop, are good programming practices. </li> </ul> |