man prosodyctl: Add missing 'reload' command
authorKim Alvefur <zash@zash.se>
Wed, 23 Dec 2015 13:20:57 +0000 (14:20 +0100)
committerKim Alvefur <zash@zash.se>
Wed, 23 Dec 2015 13:20:57 +0000 (14:20 +0100)
man/prosodyctl.man
man/prosodyctl.markdown

index 44e6022f71da1e76d84ed29b36d58095501aa990..8dd9e1f8616b23bd7fe1ca5a57d2026321f228c4 100644 (file)
@@ -76,6 +76,12 @@ Equivalent to running prosodyctl stop followed by prosodyctl start.
 .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 @@ server daemon and to determine if a host has been configured.
 .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.
index e4cd8e915a484d5a6c0bf5ca9ca77ce0c7b45e33..5360503bc35ecb6964935385079d2d1ab8db4110 100644 (file)
@@ -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 @@ restart
 :   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.