diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in
index 39569b6bb..ee8fd51ea 100644
--- a/man/pactl.1.xml.in
+++ b/man/pactl.1.xml.in
@@ -129,27 +129,27 @@ License along with PulseAudio; if not, see .
- suspend-sink SINK 1|0
+ suspend-sink SINK true|false
Suspend or resume the specified sink (which may be
- specified either by its symbolic name, or by its numeric index),
- depending whether 1 (suspend) or 0 (resume) is passed as last
- argument. Suspending a sink will pause all playback. Depending
- on the module implementing the sink this might have the effect
- that the underlying device is closed, making it available for
- other applications to use. The exact behaviour depends on the
- module.
+ specified either by its name or index), depending whether true
+ (suspend) or false (resume) is passed as last argument. Suspending
+ a sink will pause all playback. Depending on the module implementing
+ the sink this might have the effect that the underlying device is
+ closed, making it available for other applications to use. The exact
+ behaviour depends on the module.
+
- suspend-source SOURCE 1|0
+ suspend-source SOURCE true|false
Suspend or resume the specified source (which may be
- specified either by its symbolic name, or by its numeric index),
- depending whether 1 (suspend) or 0 (resume) is passed as last
- argument. Suspending a source will pause all
- capturing. Depending on the module implementing the source this
- might have the effect that the underlying device is closed,
- making it available for other applications to use. The exact
- behaviour depends on the module.
+ specified either by its name or index), depending whether true
+ (suspend) or false (resume) is passed as last argument. Suspending
+ a source will pause all capturing. Depending on the module implementing
+ the source this might have the effect that the underlying device is
+ closed, making it available for other applications to use. The exact
+ behaviour depends on the module.
+
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in
index 0a0fabaf0..42cd73a63 100644
--- a/man/pulse-cli-syntax.5.xml.in
+++ b/man/pulse-cli-syntax.5.xml.in
@@ -163,9 +163,18 @@ License along with PulseAudio; if not, see .
- suspend-sink|suspend-source index|name boolean
- Suspend (i.e. disconnect from the underlying hardware) a sink
- (resp. source).
+ suspend-sink|suspend-source name|index
+ true|false
+
+ Suspend or resume the specified sink or source (which may be
+ specified either by its name or index), depending whether true
+ (suspend) or false (resume) is passed as last argument. Suspending
+ a sink will pause all playback and suspending a source will pause all
+ capturing. Depending on the module implementing the sink or source this
+ might have the effect that the underlying device is closed, making it
+ available for other applications to use. The exact behaviour depends on
+ the module.
+