X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fprotocol%2Fcmd%2Fquit.tex;fp=doc%2Fprotocol%2Fcmd%2Fquit.tex;h=fe48f51987744d4bb468f05c7a5838901cc24ed1;hb=43c0eb2d8744a2f2d3690b723eb226dca33c0c3b;hp=0000000000000000000000000000000000000000;hpb=cf9b068afda70d24f416d86faf90a27c39e905ad;p=doldaconnect.git diff --git a/doc/protocol/cmd/quit.tex b/doc/protocol/cmd/quit.tex new file mode 100644 index 0000000..fe48f51 --- /dev/null +++ b/doc/protocol/cmd/quit.tex @@ -0,0 +1,17 @@ +\syntax{quit} + +\begin{reqdesc} +Instruct the daemon to close the connection to the client. This +request is not actually necessary, as it is just fine for the client +to close the connection from its side instead, but it is at least +convenient when talking to the daemon with a program such as +\texttt{telnet}. +\end{reqdesc} + +\revision{1} +\noperm + +\begin{responses} + \response{200} + The daemon will close the connection at its earliest convenience. +\end{responses}