changeset 14688:7a7565f28455

Put general note at the top of the file.
author diego
date Sat, 12 Feb 2005 17:22:49 +0000
parents 33a613386f74
children 21c7d4a2995e
files DOCS/tech/slave.txt
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/slave.txt	Sat Feb 12 16:48:54 2005 +0000
+++ b/DOCS/tech/slave.txt	Sat Feb 12 17:22:49 2005 +0000
@@ -9,6 +9,10 @@
 If the -slave option is given, playback is controlled by a line-based protocol.
 Each line must contain one of the following commands:
 
+All commands can be prefixed with "pausing ", causing MPlayer to get into
+paused mode as soon as possible after processing the command.
+Please note that this can be before the command is fully executed.
+
 seek <value> [<type>]
     Seek to some place in the movie.
         0 is a relative seek of +/- <value> seconds (default).
@@ -246,8 +250,3 @@
 
 run <value>
     Run <value> as shell command.
-
-All commands can be prefixed with "pausing ", causing MPlayer to get into
-paused mode as soon as possible after processing the command.
-Please note that this can be before the command is fully executed.
-