~ubuntu-branches/ubuntu/oneiric/pulseaudio/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204005608-y1xqvcu45g1yxtlu
Tags: 0.9.8-1ubuntu1
"Hail our new PulseAudio overlords (part two)."

* Merge from Debian unstable.
* Ubuntu-specific changes:
  - debian/control:
    + Don't build-depend on libjack0.100.0-dev or build jack module
      packages,
    + Update pulseaudio's Recommends and Suggests to accomodate
      existing promoted main packages,
    + Explicitly mention pasuspender in pulseaudio-utils's long
      description,
    + Add Vcs-Bzr URI,
    + Adhere to DebianMaintainerField;
  - debian/rules: Use multiuser for update-rc.d;
  - debian/patches/series: Retain the exclusion of
    0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch.
* Dropped Ubuntu-specific change (absorbed into Debian source):
  debian/patches/0002-Double-esound-maximum-sample-size.patch.

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: pasuspender.1.xml.in 2027 2007-11-07 13:50:47Z 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="pasuspender" section="1" desc="Temporarily suspend PulseAudio">
 
27
 
 
28
  <synopsis>
 
29
    <cmd>pasuspender [<arg>options</arg>] -- <arg>PROGRAM</arg> [<arg>ARGUMENTS ...</arg>]</cmd>
 
30
    <cmd>pasuspender <opt>--help</opt></cmd>
 
31
    <cmd>pasuspender <opt>--version</opt></cmd>
 
32
  </synopsis>
 
33
 
 
34
  <description>
 
35
    <p><file>pasuspender</file> is a tool that can be used to tell a
 
36
    local PulseAudio sound server to temporarily suspend access to the
 
37
    audio devices, to allow other
 
38
    applications access them directly. <file>pasuspender</file> will
 
39
    suspend access to the audio devices, fork a child process, and
 
40
    when the child process terminates, resume access again.</p>
 
41
  </description>
 
42
 
 
43
  <options>
 
44
 
 
45
    <option>
 
46
      <p><opt>-h | --help</opt></p>
 
47
 
 
48
      <optdesc><p>Show help.</p></optdesc>
 
49
    </option>
 
50
 
 
51
    <option>
 
52
      <p><opt>--version</opt></p>
 
53
 
 
54
      <optdesc><p>Show version information.</p></optdesc>
 
55
    </option>
 
56
 
 
57
    <option>
 
58
      <p><opt>-s | --server=</opt><arg>SERVER</arg></p>
 
59
 
 
60
      <optdesc><p>Specify the sound server to connect to.</p></optdesc>
 
61
    </option>
 
62
 
 
63
  </options>
 
64
 
 
65
  <section name="Authors">
 
66
    <p>The PulseAudio Developers &lt;@PACKAGE_BUGREPORT@&gt;; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
 
67
  </section>
 
68
 
 
69
  <section name="See also">
 
70
    <p>
 
71
      <manref name="pulseaudio" section="1"/>, <manref name="padsp" section="1"/>, <manref name="pacmd" section="1"/>, <manref name="pactl" section="1"/>
 
72
    </p>
 
73
  </section>
 
74
 
 
75
</manpage>