[Toxine-cvs] CVS: toxine/doc/man/en toxine.1,1.20,1.21
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-09-20 23:48:08
|
Update of /cvsroot/toxine/toxine/doc/man/en In directory usw-pr-cvs1:/tmp/cvs-serv19191/doc/man/en Modified Files: toxine.1 Log Message: Log related functions polished. Index: toxine.1 =================================================================== RCS file: /cvsroot/toxine/toxine/doc/man/en/toxine.1,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- toxine.1 20 Sep 2002 22:48:46 -0000 1.20 +++ toxine.1 20 Sep 2002 23:48:06 -0000 1.21 @@ -991,16 +991,18 @@ .br .br .TP -.BR xine_get_log_section_count +.BR xine_get_log .br .BR action: .br -xine_get_log_section_count +Retrieve log entries from given buffer. .br .BR syntax: .br -\ \ xine_get_log_section_count +\ \ xine_get_log <buffer> +.br +\ \ \- buffer can be named (matching with xine_get_log_names()) or a numeric value. .br .br .TP @@ -1008,7 +1010,7 @@ .br .BR action: .br -xine_get_log_names +Retrieve log section names. .br .BR syntax: @@ -1017,29 +1019,31 @@ .br .br .TP -.BR xine_log +.BR xine_get_log_section_count .br .BR action: .br -xine_log +Retrieve number of log buffers. .br .BR syntax: .br -\ \ xine_log +\ \ xine_get_log_section_count .br .br .TP -.BR xine_get_log +.BR xine_log .br .BR action: .br -xine_get_log +Add an entry to a log buffer. .br .BR syntax: .br -\ \ xine_get_log +\ \ xine_log <buffer> <message> +.br +\ \ \- buffer can be named (matching with xine_get_log_names()) or a numeric value. .br .br .TP |