summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-04 02:47:48 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-04 02:48:37 +0200
commit812be327836c93492ad389333bcc037566141eb8 (patch)
tree403d5551be990532794c201070bce2eae81b75a9 /man
parent5daecea4dd4e0962e90e24a4ff594e2fa6a624a1 (diff)
daemon: disable CPU load limiter by default
RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
Diffstat (limited to 'man')
-rw-r--r--man/pulse-daemon.conf.5.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 82c2b8e5..e6b1e190 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -133,11 +133,11 @@ USA.
</option>
<option>
- <p><opt>cpu-limit=</opt> If disabled d not install the CPU load
+ <p><opt>cpu-limit=</opt> If disabled do not install the CPU load
limiter, even on platforms where it is supported. This option is
useful when debugging/profiling PulseAudio to disable disturbing
SIGXCPU signals. Takes a boolean argument, defaults to
- <opt>yes</opt>. The <opt>--no-cpu-limit</opt> command line
+ <opt>no</opt>. The <opt>--no-cpu-limit</opt> command line
argument takes precedence.</p>
</option>