COMMANDS: assorted formatting fixes

* spaces => tabs
* long lines wrapped
* trailing whitespace killed
This commit is contained in:
Eric Wong 2008-09-28 16:57:35 +02:00 committed by Max Kellermann
parent b26b57b677
commit 531a44e9e3

View File

@ -284,5 +284,6 @@ command_list_end
It does not execute any commands until the list has ended. The return It does not execute any commands until the list has ended. The return
value is whatever the return for a list of commands is. On success value is whatever the return for a list of commands is. On success
for all commands, OK is returned. If a command fails, no more commands for all commands, OK is returned. If a command fails, no more commands
are executed and the appropriate ACK error is returned. If "command_list_ok_begin is used", "list_OK\n" is returned for each successful command executed are executed and the appropriate ACK error is returned. If
in the command list. "command_list_ok_begin is used", "list_OK\n" is returned for each
successful command executed in the command list.