summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:04:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:04:54 +0000
commitea2db51858aabdb108a4b2ee50a391c75a140fa6 (patch)
treea1e23e2af81dd2c2c75f4ecc7fb960dff39b5ce1 /doc
parent14b00ac9433ab8c505060e8d6b3a6f606ffd66f9 (diff)
downloads6-linux-utils-ea2db51858aabdb108a4b2ee50a391c75a140fa6.tar.gz
s6-linux-utils-ea2db51858aabdb108a4b2ee50a391c75a140fa6.tar.xz
s6-linux-utils-ea2db51858aabdb108a4b2ee50a391c75a140fa6.zip
Switch doc to schemeless URLs
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html12
-rw-r--r--doc/s6-chroot.html6
-rw-r--r--doc/s6-devd.html8
-rw-r--r--doc/s6-fillurandompool.html6
-rw-r--r--doc/s6-freeramdisk.html6
-rw-r--r--doc/s6-hostname.html6
-rw-r--r--doc/s6-logwatch.html8
-rw-r--r--doc/s6-mount.html6
-rw-r--r--doc/s6-pivotchroot.html6
-rw-r--r--doc/s6-ps.html6
-rw-r--r--doc/s6-swapoff.html6
-rw-r--r--doc/s6-swapon.html6
-rw-r--r--doc/s6-uevent-listener.html12
-rw-r--r--doc/s6-uevent-spawner.html6
-rw-r--r--doc/s6-umount.html6
-rw-r--r--doc/upgrade.html8
16 files changed, 57 insertions, 57 deletions
diff --git a/doc/index.html b/doc/index.html
index 648372f..4745930 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -6,13 +6,13 @@
     <title>s6-linux-utils - skarnet's tiny Linux-specific utilities</title>
     <meta name="Description" content="s6-linux-utils - skarnet's tiny Linux-specific utilities" />
     <meta name="Keywords" content="s6 unix administration root laurent bercot ska skarnet linux utilities tiny linux-specific" />
-    <!-- <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="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> s6-linux-utils </h1>
@@ -33,7 +33,7 @@
  <li> A Linux-based system with a standard C development environment.
 The Linux kernel must be 3.5 or later. </li>
  <li> GNU make, version 3.81 or later </li>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
 2.5.1.0 or later. It's a build-time requirement. It's also a run-time
 requirement if you link against the shared version of the skalibs
 library. </li>
@@ -105,7 +105,7 @@ the previous versions of s6-linux-utils and the current one. </li>
 
 <ul>
  <li> <tt>s6-linux-utils</tt> is discussed on the
-<a href="http://skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li>
+<a href="//skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li>
 </ul>
 
 <h2> Similar work </h2>
@@ -126,7 +126,7 @@ instance:
 lightweight way, and
 they do it well enough. So, although some standard reimplentation already
 exists in s6-linux-utils and its sibling package
-<a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>,
+<a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>,
 it is an explicit non-goal of those packages to duplicate the work of those
 projects, and no more rewriting of standard commands will occur.
 </p>
diff --git a/doc/s6-chroot.html b/doc/s6-chroot.html
index 3a2cdd2..ab85764 100644
--- a/doc/s6-chroot.html
+++ b/doc/s6-chroot.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-chroot program</title>
     <meta name="Description" content="s6-linux-utils: the s6-chroot program" />
     <meta name="Keywords" content="s6-linux-utils linux utilities chroot" />
-    <!-- <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-linux-utils</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>s6-chroot</tt> program </h1>
diff --git a/doc/s6-devd.html b/doc/s6-devd.html
index 13e4dec..1d7ae06 100644
--- a/doc/s6-devd.html
+++ b/doc/s6-devd.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-devd program</title>
     <meta name="Description" content="s6-linux-utils: the s6-devd program" />
     <meta name="Keywords" content="s6 linux administration root utilities devd mdev udev s6-uevent-listener s6-uevent-spawner" />
-    <!-- <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-linux-utils</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>s6-devd</tt> program </h1>
@@ -67,7 +67,7 @@ alive after <em>k</em> more milliseconds, s6-devd yells and exits 99. </li>
 
 <ul>
  <li> s6-devd is a daemon; it should be run under a proper supervision system such
-as <a href="http://skarnet.org/software/s6/">s6</a>. The real long-lived
+as <a href="//skarnet.org/software/s6/">s6</a>. The real long-lived
 process is named <a href="s6-uevent-listener.html">s6-uevent-listener</a>;
 ir runs with the same pid as s6-devd. </li>
  <li> The <em>prog...</em> helper, on the other hand, should be very short-lived,
