aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-06-09 09:19:42 +0200
committerMax Kellermann <max@duempel.org>2009-06-09 09:19:42 +0200
commit5372ee406a9bd938608c4c84dd138d9906e24779 (patch)
treed44059a5b241339dbb025fbe2d9a760949d72f49 /doc
parent08732ce18908ae6f6f091f09715933e35bcdcc5c (diff)
doc: refer to command_list_ok_begin, not command_list_begin
list_OK is returned only after command_list_ok_begin.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 330e4893..b4addf35 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -62,7 +62,7 @@
<returnvalue>OK</returnvalue> is returned. If a command
fails, no more commands are executed and the appropriate
<returnvalue>ACK</returnvalue> error is returned. If
- <command>command_list_begin</command> is used,
+ <command>command_list_ok_begin</command> is used,
<returnvalue>list_OK</returnvalue> is returned for each
successful command executed in the command list.
</para>