changeset 13366:a75512de0dad

Quit now sends an optional return value, based on patch sent by Aurelien Jacobs <aurel at gnuage dot org>.
author diego
date Fri, 17 Sep 2004 15:35:47 +0000
parents 2d4f4444092d
children 81ca72fd45f6
files DOCS/tech/slave.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/slave.txt	Fri Sep 17 12:16:42 2004 +0000
+++ b/DOCS/tech/slave.txt	Fri Sep 17 15:35:47 2004 +0000
@@ -21,8 +21,9 @@
 audio_delay <value>
     Adjust the audio delay by <value> seconds.
 
-quit
-    Quit MPlayer.
+quit [<value>]
+    Quit MPlayer. The optional integer value is used as the return code
+    for the mplayer process (default: 0).
 
 pause
     Pause/unpause the playback.