s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit c9fcfbf294edb01b149a75465a4beb14c3a5dd56
parent ffb9de6131bb7b6b8bb2a57d135160e177587002
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 13 Jul 2021 10:03:58 +0000

 Doc typo fix

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/overview.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/overview.html b/doc/overview.html @@ -389,7 +389,7 @@ services. services. For instance: <ul> <li> <a href="s6-svstat.html">s6-svstat</a> gives you access to the detailed state of a service </li> - <li> <a href="s6-svperms">s6-svperms</a> allows you to configure + <li> <a href="s6-svperms.html">s6-svperms</a> allows you to configure what users can read that state, what users can send control commands to your service, and what users can be notified of service start/stop events </li>