summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:48:50 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:48:50 +0000
commitda9d87dbaed4893cc2fcf364f73b8a3da99875ba (patch)
tree40786987050bf7b5c6fe2d98605b96179a5f05e3 /doc
parent8d0b28b3f5df93979c253a6760fc925f7cc4e772 (diff)
downloads6-linux-utils-da9d87dbaed4893cc2fcf364f73b8a3da99875ba.tar.xz
doc: fix URLs
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-fillurandompool.html6
-rw-r--r--doc/s6-ps.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/s6-fillurandompool.html b/doc/s6-fillurandompool.html
index 9be985e..c07b0f4 100644
--- a/doc/s6-fillurandompool.html
+++ b/doc/s6-fillurandompool.html
@@ -40,13 +40,13 @@
Reading from <tt>/dev/random</tt> blocks when its entropy pool is
not full enough, so it will never return weak random data. (Reading
from <tt>/dev/random</tt> is overkill anyway, and
-<a href="http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/">you
+<a href="https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/">you
should not be doing it.</a>)
</p>
<p>
However, reading from <tt>/dev/urandom</tt> (which
-<a href="http://www.2uo.de/myths-about-urandom/">you should be doing</a>)
+<a href="https://www.2uo.de/myths-about-urandom/">you should be doing</a>)
will not block, even though the entropy pool may not have been
initialized yet. That's the only insecure thing about it: at boot time,
<tt>/dev/urandom</tt> may return weak random data, until its entropy
@@ -66,7 +66,7 @@ random data, until the machine shuts down.
<ul>
<li> <tt>s6-fillurandompool</tt> will only work on a Linux kernel version
3.17 or later: this is when the
-<a href="http://man7.org/linux/man-pages/man2/getrandom.2.html"><tt>getrandom()</tt></a>
+<a href="https://man7.org/linux/man-pages/man2/getrandom.2.html"><tt>getrandom()</tt></a>
system call, which it internally uses, has been implemented. </li>
</ul>
diff --git a/doc/s6-ps.html b/doc/s6-ps.html
index 5e1887f..12a986c 100644
--- a/doc/s6-ps.html
+++ b/doc/s6-ps.html
@@ -117,7 +117,7 @@ usage. </li>
<li> <tt>cttime</tt>&nbsp;: total CPU time used by the process and all its dead
children (user + kernel mode). </li>
<li> <tt>tstart</tt>&nbsp;: the start time of the process as a
-<a href="http://cr.yp.to/libtai/tai64.html">TAI64N</a> value. </li>
+<a href="https://cr.yp.to/libtai/tai64.html">TAI64N</a> value. </li>
<li> <tt>cpcpu</tt>&nbsp;: the percentage of CPU used by the process and its dead
children (total cpu time
divided by total running time). It is a mean value and does not reflect current CPU