diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 81641062d..8c22f9b0d 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -90,19 +90,20 @@ USA.
trivial, speex-float-N,
speex-fixed-N, ffmpeg. See the
documentation of libsamplerate and speex for explanations of the
- different src- methods. The method trivial is the most basic
- algorithm implemented. If you're tight on CPU consider using
- this. On the other hand it has the worst quality of them
- all. The Speex resamplers take an integer quality setting in the
- range 0..9 (bad...good). They exist in two flavours: fixed and
- float. The former uses fixed point numbers, the latter relies on
- floating point numbers. On most desktop CPUs the float point
- resmampler is a lot faster, and it also offers slightly better
- quality. See the output of dump-resample-methods for
- a complete list of all available resamplers. Defaults to
- speex-float-3. The --resample-method
- command line option takes precedence. Note that some modules
- overwrite or allow overwriting of the resampler to use.
+ different src- and speex- methods, respectively. The method
+ trivial is the most basic algorithm implemented. If
+ you're tight on CPU consider using this. On the other hand it has
+ the worst quality of them all. The Speex resamplers take an
+ integer quality setting in the range 0..10 (bad...good). They
+ exist in two flavours: fixed and float. The former uses fixed point
+ numbers, the latter relies on floating point numbers. On most
+ desktop CPUs the float point resampler is a lot faster, and it
+ also offers slightly better quality. See the output of
+ dump-resample-methods for a complete list of all
+ available resamplers. Defaults to speex-float-3. The
+ --resample-method command line option takes precedence.
+ Note that some modules overwrite or allow overwriting of the
+ resampler to use.