[Toxine-cvs] CVS: toxine/doc/man/en toxine.1,1.29,1.30
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2005-08-02 09:05:53
|
Update of /cvsroot/toxine/toxine/doc/man/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17595/doc/man/en Modified Files: toxine.1 Log Message: add setenv command, fix typo. (patch from Harald Barth <haba AT pdc DOT kth DOT se>) Index: toxine.1 =================================================================== RCS file: /cvsroot/toxine/toxine/doc/man/en/toxine.1,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- toxine.1 23 Jul 2004 09:25:42 -0000 1.29 +++ toxine.1 2 Aug 2005 09:05:37 -0000 1.30 @@ -698,7 +698,7 @@ .br \ \ set audio mute .br -\ \ set interative <[yes | no | 1 | 0 | true | false]> +\ \ set interactive <[yes | no | 1 | 0 | true | false]> .br \ \ set mrl <mrl> .br @@ -710,6 +710,23 @@ .br .br .TP +.BR setenv +.br +.BR action: +.br +Set variable in the current process' environment, can be used to change the xine library's behaviour. +.br + +.BR syntax: +.br +\ \ setenv variable value +.br + +.BR example: +.br +\ \ setenv XINE_WAVE_OUTPUT myfile.wav +.br +.TP .BR shell .br .BR action: |