[Toxine-cvs] CVS: toxine/doc/man/en Makefile.am,NONE,1.1 toxine.1,NONE,1.1 toxine.1.footer,NONE,1.1
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-07-04 15:56:08
|
Update of /cvsroot/toxine/toxine/doc/man/en In directory usw-pr-cvs1:/tmp/cvs-serv21693/doc/man/en Added Files: Makefile.am toxine.1 toxine.1.footer toxine.1.header Log Message: Add man page (first draft). mangen.c generate the commands man entries. --- NEW FILE: Makefile.am --- EXTRA_DIST = toxine.1.header toxine.1.footer man_MANS = toxine.1 man-gen: cat toxine.1.header > toxine.1; \ (cd $(top_builddir)/src && $(MAKE) mangen); \ $(top_builddir)/src/mangen >> toxine.1; \ cat toxine.1.footer >> toxine.1 mostlyclean-generic: -rm -f *~ \#* .*~ .\#* maintainer-clean-generic: -@echo "This command is intended for maintainers to use;" -@echo "it deletes files that may require special tools to rebuild." -rm -f Makefile.in xine.1 --- NEW FILE: toxine.1 --- .\" -*-Nroff-*- .\"" .\"" .TH TOXINE 1x 2002-07-04 "toxine" .SH NAME toxine \- a text program, using xine library. .SH SYNOPSIS .B toxine .I "[options]" .SH "DESCRIPTION" This manual page documents briefly the .BR toxine program. .PP .B toxine can be runs in interactive mode, or in a script mode. This program was originaly designed to test and debug the xine library, but now, it's a real (small) project, which permit to playback some streams without XFree (using DXR3/HW+ card, AAlib output). .SH "INTERACTIVE MODE" [...1073 lines suppressed...] .br .br .TP .BR xine_usec_sleep .br .BR action: .br Sleep some u seconds .br .BR syntax: .br \ \ xine_usec_sleep <u seconds> .br .br .br .SH "SEE ALSO" .BR xine (1). .SH AUTHOR This manual page was written by Daniel Caujolle-Bert <f1...@us...>. --- NEW FILE: toxine.1.footer --- .SH "SEE ALSO" .BR xine (1). .SH AUTHOR This manual page was written by Daniel Caujolle-Bert <f1...@us...>. --- NEW FILE: toxine.1.header --- .\" -*-Nroff-*- .\"" .\"" .TH TOXINE 1x 2002-07-04 "toxine" .SH NAME toxine \- a text program, using xine library. .SH SYNOPSIS .B toxine .I "[options]" .SH "DESCRIPTION" This manual page documents briefly the .BR toxine program. .PP .B toxine can be runs in interactive mode, or in a script mode. This program was originaly designed to test and debug the xine library, but now, it's a real (small) project, which permit to playback some streams without XFree (using DXR3/HW+ card, AAlib output). .SH "INTERACTIVE MODE" In interactive mode, you can use real xine's API commands or toxine's commands (see below). In this mode, toxine use the readline library, which permit some completions, commands recall, etc... MORE TO COME .SH "SCRIPT MODE" WRITE ME .SH OPTIONS The program follow the usual GNU command line syntax, with long options starting with two dashes (\`\-\'). A summary of options are included below. .TP .BR \-s,\ \-\-script\ <filename> Use <filename> as toxine script file. .TP .BR \-e,\ \-\-execute <commands> Execute specified commands (like in prompt mode). .TP .BR \-o,\ \-\-output [filename] Save all messages in a file(*). *('toxine.out' if filename isn't specified). .TP .BR \-V,\ \-\-video <name> Use video driver <name>. .TP .BR \-A,\ \-\-audio <name> Use audio driver <name>. .TP .BR \-i,\ \-\-interactive Disable interactive more (no confirm). .TP .BR \-I,\ \-\-autoinit Init xine engine on start(*). *(video/audio driver names should be sets). .TP .BR \-v,\ \-\-version Display version. .TP .BR \-h,\ \-\-help Display this help text. .br .SH COMMANDS |