Added some protocol command documentation.
[doldaconnect.git] / doc / protocol / cmd / quit.tex
CommitLineData
43c0eb2d
FT
1\syntax{quit}
2
3\begin{reqdesc}
4Instruct the daemon to close the connection to the client. This
5request is not actually necessary, as it is just fine for the client
6to close the connection from its side instead, but it is at least
7convenient when talking to the daemon with a program such as
8\texttt{telnet}.
9\end{reqdesc}
10
11\revision{1}
12\noperm
13
14\begin{responses}
15 \response{200}
16 The daemon will close the connection at its earliest convenience.
17\end{responses}