diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:03:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:03:22 +0000 |
commit | 6f85f86357d70570195e7a97a8b7fbb779c82230 (patch) | |
tree | d608ffa04fe89dcf79e7f6bf1cac8330dec3051b /doc/libs6/s6lock.html | |
parent | 4f9624bb41a303d0a564f735880843a6d9a07573 (diff) | |
download | s6-6f85f86357d70570195e7a97a8b7fbb779c82230.tar.xz |
Switch doc to schemeless URLs
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> |