From 2f765a320ed7301ea755ad2611a89306f3963b36 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 6 Jul 2007 16:47:50 +0200 Subject: [PATCH] Add `shutdown' documentation. --- doc/protocol/cmd/shutdown.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/protocol/cmd/shutdown.tex 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} -- 2.11.0