~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-11-04 15:46:00 UTC
  • mfrom: (1.2.1 upstream) (1.1.6 lenny)
  • Revision ID: james.westby@ubuntu.com-20081104154600-hlzknpcazaam0nxm
Tags: 0.9.13-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Don't build against, and create jack package. Jack is not in main.
  - Remove --disable-per-user-esound-socket from configure flags, as we still
    want per user esound sockets.
  - Remove stop links from rc0 and rc6.
  - Change default resample algorithm and bubffer size.
  - Add alsa configuration files to route alsa applications via pulseaudio.
  - Move libasound2-plugins from Recommends to Depends.
* debian/pulseaudio.preinst: When upgrading from intrepid, remove
  /etc/X11/Xsession.d/70pulseaudio, as this was used to minimize a race
  condition when starting GNOME in intrepid. This race should not exist in
  jaunty once libcanberra is built to use pulseaudio as a backend.
* Do not spawn a pulseaudio server if clients fail to find a running server.
* Remove explicit version dependency for libspeex-dev to allow the package
  to be built for now.
* Regenerate autotools files to work with Ubuntu's newer libtool/libltdl.
* debian/control: libpulsecore5 -> libpulsecore8 to match the library
  soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3
3
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
4
 
5
 
<!-- $Id: pulseaudio.1.xml.in 2024 2007-11-05 23:56:00Z lennart $ -->
6
 
 
7
5
<!--
8
6
This file is part of PulseAudio.
9
7
 
33
31
    <cmd>pulseaudio <opt>--dump-modules</opt></cmd>
34
32
    <cmd>pulseaudio <opt>--dump-resample-methods</opt></cmd>
35
33
    <cmd>pulseaudio <opt>--cleanup-shm</opt></cmd>
 
34
    <cmd>pulseaudio <opt>--start</opt></cmd>
36
35
    <cmd>pulseaudio <opt>--kill</opt></cmd>
37
36
    <cmd>pulseaudio <opt>--check</opt></cmd>
38
37
  </synopsis>
91
90
    </option>
92
91
 
93
92
    <option>
 
93
      <p><opt>--start</opt></p>
 
94
 
 
95
      <optdesc><p>Start PulseAudio if it is not running yet. This is
 
96
      different from starting PulseAudio without <opt>--start</opt>
 
97
      which would fail if PA is already running. PulseAudio is
 
98
      guaranteed to be fully initialized when this call
 
99
      returns. Implies <opt>--daemon</opt>.</p></optdesc>
 
100
    </option>
 
101
 
 
102
    <option>
94
103
      <p><opt>-k | --kill</opt></p>
95
104
 
96
105
      <optdesc><p>Kill an already running PulseAudio daemon of the
109
118
      <p><opt>--system</opt><arg>[=BOOL]</arg></p>
110
119
 
111
120
      <optdesc><p>Run as system-wide instance instead of
112
 
      per-user. Please not that this disables certain features of
 
121
      per-user. Please note that this disables certain features of
113
122
      PulseAudio and is generally not recommended unless the system
114
123
      knows no local users (e.g. is a thin client). This feature needs
115
124
      special configuration and a dedicated UNIX user set up. It is
118
127
    </option>
119
128
 
120
129
    <option>
121
 
      <p><opt>-D | --daemon</opt><arg>[=BOOL]</arg></p>
 
130
      <p><opt>-D | --daemonize</opt><arg>[=BOOL]</arg></p>
122
131
 
123
132
      <optdesc><p>Daemonize after startup, i.e. detach from the
124
133
      terminal.</p></optdesc>