Add `shutdown' documentation.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 6 Jul 2007 14:47:50 +0000 (16:47 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 6 Jul 2007 16:31:55 +0000 (18:31 +0200)
doc/protocol/cmd/shutdown.tex [new file with mode: 0644]

diff --git a/doc/protocol/cmd/shutdown.tex b/doc/protocol/cmd/shutdown.tex
new file mode 100644 (file)
index 0000000..086f101
--- /dev/null
@@ -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}