25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

dev.tex: list typo fix

SVN Revision: 962
This commit is contained in:
Christophe Romain 2007-10-23 09:56:52 +00:00
parent 1b2da83c28
commit 990514eef9

View File

@ -178,8 +178,10 @@ That script is supposed to do theses actions, in an infinite loop:
\end{itemize}
\end{itemize}
\item write to stdout: AABB
A: the number 2 (coded as a short, which is bytes length of following result)
B: the result code (coded as a short), should be 1 for success/valid, or 0 for failure/invalid
\begin{itemize}
\item A: the number 2 (coded as a short, which is bytes length of following result)
\item B: the result code (coded as a short), should be 1 for success/valid, or 0 for failure/invalid
\end{itemize}
\end{itemize}
Example python script