~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to man/esdcompat.1.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: (1.15.1 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?><!--*-nxml-*-->
 
2
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
 
3
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
 
4
 
 
5
<!-- $Id: esdcompat.1.xml.in 2024 2007-11-05 23:56:00Z lennart $ -->
 
6
 
 
7
<!--
 
8
This file is part of PulseAudio.
 
9
 
 
10
PulseAudio is free software; you can redistribute it and/or modify it
 
11
under the terms of the GNU Lesser General Public License as
 
12
published by the Free Software Foundation; either version 2.1 of the
 
13
License, or (at your option) any later version.
 
14
 
 
15
PulseAudio is distributed in the hope that it will be useful, but WITHOUT
 
16
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
17
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
 
18
Public License for more details.
 
19
 
 
20
You should have received a copy of the GNU Lesser General Public
 
21
License along with PulseAudio; if not, write to the Free Software
 
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 
23
USA.
 
24
-->
 
25
 
 
26
<manpage name="esdcompat" section="1" desc="PulseAudio ESD wrapper script">
 
27
 
 
28
  <synopsis>
 
29
    <cmd>esdcompat [<arg>options</arg>]</cmd>
 
30
    <cmd>esdcompat <opt>--help</opt></cmd>
 
31
    <cmd>esdcompat <opt>--version</opt></cmd>
 
32
  </synopsis>
 
33
 
 
34
  <description>
 
35
    <p><file>esdcompat</file> is a compatiblity script that takes the
 
36
    same arguments as the ESD sound daemon <manref name="esd"
 
37
    section="1"/>, but uses them to start a the PulseAudio sound server with the appropriate parameters. It is
 
38
    required to make PulseAudio a drop-in replacement for esd, i.e. it
 
39
    can be used to make <manref name="gnome-session" section="1"/>
 
40
    start up PulseAudio instead of esd.</p>
 
41
 
 
42
    <p>It is recommended to make <file>esd</file> a symbolic link to this script.</p>
 
43
  </description>
 
44
 
 
45
  <options>
 
46
 
 
47
    <option>
 
48
      <p><opt>-h | --help</opt></p>
 
49
 
 
50
      <optdesc><p>Show help.</p></optdesc>
 
51
    </option>
 
52
 
 
53
    <option>
 
54
      <p><opt>--version</opt></p>
 
55
 
 
56
      <optdesc><p>Show version information.</p></optdesc>
 
57
    </option>
 
58
 
 
59
    <option>
 
60
      <p><opt>-tcp | -promiscuous | -d | -b | -r | -as | -unix | -public | -terminate | -nobeeps | -trust | -port | -bind</opt></p>
 
61
 
 
62
      <optdesc><p>These options understood by the original
 
63
      <file>esd</file> are ignored by
 
64
      <file>esdcompat</file>.</p></optdesc>
 
65
 
 
66
    </option>
 
67
 
 
68
 
 
69
    <option>
 
70
      <p><opt>-spawnpid | -spawnfd</opt></p>
 
71
 
 
72
      <optdesc><p>These internally used options understood by the
 
73
      original <file>esd</file> are properly handled by
 
74
      <file>esdcompat</file>, however are not to be used
 
75
      manually.</p></optdesc>
 
76
 
 
77
    </option>
 
78
 
 
79
  </options>
 
80
 
 
81
  <section name="Authors">
 
82
    <p>The PulseAudio Developers &lt;@PACKAGE_BUGREPORT@&gt;; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
 
83
  </section>
 
84
 
 
85
  <section name="See also">
 
86
    <p>
 
87
      <manref name="pulseaudio" section="1"/>, <manref name="esd" section="1"/>
 
88
    </p>
 
89
  </section>
 
90
 
 
91
</manpage>