From 990514eef91be42f9ff0ddb97ff453159d4658cb Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 23 Oct 2007 09:56:52 +0000 Subject: [PATCH] dev.tex: list typo fix SVN Revision: 962 --- doc/dev.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/dev.tex b/doc/dev.tex index 614b0f88c..e94c6b708 100644 --- a/doc/dev.tex +++ b/doc/dev.tex @@ -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