[Toxine-cvs] CVS: toxine/doc/man/en toxine.1,1.26,1.27 toxine.1.header,1.5,1.6
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-07-19 17:27:15
|
Update of /cvsroot/toxine/toxine/doc/man/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7526 Modified Files: toxine.1 toxine.1.header Log Message: @@more updates Index: toxine.1 =================================================================== RCS file: /cvsroot/toxine/toxine/doc/man/en/toxine.1,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- toxine.1 19 Jul 2004 17:20:42 -0000 1.26 +++ toxine.1 19 Jul 2004 17:27:07 -0000 1.27 @@ -22,7 +22,7 @@ You can use multiple commands in a single line. Each commands may be separated with a semicolon ';', like: .sp -\fBset video driver xv; set audio driver alsa09; xine_init; playlist add ~/my_stream.mpg; play\fP +\fBset video driver xv; set audio driver alsa; init; playlist add ~/my_stream.mpg; play\fP .TP For spaced MRLs, dont forget to quote the whole MRL, like: .sp @@ -49,7 +49,7 @@ #!/home/daniel/usr/bin/toxine -s set video driver xv -set audio driver alsa09 +set audio driver alsa xine_init xine_stream_new xine_play mrl ~/my_stream.mpg @@ -61,7 +61,7 @@ quit .fi .TP -Like in interactive mode, you can use multi-commands line, separated with a ';' character. A line which begin with a '#' or '//' is ignored. +Like in interactive mode, you can use multi-commands line, separated with a ';' character. A line which begin with a '#' is ignored. .TP For the complete commands summary, see below. .SH OPTIONS @@ -69,6 +69,9 @@ with two dashes (\`\-\'). A summary of options are included below. .TP +.BR \-C,\ \-\-config-file\ <filename> +Use <filename> as toxine configuration file [default is $HOME/.xine/toxine_config]. +.TP .BR \-s,\ \-\-script\ <filename> Use <filename> as toxine script file. .TP @@ -102,7 +105,7 @@ Display this help text. .TP .BR \ \ \ \ \-\-error\-codes[=num] -Display errorcodes descriptions. If \fBnum\fP is specified, the error description will be printed. +Display error codes descriptions. If \fBnum\fP is specified, the error description will be printed. .br .SH COMMANDS .TP Index: toxine.1.header =================================================================== RCS file: /cvsroot/toxine/toxine/doc/man/en/toxine.1.header,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- toxine.1.header 6 Jul 2004 09:50:13 -0000 1.5 +++ toxine.1.header 19 Jul 2004 17:27:07 -0000 1.6 @@ -22,7 +22,7 @@ You can use multiple commands in a single line. Each commands may be separated with a semicolon ';', like: .sp -\fBset video driver xv; set audio driver alsa09; xine_init; playlist add ~/my_stream.mpg; play\fP +\fBset video driver xv; set audio driver alsa; init; playlist add ~/my_stream.mpg; play\fP .TP For spaced MRLs, dont forget to quote the whole MRL, like: .sp @@ -49,7 +49,7 @@ #!@PREFIX@/bin/toxine -s set video driver xv -set audio driver alsa09 +set audio driver alsa xine_init xine_stream_new xine_play mrl ~/my_stream.mpg @@ -61,7 +61,7 @@ quit .fi .TP -Like in interactive mode, you can use multi-commands line, separated with a ';' character. A line which begin with a '#' or '//' is ignored. +Like in interactive mode, you can use multi-commands line, separated with a ';' character. A line which begin with a '#' is ignored. .TP For the complete commands summary, see below. .SH OPTIONS @@ -69,6 +69,9 @@ with two dashes (\`\-\'). A summary of options are included below. .TP +.BR \-C,\ \-\-config-file\ <filename> +Use <filename> as toxine configuration file [default is $HOME/.xine/toxine_config]. +.TP .BR \-s,\ \-\-script\ <filename> Use <filename> as toxine script file. .TP @@ -102,6 +105,6 @@ Display this help text. .TP .BR \ \ \ \ \-\-error\-codes[=num] -Display errorcodes descriptions. If \fBnum\fP is specified, the error description will be printed. +Display error codes descriptions. If \fBnum\fP is specified, the error description will be printed. .br .SH COMMANDS |