diff options
author | Max Kellermann <max@duempel.org> | 2009-06-09 09:19:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-09 09:19:42 +0200 |
commit | 5372ee406a9bd938608c4c84dd138d9906e24779 (patch) | |
tree | d44059a5b241339dbb025fbe2d9a760949d72f49 /doc | |
parent | 08732ce18908ae6f6f091f09715933e35bcdcc5c (diff) | |
download | mpd-5372ee406a9bd938608c4c84dd138d9906e24779.tar.gz mpd-5372ee406a9bd938608c4c84dd138d9906e24779.tar.xz mpd-5372ee406a9bd938608c4c84dd138d9906e24779.zip |
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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 330e4893b..b4addf35a 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> |