server.cmd: add SN tag and fix some typos
authorAndre <maan@meins.(none)>
Thu, 25 Jan 2007 19:57:03 +0000 (20:57 +0100)
committerAndre <maan@meins.(none)>
Thu, 25 Jan 2007 19:57:03 +0000 (20:57 +0100)
server.cmd

index b50c9c935ad09cbae4b4bf41fc688f97598487a1..3053ab002e2dae867d92928973064ea0b18340fd 100644 (file)
@@ -3,6 +3,7 @@ HC: prototypes for the server command handlers
 CC: array of server commands
 AT: server_command
 IN: server user_list
 CC: array of server commands
 AT: server_command
 IN: server user_list
+SN: list of server commands
 ---
 N: chs
 P: DB_READ | DB_WRITE
 ---
 N: chs
 P: DB_READ | DB_WRITE
@@ -13,7 +14,7 @@ H: argument was given, print the name of the current selector.
 ---
 N: ff
 P: VSS_READ | VSS_WRITE
 ---
 N: ff
 P: VSS_READ | VSS_WRITE
-D: jmp amount of time forwards or backwards in current audio file
+D: jump amount of time forwards or backwards in current audio file
 S: ff n[-]
 H: Set the 'R' (reposition request) bit of the vss status flags
 H: and enqueue a request to jump n seconds forwards or backwards
 S: ff n[-]
 H: Set the 'R' (reposition request) bit of the vss status flags
 H: and enqueue a request to jump n seconds forwards or backwards
@@ -42,7 +43,7 @@ H: which forces them to close/reopen the log file.
 ---
 N: jmp
 P: VSS_READ | VSS_WRITE
 ---
 N: jmp
 P: VSS_READ | VSS_WRITE
-D: mp to given position in current audio file
+D: jump to given position in current audio file
 S: jmp [n]
 H: Set the 'R' (reposition request) bit of the vss status flags
 H: and enqueue a request to jump to n% of the current audio file,
 S: jmp [n]
 H: Set the 'R' (reposition request) bit of the vss status flags
 H: and enqueue a request to jump to n% of the current audio file,