playlist.c: Remove an unused variable.
[paraslash.git] / server.cmd
index ad175c8df14ce9f3eb66d624e72f3998cd303ff7..41dc2805b4515b20a101b34e54682f764ff73815 100644 (file)
@@ -3,16 +3,9 @@ SF: command.c
 HC: prototypes for the server command handlers
 CC: array of server commands
 AT: server_command
-IN: server user_list
+IN: para error string afh afs server list user_list
 SN: list of server commands
 ---
-N: chs
-P: DB_READ | DB_WRITE
-D: change the current audio file selector
-U: chs [new_selector]
-H: Shutdown the current selector and activate new_selector. If no
-H: argument was given, print the name of the current selector.
----
 N: ff
 P: VSS_READ | VSS_WRITE
 D: jump amount of time forwards or backwards in current audio file
@@ -31,7 +24,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.
 ---