From: Fredrik Tolf Date: Fri, 6 Jul 2007 14:47:50 +0000 (+0200) Subject: Add `shutdown' documentation. X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=2f765a320ed7301ea755ad2611a89306f3963b36 Add `shutdown' documentation. --- diff --git a/doc/protocol/cmd/shutdown.tex b/doc/protocol/cmd/shutdown.tex new file mode 100644 index 0000000..086f101 --- /dev/null +++ b/doc/protocol/cmd/shutdown.tex @@ -0,0 +1,13 @@ +\syntax{shutdown} + +\begin{description} +Instructs the daemon to shut down as soon as possible. +\end{description} + +\revision{1} +\perm{admin} + +\begin{responses} + \response{200} + The daemon will shut down at its earliest convenience. +\end{responses}