diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-07-13 10:03:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-07-13 10:03:58 +0000 |
commit | c9fcfbf294edb01b149a75465a4beb14c3a5dd56 (patch) | |
tree | ff5cd4f579ecd251bd4dc096531cb78a28752eed | |
parent | ffb9de6131bb7b6b8bb2a57d135160e177587002 (diff) | |
download | s6-c9fcfbf294edb01b149a75465a4beb14c3a5dd56.tar.xz |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/overview.html b/doc/overview.html index 9e41824..6c32ee3 100644 --- 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> |