diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:54 +0000 |
commit | e4821d7a10ee2096b689a66baa9b974d51339bc3 (patch) | |
tree | c671fae0a8ed9822fd5b63bb41d0fdc5f0dc1cff /doc/s6-rc-update.html | |
parent | 5ad86f2bcb08cbf29d341594f027b810e824a707 (diff) | |
download | s6-rc-e4821d7a10ee2096b689a66baa9b974d51339bc3.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/s6-rc-update.html')
-rw-r--r-- | doc/s6-rc-update.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/s6-rc-update.html b/doc/s6-rc-update.html index 52ab42d..165f8de 100644 --- a/doc/s6-rc-update.html +++ b/doc/s6-rc-update.html @@ -6,14 +6,14 @@ <title>s6-rc: the s6-rc-update program</title> <meta name="Description" content="s6-rc: the s6-rc-update program" /> <meta name="Keywords" content="s6-rc command rc update s6-rc-update init dependency state management services" /> - <!-- <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">s6-rc</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 s6-rc-update program </h1> @@ -194,7 +194,7 @@ the next. <p> A line is lexed into words by the -<a href="http://skarnet.org/software/execline/execlineb.html">execlineb</a> +<a href="//skarnet.org/software/execline/execlineb.html">execlineb</a> lexer, which means that words are normally separated by whitespace, but can be quoted, that <tt>#</tt> comments are recognized, etc. </p> @@ -256,7 +256,7 @@ to the real directory containing the live information, not the name of the real directory. </li> <li> If a longrun service is renamed from <em>oldname</em> to <em>newname</em>, but not restarted, the -<a href="http://skarnet.org/software/s6/s6-supervise.html">s6-supervise</a> +<a href="//skarnet.org/software/s6/s6-supervise.html">s6-supervise</a> process in charge of it will still show up in the process list as <tt>s6-supervise <em>oldname</em></tt>. This is purely cosmetic and will have no impact on the service; nevertheless, if you wish to avoid that, |