man prosodyctl: Add missing 'reload' command
authorKim Alvefur <zash@zash.se>
Wed, 23 Dec 2015 14:20:57 +0100
changeset 7036 719f02848c99
parent 7035 817c7b197ac7
child 7037 27f4d63f136a
man prosodyctl: Add missing 'reload' command
man/prosodyctl.man
man/prosodyctl.markdown
--- a/man/prosodyctl.man	Wed Dec 23 14:19:01 2015 +0100
+++ b/man/prosodyctl.man	Wed Dec 23 14:20:57 2015 +0100
@@ -76,6 +76,12 @@
 .RS
 .RE
 .TP
+.B reload
+Signals the prosody server daemon to reload configuration and reopen log
+files.
+.RS
+.RE
+.TP
 .B status
 Prints the current execution status of the prosody server daemon.
 .RS
@@ -113,4 +119,4 @@
 .PP
 More information may be found online at: <https://prosody.im/>
 .SH AUTHORS
-Dwayne Bent <dbb.1@liqd.org>.
+Dwayne Bent <dbb.1@liqd.org>; Kim Alvefur.
--- a/man/prosodyctl.markdown	Wed Dec 23 14:19:01 2015 +0100
+++ b/man/prosodyctl.markdown	Wed Dec 23 14:20:57 2015 +0100
@@ -1,6 +1,7 @@
 ---
 author:
 - 'Dwayne Bent <dbb.1@liqd.org>'
+- Kim Alvefur
 date: '2015-12-23'
 section: 1
 title: PROSODYCTL
@@ -72,6 +73,10 @@
 :   Restarts the prosody server daemon. Equivalent to running prosodyctl
     stop followed by prosodyctl start.
 
+reload
+:   Signals the prosody server daemon to reload configuration and reopen
+    log files.
+
 status
 :   Prints the current execution status of the prosody server daemon.