~ubuntu-branches/ubuntu/utopic/glame/utopic

« back to all changes in this revision

Viewing changes to debian/cglame.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-09 17:14:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020409171412-jzpnov7mbz2w6zsr
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
  <!ENTITY dhfirstname "<firstname>Daniel</firstname>">
 
4
  <!ENTITY dhsurname   "<surname>Kobras</surname>">
 
5
  <!ENTITY dhdate      "<date>April 25, 2001</date>">
 
6
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
7
  <!ENTITY dhemail     "<email>kobras@debian.org</email>">
 
8
  <!ENTITY dhusername  "Daniel Kobras">
 
9
  <!ENTITY dhucpackage "<refentrytitle>GLAME</refentrytitle>">
 
10
  <!ENTITY dhpackage   "<application>glame</application>">
 
11
  <!ENTITY dhcmd       "<command>cglame</command>">
 
12
 
 
13
  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
 
14
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
15
]>
 
16
 
 
17
<refentry>
 
18
  <refentryinfo>
 
19
    <address>
 
20
      &dhemail;
 
21
    </address>
 
22
    <author>
 
23
      &dhfirstname;
 
24
      &dhsurname;
 
25
    </author>
 
26
    <copyright>
 
27
      <year>2000, 2001</year>
 
28
      <holder>&dhusername;</holder>
 
29
    </copyright>
 
30
    &dhdate;
 
31
  </refentryinfo>
 
32
  <refmeta>
 
33
    &dhucpackage;
 
34
 
 
35
    &dhsection;
 
36
  </refmeta>
 
37
  <refnamediv>
 
38
    <refname>&dhpackage;</refname>
 
39
 
 
40
    <refpurpose>A versatile audio editor</refpurpose>
 
41
  </refnamediv>
 
42
  <refsynopsisdiv>
 
43
    <cmdsynopsis>
 
44
        &dhcmd;
 
45
 
 
46
      <arg><arg><option>-c</option></arg> <replaceable>swapfile</replaceable>
 
47
        </arg> 
 
48
    </cmdsynopsis>
 
49
  </refsynopsisdiv>
 
50
  <refsect1>
 
51
    <title>DESCRIPTION</title>
 
52
 
 
53
    <para>This manual page documents briefly the &dhcmd; command that comes 
 
54
        as part of the &dhpackage; package.  Only a short summary of options
 
55
        is provided here.  More complete documentation to &dhcmd; comes
 
56
        in the &gnu; <application>Info</application> format; see below.</para>
 
57
 
 
58
    <para>&dhcmd; is a program that provides you with
 
59
        a flexible command line interface to edit and manipulate audio
 
60
        streams.  It uses a scripting language built on top of Scheme that
 
61
        is described in &dhpackage;'s
 
62
        <application>Info</application> manual.</para>
 
63
 
 
64
  </refsect1>
 
65
  <refsect1>
 
66
    <title>OPTIONS</title>
 
67
 
 
68
    <variablelist>
 
69
      <varlistentry>
 
70
        <term><replaceable>swapfile</replaceable>
 
71
        </term>
 
72
        <listitem>
 
73
          <para>File (directory actually) that acts as &dhcmd;'s backing store.
 
74
                If you do not specify a swapfile, editing capabilities are
 
75
                limited by available memory.</para>
 
76
        </listitem>
 
77
      </varlistentry>
 
78
      <varlistentry>
 
79
        <term><option>-c</option>
 
80
        </term>
 
81
        <listitem>
 
82
          <para>If the given swapfile does not exist yet, this option will
 
83
                tell &dhcmd; to create it.</para>
 
84
        </listitem>
 
85
      </varlistentry>
 
86
    </variablelist>
 
87
  </refsect1>
 
88
  <refsect1>
 
89
    <title>SEE ALSO</title>
 
90
 
 
91
    <para><command>glame</command> (1).</para>
 
92
 
 
93
    <para>The program is documented fully in <citetitle>The GLAME
 
94
      Manual</citetitle> available via the
 
95
      <application>Info</application> system.</para>
 
96
  </refsect1>
 
97
  <refsect1>
 
98
    <title>AUTHOR</title>
 
99
 
 
100
    <para>This manual page was written by &dhusername; &dhemail;.</para>
 
101
 
 
102
    <para>Permission is granted to copy, distribute and/or modify
 
103
      this document under the terms of the <acronym>GNU</acronym> Free
 
104
      Documentation License, Version 1.1 or any later version
 
105
      published by the Free Software Foundation; with no Invariant
 
106
      Sections, no Front-Cover Texts and no Back-Cover Texts.  On Debian
 
107
      GNU/Linux systems, a copy of the license can be found under
 
108
      <filename>/usr/share/common-licenses/FDL</filename>.</para>
 
109
 
 
110
  </refsect1>
 
111
</refentry>
 
112
 
 
113
<!-- Keep this comment at the end of the file
 
114
Local variables:
 
115
mode: sgml
 
116
sgml-omittag:t
 
117
sgml-shorttag:t
 
118
sgml-minimize-attributes:nil
 
119
sgml-always-quote-attributes:t
 
120
sgml-indent-step:2
 
121
sgml-indent-data:t
 
122
sgml-parent-document:nil
 
123
sgml-default-dtd-file:nil
 
124
sgml-exposed-tags:nil
 
125
sgml-local-catalogs:nil
 
126
sgml-local-ecat-files:nil
 
127
End:
 
128
-->