diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2007-10-23 09:56:52 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2007-10-23 09:56:52 +0000 |
commit | 990514eef91be42f9ff0ddb97ff453159d4658cb (patch) | |
tree | 7984fa23e12a8a8945973fa2db4cb6149015a18a /doc/dev.tex | |
parent | add extauth script details (diff) |
dev.tex: list typo fix
SVN Revision: 962
Diffstat (limited to 'doc/dev.tex')
-rw-r--r-- | doc/dev.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/dev.tex b/doc/dev.tex index 614b0f88..e94c6b70 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 |