summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* build: Use silent rules for generating filesMaarten Bosmans2011-03-111-2/+2
|
* Further clarify src- and speex- references in pulse-daemon.confDaniel T Chen2010-12-191-13/+14
| | | | | | | | | Based on comments from Arun Raghavan, make clear that we're referring to the libspeex API documentation for the speex- options. Also correct the quality range (was incorrectly 0..9 but is 0..10 now) and clean up the line length. Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
* trivial: Mention speex as a resampler reference in pulse-daemon.confDaniel T Chen2010-12-181-1/+1
| | | | | | | | | | A Debian user seemed confused that the man page for pulse-daemon.conf does not refer to the libspeex API Resampler for use in PulseAudio's *-src. Fix it by explicitly mentioning speex. (http://bugs.debian.org/541206) Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
* man: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).Paul Menzel2010-11-281-3/+3
| | | | | Also reword to avoid referring to the legacy /tmp/pulse-$USER path (Colin Guthrie)
* man: Remove repeated linesWanming.Zhang@tieto.com2010-11-181-6/+0
| | | | | | | | | From 3c18dbe5889816792db27c9a7253a83687d68ee9 Mon Sep 17 00:00:00 2001 From: Zhang Wanming <wanming.zhang@tieto.com> Date: Thu, 18 Nov 2010 10:03:39 +0800 Subject: [PATCH] man: Remove repeated lines Signed-off-by: Zhang Wanming <wanming.zhang@tieto.com>
* man: Clarify wording in volume sync documentation.Paul Menzel2010-10-171-2/+2
|
* man: sync_volume parameters to manual pageJyri Sarha2010-10-161-0/+30
| | | | | | | Some wording teaks by Colin Guthrie and others. Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com>
* pacat: allow configuration of latency in msecLennart Poettering2010-02-091-15/+81
|
* man pages: correct formatting/markup of optionsPaul Menzel2010-02-022-6/+6
|
* client: introduce auto-connect-display= following the scheme of ↵Lennart Poettering2010-01-131-0/+7
| | | | | | | auto-connect-localhost= Just connecting to a PA server just because X11's $DISPLAY is set might be a security hole.
* client: introduce auto-connect-localhost= option in client.confLennart Poettering2010-01-131-0/+10
| | | | | | | | | Partly fixes: http://pulseaudio.org/ticket/773 Also fixes a security hole since listening on the default port is not access controlled right now.
* man: fix build with --disable-manpagesLennart Poettering2009-11-051-23/+23
| | | | http://pulseaudio.org/ticket/698
* daemon: disable CPU load limiter by defaultLennart Poettering2009-09-041-2/+2
| | | | | RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
* conf: invert all negative boolean configuration optionLennart Poettering2009-08-122-31/+32
|
* update pulse-daemon.conf.5.xml.in about realtime-schedulingAlam Arias2009-07-311-1/+1
|
* update pulse-daemon.conf.5.xml.in about exit-idle-timeAlam Arias2009-07-311-1/+1
|
* man: document that tsched doesn't use fragment settingsLennart Poettering2009-06-071-1/+2
|
* man: document 24bit sample types in man pageLennart Poettering2009-06-071-4/+6
|
* man: document log related daemon.conf optionsLennart Poettering2009-06-071-2/+19
|
* conf: remove obsolete module-idle-time directive from default config ↵Lennart Poettering2009-06-071-7/+0
| | | | file/man page
* daemon: optionally call mlockall() on startupLennart Poettering2009-06-071-0/+8
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-0/+4
|
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-271-2/+7
| | | | field to sinks/sources
* --check: Updated manpage slightly and pulseaudio --help slightly.Sean McNamara2009-01-071-2/+4
| | | | | | | | | | | | | | It's good for new users - I didn't know about the convention for daemon checks to only bump the exit code until, say, a year after I first installed Linux. Of course, we could also put an entire guide to using Linux in our manpage, or tell users how to check the exit code with $?, or how to get to the terminal, or an example script, ... (you can see how this would quickly get out of control). So just a little bit more hint should be good for now. John? Does this work for you? Sean Signed-off-by: Lennart Poettering <lennart@poettering.net>
* it's --daemonize, not --daemonLennart Poettering2008-10-011-1/+1
|
* Some man page updates, add missing documentation, other fixes.Lennart Poettering2008-10-012-12/+40
|
* Make the shared memory segment size configurableLennart Poettering2008-10-012-0/+18
| | | | | This is useful only on systems where memory overcommit is not available or disabled.
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-051-0/+10
|
* update documentation and help texts for s32le/s32be sample typesLennart Poettering2008-09-052-4/+8
|
* Reduce rules for man pages generation to pattern rules.Diego 'Flameeyes' Pettenò2008-08-081-105/+8
| | | | | Instead of having to duplicat ethe same code all over for all the man pages, simplify it and reduce it to generic pattern rules.x
* Fix man pages generation when building out of tree.Diego 'Flameeyes' Pettenò2008-08-081-13/+13
| | | | | | When referring to the xmltoman script srcdir should be requested, or the build will fail when doing out of tree builds (and the script is thus not in the build directory).
* fix typo in man page, closes rhbz #447355Lennart Poettering2008-06-271-1/+1
|
* Add xmltoman to the distribution. This saves pulling in an external dependancyColin Guthrie2008-06-252-17/+231
|
* remove remaining $Lennart Poettering2008-06-1817-43/+9
|
* add missing gitignore filesLennart Poettering2008-06-181-0/+4
|
* if building a man page fails remove the output to make sure that calling ↵Lennart Poettering2008-06-171-13/+13
| | | | | | make repeatedly will actually work git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2550 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix man page xmlLennart Poettering2008-06-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2549 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new switch --start to the PA binary which allows starting PA if it is ↵Lennart Poettering2008-06-111-0/+11
| | | | | | not running yet. In contrast to normal startup an already running PA will not be considered an error. Also, take the autospawn lock so we can guarantee that after this call returns PA is ralive and running git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2513 fefdeb5f-60dc-0310-8127-8f9354f1896f
* explicitly recommend the usage of -- in the pasuspender command line, Closes ↵Lennart Poettering2008-02-151-0/+7
| | | | | | #203 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2109 fefdeb5f-60dc-0310-8127-8f9354f1896f
* update man pages a bitLennart Poettering2007-11-212-0/+31
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2070 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add remaing man pagesLennart Poettering2007-11-085-18/+590
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2029 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add man pages for padsp, pabrowse, pasuspenderLennart Poettering2007-11-074-2/+271
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2027 fefdeb5f-60dc-0310-8127-8f9354f1896f
* complete pactl man pageLennart Poettering2007-11-061-15/+61
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2026 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add a couple of more man pagesLennart Poettering2007-11-058-4/+867
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2024 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add a man page for the pulseaudio binary. More will follow.Lennart Poettering2007-11-055-0/+637
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2023 fefdeb5f-60dc-0310-8127-8f9354f1896f