Update of /cvsroot/toxine/toxine/doc/man/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5303/doc/man/en
Modified Files:
toxine.1
Log Message:
Add sleep command. Update audio volume/mute on stream opening.
Index: toxine.1
===================================================================
RCS file: /cvsroot/toxine/toxine/doc/man/en/toxine.1,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- toxine.1 19 Jul 2004 20:45:33 -0000 1.28
+++ toxine.1 23 Jul 2004 09:25:42 -0000 1.29
@@ -1,7 +1,7 @@
.\" -*-Nroff-*-
.\""
.\""
-.TH TOXINE 1x 2004-07-19 "toxine"
+.TH TOXINE 1x 2004-07-23 "toxine"
.SH NAME
toxine \- a text program, using xine library.
.SH SYNOPSIS
@@ -723,6 +723,19 @@
.br
.br
.TP
+.BR sleep
+.br
+.BR action:
+.br
+Sleep for x seconds
+.br
+
+.BR syntax:
+.br
+\ \ sleep <secs>
+.br
+.br
+.TP
.BR stop
.br
.BR action:
@@ -1279,7 +1292,7 @@
.BR syntax:
.br
-\ \ _xine_config_get_first_entry
+\ \ xine_config_get_first_entry
.br
.br
.TP
@@ -1292,7 +1305,7 @@
.BR syntax:
.br
-\ \ _xine_config_get_next_entry
+\ \ xine_config_get_next_entry
.br
.br
.TP
@@ -1305,7 +1318,7 @@
.BR syntax:
.br
-\ \ _xine_config_lookup_entry <key>
+\ \ xine_config_lookup_entry <key>
.br
.br
.TP
@@ -1318,7 +1331,7 @@
.BR syntax:
.br
-\ \ _xine_config_update_entry <key> <value>
+\ \ xine_config_update_entry <key> <value>
.br
.br
.TP
|