diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index 824eddb4e..fdfb6e71b 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -149,7 +149,7 @@ License along with PulseAudio; if not, see .

Try to acquire a high Unix nice level. This will only succeed if the calling user has a non-zero RLIMIT_NICE resource limit set (on systems that support this), or we're - called SUID root (see below), or we are configure to be run as + configured to be run as system daemon (see --system above). It is recommended to enable this, since it is only a negligible security risk (see below).

@@ -161,11 +161,9 @@ License along with PulseAudio; if not, see .

Try to acquire a real-time scheduling for PulseAudio's I/O threads. This will only succeed if the calling user has a non-zero RLIMIT_RTPRIO resource limit set (on systems - that support this), or we're called SUID root (see below), or we - are configure to be run as system daemon (see - --system above). It is recommended to enable this - only for trusted users, since it is a major security risk (see - below).

+ that support this), or rtkit is available and allows PulseAudio + to enable real-time scheduling, or we are configured to be run as + system daemon (see --system above).