diff --git a/doc/s6-fillurandompool.html b/doc/s6-fillurandompool.html
index 777307e..9be985e 100644
--- a/doc/s6-fillurandompool.html
+++ b/doc/s6-fillurandompool.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-fillurandompool program</title>
     <meta name="Description" content="s6-linux-utils: the s6-fillurandompool program" />
     <meta name="Keywords" content="s6 linux administration root utilities random urandom /dev/urandom entropy pool getrandom getentropy" />
-    <!-- <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-linux-utils</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>s6-fillurandompool</tt> program </h1>
diff --git a/doc/s6-freeramdisk.html b/doc/s6-freeramdisk.html
index 880c4d0..9f1909e 100644
--- a/doc/s6-freeramdisk.html
+++ b/doc/s6-freeramdisk.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-freeramdisk program</title>
     <meta name="Description" content="s6-linux-utils: the s6-freeramdisk program" />
     <meta name="Keywords" content="s6 linux administration root utilities freeramdisk" />
-    <!-- <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-linux-utils</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>s6-freeramdisk</tt> program </h1>
diff --git a/doc/s6-hostname.html b/doc/s6-hostname.html
index d1026db..61d1101 100644
--- a/doc/s6-hostname.html
+++ b/doc/s6-hostname.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-hostname program</title>
     <meta name="Description" content="s6-linux-utils: the s6-hostname program" />
     <meta name="Keywords" content="s6-linux-utils linux utilities hostname" />
-    <!-- <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-linux-utils</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>s6-hostname</tt> program </h1>
diff --git a/doc/s6-logwatch.html b/doc/s6-logwatch.html
index 748a74a..7d87b5e 100644
--- a/doc/s6-logwatch.html
+++ b/doc/s6-logwatch.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-logwatch program</title>
     <meta name="Description" content="s6-linux-utils: the s6-logwatch program" />
     <meta name="Keywords" content="s6-linux-utils linux utilities log s6-log logwatch" />
-    <!-- <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-linux-utils</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>s6-logwatch</tt> program </h1>
@@ -33,7 +33,7 @@ in real time.
  <li> s6-logwatch prints <em>logdir</em><tt>/current</tt> and watches
 the file. </li>
  <li> <em>logdir</em> must be managed by a
-<a href="http://skarnet.org/software/s6/s6-log.html">s6-log</a> instance. </li>
+<a href="//skarnet.org/software/s6/s6-log.html">s6-log</a> instance. </li>
  <li> When new logs are appended to the <tt>current</tt> file, s6-logwatch prints
 them in real-time to stdout. </li>
  <li> When a rotation happens, s6-logwatch notices, and keeps watching the
diff --git a/doc/s6-mount.html b/doc/s6-mount.html
index 98684a4..cce1717 100644
--- a/doc/s6-mount.html
+++ b/doc/s6-mount.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-mount program</title>
     <meta name="Description" content="s6-linux-utils: the s6-mount program" />
     <meta name="Keywords" content="s6 linux administration root utilities mount" />
-    <!-- <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-linux-utils</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>s6-mount</tt> program </h1>
diff --git a/doc/s6-pivotchroot.html b/doc/s6-pivotchroot.html
index 1e0ddef..d4ca5a6 100644
--- a/doc/s6-pivotchroot.html
+++ b/doc/s6-pivotchroot.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-pivotchroot program</title>
     <meta name="Description" content="s6-linux-utils: the pivotchroot program" />
     <meta name="Keywords" content="s6 linux administration root utilities pivot_root chroot pivotchroot" />
-    <!-- <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-linux-utils</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>s6-pivotchroot</tt> program </h1>
diff --git a/doc/s6-ps.html b/doc/s6-ps.html
index 66ba4d7..b6c7d58 100644
--- a/doc/s6-ps.html
+++ b/doc/s6-ps.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-ps program</title>
     <meta name="Description" content="s6-linux-utils: the s6-ps program" />
     <meta name="Keywords" content="s6 linux administration root utilities ps proc procps process list" />
-    <!-- <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-linux-utils</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>s6-ps</tt> program </h1>
diff --git a/doc/s6-swapoff.html b/doc/s6-swapoff.html
index 58414a6..a57728b 100644
--- a/doc/s6-swapoff.html
+++ b/doc/s6-swapoff.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-swapoff program</title>
     <meta name="Description" content="s6-linux-utils: the s6-swapoff program" />
     <meta name="Keywords" content="s6 linux administration root utilities swap off partition" />
-    <!-- <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-linux-utils</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>s6-swapoff</tt> program </h1>
diff --git a/doc/s6-swapon.html b/doc/s6-swapon.html
index 422a536..11fbece 100644
--- a/doc/s6-swapon.html
+++ b/doc/s6-swapon.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-swapon program</title>
     <meta name="Description" content="s6-linux-utils: the s6-swapon program" />
     <meta name="Keywords" content="s6 linux administration root utilities swap on partition" />
-    <!-- <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-linux-utils</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>s6-swapon</tt> program </h1>
diff --git a/doc/s6-uevent-listener.html b/doc/s6-uevent-listener.html
index b1908a1..63e60e3 100644
--- a/doc/s6-uevent-listener.html
+++ b/doc/s6-uevent-listener.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-uevent-listener program</title>
     <meta name="Description" content="s6-linux-utils: the s6-uevent-listener program" />
     <meta name="Keywords" content="s6 linux administration root utilities devd mdev udev s6-uevent-listener uevent" />
-    <!-- <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-linux-utils</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>s6-uevent-listener</tt> program </h1>
@@ -86,7 +86,7 @@ MINOR=34\0
 
 <ul>
  <li> s6-uevent-listener is a daemon; it should be run under a proper supervision system such
-as <a href="http://skarnet.org/software/s6/">s6</a>. </li>
+as <a href="//skarnet.org/software/s6/">s6</a>. </li>
 <li> If you are running s6-uevent-listener, <em>prog...</em> should be the
 only program handling uevents, which means that
 <tt>/proc/sys/kernel/hotplug</tt> should be empty. </li>
@@ -95,8 +95,8 @@ only program handling uevents, which means that
    <li> <tt>s6-uevent-listener | s6-uevent-spawner mdev</tt> </li>
    <li> <tt>s6-uevent-listener | mdevd</tt> </li>
    <li> Those examples can be made safer by using a supervision system:
-under <a href="http://skarnet.org/software/s6/">s6</a> or
-<a href="http://skarnet.org/software/s6-rc/">s6-rc</a>, write a service
+under <a href="//skarnet.org/software/s6/">s6</a> or
+<a href="//skarnet.org/software/s6-rc/">s6-rc</a>, write a service
 pipeline where <tt>s6-uevent-listener</tt> is a producer and
 <tt>s6-uevent-spawner mdev</tt> or <tt>mdevd</tt> is a consumer. This
 setup has the advantage, among others, that you can restart the netlink
diff --git a/doc/s6-uevent-spawner.html b/doc/s6-uevent-spawner.html
index 7eb5ea1..f7a9d7b 100644
--- a/doc/s6-uevent-spawner.html
+++ b/doc/s6-uevent-spawner.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-uevent-spawner program</title>
     <meta name="Description" content="s6-linux-utils: the s6-uevent-spawner program" />
     <meta name="Keywords" content="s6 linux administration root utilities devd mdev udev hotplug" />
-    <!-- <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-linux-utils</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>s6-uevent-spawner</tt> program </h1>
diff --git a/doc/s6-umount.html b/doc/s6-umount.html
index fce3e38..b4ba5a0 100644
--- a/doc/s6-umount.html
+++ b/doc/s6-umount.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: the s6-umount program</title>
     <meta name="Description" content="s6-linux-utils: the s6-umount program" />
     <meta name="Keywords" content="s6 linux administration root linux utilities umount unmount filesystem" />
-    <!-- <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-linux-utils</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>s6-umount</tt> program </h1>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 955333c..844d64f 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -6,14 +6,14 @@
     <title>s6-linux-utils: how to upgrade</title>
     <meta name="Description" content="s6-linux-utils: how to upgrade" />
     <meta name="Keywords" content="s6-linux-utils installation upgrade" />
-    <!-- <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-linux-utils</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> What has changed in s6-linux-utils </h1>
@@ -39,7 +39,7 @@ and <a href="s6-uevent-spawner.html">s6-uevent-spawner</a> has changed. </li>
  <li> skalibs dependency bumped to 2.4.0.0. </li>
  <li> s6-halt, s6-poweroff and s6-reboot are not provided
 by this package anymore: they're now a part of the
-<a href="http://skarnet.org/software/s6-linux-init/">s6-linux-init</a>
+<a href="//skarnet.org/software/s6-linux-init/">s6-linux-init</a>
 package. </li>
  <li> The <a href="s6-fillurandompool.html">s6-fillurandompool</a>
 program has been added. </li>