[Toxine-cvs] CVS: toxine/doc/man/en toxine.1,1.24,1.25
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-07-18 20:31:48
|
Update of /cvsroot/toxine/toxine/doc/man/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19802/doc/man/en Modified Files: toxine.1 Log Message: -New command parser. -Fix stdin and -e bug. -Release all VOPs when leaving. -Fix interactive option (-i) -Support multiple variables usage in command arguments. -Rework script parsing code. Index: toxine.1 =================================================================== RCS file: /cvsroot/toxine/toxine/doc/man/en/toxine.1,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- toxine.1 6 Jul 2004 09:50:12 -0000 1.24 +++ toxine.1 18 Jul 2004 20:31:40 -0000 1.25 @@ -1,7 +1,7 @@ .\" -*-Nroff-*- .\"" .\"" -.TH TOXINE 1x 2004-07-06 "toxine" +.TH TOXINE 1x 2004-07-18 "toxine" .SH NAME toxine \- a text program, using xine library. .SH SYNOPSIS @@ -279,12 +279,6 @@ .br \ \ (*): display 'UNSET' when it's unspecified/unavailable. .br -\ \ -.br -\ \ variable name syntax can be $foo, $(foo) or ${foo} -.br -\ \ -.br .br .TP .BR exit |