X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.cmd;h=da895480ac92adc3716a6e8774018080a88fb060;hp=ad175c8df14ce9f3eb66d624e72f3998cd303ff7;hb=c7c5668dddc48b860655c105b23cc50c45c39540;hpb=0a405367cdc8f3b0f49fb5ec3798378a2fc4589b diff --git a/server.cmd b/server.cmd index ad175c8d..da895480 100644 --- a/server.cmd +++ b/server.cmd @@ -3,11 +3,11 @@ SF: command.c HC: prototypes for the server command handlers CC: array of server commands AT: server_command -IN: server user_list +IN: para afh server list user_list SN: list of server commands --- N: chs -P: DB_READ | DB_WRITE +P: AFS_READ | AFS_WRITE D: change the current audio file selector U: chs [new_selector] H: Shutdown the current selector and activate new_selector. If no @@ -31,7 +31,7 @@ N: help P: 0 D: print help text U: help [command] -H: Without any arguments, help prints a list of availible commands. When +H: Without any arguments, help prints a list of available commands. When H: issued with a command name as first argument, print out a description H: for that command. ---