]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.cmd
add SN tag to *_selector.cmd
[paraslash.git] / server.cmd
index a7a1fb598617ae03e39cc8e77d41cdefe99fe718..3053ab002e2dae867d92928973064ea0b18340fd 100644 (file)
@@ -1,3 +1,10 @@
+FN: server_command_list
+HC: prototypes for the server command handlers
+CC: array of server commands
+AT: server_command
+IN: server user_list
+SN: list of server commands
+---
 N: chs
 P: DB_READ | DB_WRITE
 D: change the current audio file selector
@@ -7,7 +14,7 @@ H: argument was given, print the name of the current selector.
 ---
 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
@@ -36,7 +43,7 @@ H: which forces them to close/reopen the log file.
 ---
 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,