diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:48:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:48:50 +0000 |
commit | da9d87dbaed4893cc2fcf364f73b8a3da99875ba (patch) | |
tree | 40786987050bf7b5c6fe2d98605b96179a5f05e3 /doc/s6-ps.html | |
parent | 8d0b28b3f5df93979c253a6760fc925f7cc4e772 (diff) | |
download | s6-linux-utils-da9d87dbaed4893cc2fcf364f73b8a3da99875ba.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/s6-ps.html')
-rw-r--r-- | doc/s6-ps.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> : total CPU time used by the process and all its dead children (user + kernel mode). </li> <li> <tt>tstart</tt> : 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> : 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 |