diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:45:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:45:31 +0000 |
commit | 3f7d194475869c00e4cb00d0787e3bb941bf95ec (patch) | |
tree | 8e4f576dbfb0af8f0547a1b4563a443b3b7313cf /doc/s6-sleep.html | |
parent | b86f0b3410120e6d5526822a14ed4e8676888beb (diff) | |
download | s6-portable-utils-3f7d194475869c00e4cb00d0787e3bb941bf95ec.tar.gz s6-portable-utils-3f7d194475869c00e4cb00d0787e3bb941bf95ec.tar.xz s6-portable-utils-3f7d194475869c00e4cb00d0787e3bb941bf95ec.zip |
doc: fix URLs
Diffstat (limited to 'doc/s6-sleep.html')
-rw-r--r-- | doc/s6-sleep.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-sleep.html b/doc/s6-sleep.html index d187f10..863e53c 100644 --- a/doc/s6-sleep.html +++ b/doc/s6-sleep.html @@ -30,7 +30,7 @@ <ul> <li> s6-sleep acts as the generic -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html">sleep</a> utility. +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html">sleep</a> utility. It ignores non-lethal signals. </li> <li> If there are <em>prog...</em> arguments, then s6-sleep executes into <em>prog...</em> after sleeping. Else, it exits 0. </li> @@ -46,7 +46,7 @@ into <em>prog...</em> after sleeping. Else, it exits 0. </li> <p> s6-sleep <strong>is</strong> suitable as a Single Unix -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html">sleep</a> +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html">sleep</a> program. </p> |