doc: refer to command_list_ok_begin, not command_list_begin

list_OK is returned only after command_list_ok_begin.
This commit is contained in:
Max Kellermann 2009-06-09 09:19:42 +02:00
parent 08732ce189
commit 5372ee406a
1 changed files with 1 additions and 1 deletions

View File

@ -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>