Commit 5372ee40 authored by Max Kellermann's avatar Max Kellermann

doc: refer to command_list_ok_begin, not command_list_begin

list_OK is returned only after command_list_ok_begin.
parent 08732ce1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment