r955: Fix the Diffkey icon.
[cinelerra_cv/ct.git] / debian / cinelerra.sgml
blob426dc8f3a8f8f0646f239d2f7e13739b260458ab
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6 less'. A typical entry in a Makefile or Makefile.am is:
8 manpage.1: manpage.sgml
9 docbook-to-man $< > $@
10 -->
12 <!ENTITY dhfirstname "<firstname>Sylvain</firstname>">
13 <!ENTITY dhsurname "<surname>Joyeux</surname>">
14 <!ENTITY dhdate "<date>April 9, 2003</date>">
15 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
16 <!ENTITY dhemail "<email>sylvain.joyeux@m4x.org</email>">
17 <!ENTITY dhusername "Sylvain Joyeux">
18 <!ENTITY dhucpackage "<refentrytitle>CINELERRA</refentrytitle>">
19 <!ENTITY dhpackage "cinelerra">
21 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
22 <!ENTITY gnu "<acronym>GNU</acronym>">
25 <refentry>
26 <refentryinfo>
27 <address>
28 &dhemail;
29 </address>
30 <author>
31 &dhfirstname;
32 &dhsurname;
33 </author>
34 <copyright>
35 <year>2001</year>
36 <holder>&dhusername;</holder>
37 </copyright>
38 &dhdate;
39 </refentryinfo>
40 <refmeta>
41 &dhucpackage;
43 &dhsection;
44 </refmeta>
45 <refnamediv>
46 <refname>&dhpackage;</refname>
48 <refpurpose>A non-linear audio & video authoring tool</refpurpose>
49 </refnamediv>
50 <refsynopsisdiv>
51 <cmdsynopsis>
52 <command>&dhpackage;</command>
54 <arg><option>-h<replaceable></replaceable></option></arg>
55 <arg><option>-p<replaceable>port</replaceable></option></arg>
56 </cmdsynopsis>
57 </refsynopsisdiv>
58 <refsect1>
59 <title>DESCRIPTION</title>
61 <para>This manual page documents briefly the
62 <command>&dhpackage;</command> command.</para>
64 <para><command>&dhpackage;</command> is a non-linear audio & video authoring tool.
65 </para>
67 </refsect1>
68 <refsect1>
69 <title>OPTIONS</title>
71 <variablelist>
72 <varlistentry>
73 <term><option>-h</option></term>
74 <listitem>
75 <para>Shows available command line options.</para>
76 </listitem>
77 </varlistentry>
78 <varlistentry>
79 <term><option>-p [port]</option></term>
80 <listitem>
81 <para>Runs in the background as renderfarm client.
82 Port is the port for client to listen on (default: 400)</para>
83 </listitem>
84 </varlistentry>
85 </variablelist>
86 </refsect1>
87 <refsect1>
88 <title>AUTHOR</title>
90 <para>This manual page was written by &dhusername; &lt;&dhemail;&gt; for
91 the &debian; system (but may be used by others). Permission is
92 granted to copy, distribute and/or modify this document under
93 the terms of the <acronym>GNU</acronym> Free Documentation
94 License, Version 1.1 or any later version published by the Free
95 Software Foundation; with no Invariant Sections, no Front-Cover
96 Texts and no Back-Cover Texts.</para>
98 </refsect1>
99 </refentry>
101 <!-- Keep this comment at the end of the file
102 Local variables:
103 mode: sgml
104 sgml-omittag:t
105 sgml-shorttag:t
106 sgml-minimize-attributes:nil
107 sgml-always-quote-attributes:t
108 sgml-indent-step:2
109 sgml-indent-data:t
110 sgml-parent-document:nil
111 sgml-default-dtd-file:nil
112 sgml-exposed-tags:nil
113 sgml-local-catalogs:nil
114 sgml-local-ecat-files:nil
115 End: