diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 09:52:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 09:52:40 +0000 |
commit | 5732b475bce8abd29f68f0963efb6ffdad2cfcf6 (patch) | |
tree | 513ba730e302703a2264454d82d32be63e140b3e /doc | |
parent | 8b6a69e325abfc4960dccae6116af8dd338708a5 (diff) | |
download | s6-5732b475bce8abd29f68f0963efb6ffdad2cfcf6.tar.xz |
Doc typo fixes, thanks flexibeast
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svperms.html | 2 | ||||
-rw-r--r-- | doc/s6-svscan.html | 4 | ||||
-rw-r--r-- | doc/s6-usertree-maker.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/s6-svperms.html b/doc/s6-svperms.html index 5b5d485..aa63b01 100644 --- a/doc/s6-svperms.html +++ b/doc/s6-svperms.html @@ -48,7 +48,7 @@ the owner and members of group <em>name</em>; or <tt>public</tt>, for all users. </li> <li> <tt>control:</tt> - indicates who is allowed to send control commands to the service, with commands such as -<a href="s6-svc.html">s6 -svc</a>. The values can be <tt>owner</tt>, +<a href="s6-svc.html">s6-svc</a>. The values can be <tt>owner</tt>, for only the owner of the service; or <tt>group: <em>name</em></tt>, for the owner and members of group <em>name</em>. </li> <li> <tt>events:</tt> - indicates who is allowed to subscribed to diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 5d92174..61d7553 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -148,8 +148,8 @@ This behaviour can also be achieved via the <tt>s6-svscanctl -an <em>scandir</em> </tt> command. This is the closest that s6-svscan can get to the traditional "reload your configuration" behaviour. </li> <li> SIGINT : same as SIGTERM below. </li> - <li> SIGTERM : Instruct all the <a href="s6-supervise.html">s6-supervise</a> to -stop their service and exit; wait for the whole supervision tree to die, without + <li> SIGTERM : Instruct all the <a href="s6-supervise.html">s6-supervise</a> processes +to stop their service and exit; wait for the whole supervision tree to die, without losing any logs; then exec into <tt>.s6-svscan/finish</tt> or exit 0. This behaviour can also be achieved via the <tt>s6-svscanctl -t <em>scandir</em></tt> command. </li> <li> SIGQUIT : same as SIGTERM above, except that if a service is logged diff --git a/doc/s6-usertree-maker.html b/doc/s6-usertree-maker.html index 38931b9..4f6eef2 100644 --- a/doc/s6-usertree-maker.html +++ b/doc/s6-usertree-maker.html @@ -108,9 +108,9 @@ subdirectory as user <em>loguser</em>. Default is <strong><tt>root</tt></strong> <li> <tt>-t</tt> <em>stamptype</em> : how logs are timestamped by the catch-all logger. 0 means no timestamp, 1 means -<a href="http://cr.yp.to/libtai/tai64.html">external TAI64N format</a>, +<a href="https://cr.yp.to/libtai/tai64.html">external TAI64N format</a>, 2 means -<a href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601 format</a>, +<a href="https://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601 format</a>, and 3 means both. Default is <strong><tt>1</tt></strong>. </li> <br /> <li> <tt>-n</tt> <em>nfiles</em> : maximum number of archive files |