# HG changeset patch # User Kim Alvefur # Date 1643822908 -3600 # Node ID 51930f685c169dfcbecf5657057aa34d64b6318d # Parent dfa3cac981bce07b088af4aa030365253bcca398 man/prosodyctl: Complete list of 'check' variants Especially 'connectivity' was missing diff -r dfa3cac981bc -r 51930f685c16 man/prosodyctl.man --- a/man/prosodyctl.man Wed Feb 02 18:25:42 2022 +0100 +++ b/man/prosodyctl.man Wed Feb 02 18:28:28 2022 +0100 @@ -108,8 +108,9 @@ \f[B]\f[CB]check [what]\f[B]\f[R] Performs various sanity checks on the configuration, DNS setup and configured TLS certificates. -\f[C]what\f[R] can be one of \f[C]config\f[R], \f[C]dns\f[R] and -\f[C]certs\f[R] to run only that check. +\f[C]what\f[R] can be one of \f[C]config\f[R], \f[C]dns\f[R] +\f[C]certs\f[R], \f[C]disabled\f[R] and \f[C]connectivity\f[R] to run +only that check. .SS Ejabberd Compatibility .PP ejabberd is another XMPP server which provides a comparable control diff -r dfa3cac981bc -r 51930f685c16 man/prosodyctl.markdown --- a/man/prosodyctl.markdown Wed Feb 02 18:25:42 2022 +0100 +++ b/man/prosodyctl.markdown Wed Feb 02 18:28:28 2022 +0100 @@ -113,7 +113,7 @@ `check [what]` : Performs various sanity checks on the configuration, DNS setup and configured TLS certificates. `what` can be one of `config`, `dns` - and `certs` to run only that check. + `certs`, `disabled` and `connectivity` to run only that check. ## Ejabberd Compatibility