diff --git a/configure.ac b/configure.ac
index 3c714724c..6a8016766 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1453,7 +1453,6 @@ po/Makefile.in
man/pulseaudio.1.xml
man/esdcompat.1.xml
man/pax11publish.1.xml
-man/paplay.1.xml
man/pacat.1.xml
man/pacmd.1.xml
man/pactl.1.xml
diff --git a/man/Makefile.am b/man/Makefile.am
index 5ba4e68c3..bead05c01 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -20,7 +20,6 @@ noinst_DATA = \
pulseaudio.1.xml \
esdcompat.1.xml \
pax11publish.1.xml \
- paplay.1.xml \
pacat.1.xml \
pacmd.1.xml \
pactl.1.xml \
@@ -43,7 +42,6 @@ dist_man_MANS = \
pulseaudio.1 \
esdcompat.1 \
pax11publish.1 \
- paplay.1 \
pacat.1 \
pacmd.1 \
pactl.1 \
@@ -67,7 +65,6 @@ EXTRA_DIST = \
pulseaudio.1.xml.in \
esdcompat.1.xml.in \
pax11publish.1.xml.in \
- paplay.1.xml.in \
pacat.1.xml.in \
pacmd.1.xml.in \
pactl.1.xml.in \
diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in
index ba213ffb9..fb63e93ae 100644
--- a/man/pacat.1.xml.in
+++ b/man/pacat.1.xml.in
@@ -34,7 +34,8 @@ License along with PulseAudio; if not, see .
pacat is a simple tool for playing back or
capturing raw or encoded audio files on a PulseAudio sound
- server.
+ server. It understands all audio file formats supported by
+ libsndfile .
@@ -242,6 +243,13 @@ License along with PulseAudio; if not, see .
+
+ Due to a limitation in libsndfile
+ paplay currently does not always set the correct channel
+ mapping for playback of multichannel (i.e. surround) audio files, even
+ if the channel mapping information is available in the audio file.
+
+
The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from
diff --git a/man/paplay.1.xml.in b/man/paplay.1.xml.in
deleted file mode 100644
index a459cfdef..000000000
--- a/man/paplay.1.xml.in
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-
-
-
-
- paplay [options ] FILE
- paplay --help
- paplay --version
-
-
-
- paplay is a simple tool for playing back audio
- files on a PulseAudio sound server. It understands all audio file
- formats supported by libsndfile .
-
-
-
-
-
- -h | --help
-
- Show help.
-
-
-
- --version
-
- Show version information.
-
-
-
- -v | --verbose
-
- Enable verbose operation. Dumps the current playback time to STDERR during playback.
-
-
-
- -s | --server =SERVER
-
- Choose the server to connect to.
-
-
-
- -d | --device =SINK
-
- Specify the symbolic name of the sink to play this file on.
-
-
-
- -n | --client-name =NAME
-
- Specify the client name paplay shall pass to the server when connecting.
-
-
-
- --stream-name =NAME
-
- Specify the stream name paplay shall pass to the server when creating the stream.
-
-
-
- --volume =VOLUME
-
- Specify the initial playback volume to use. Choose a value between 0 (silent) and 65536 (100% volume).
-
-
-
- --channel-map =CHANNELMAP
-
- Explicitly choose a channel map when playing back
- this stream. The argument should be a comma separated list of
- channel names: front-left , front-right ,
- mono , front-center , rear-left ,
- rear-right , rear-center , lfe ,
- front-left-of-center ,
- front-right-of-center , side-left ,
- side-right , top-center ,
- top-front-center , top-front-left ,
- top-front-right , top-rear-left ,
- top-rear-right , top-rear-center , or any of
- the 32 auxiliary channel names aux0 to
- aux31 .
-
-
-
-
-
-
- Due to a limitation in libsndfile
- paplay currently does not always set the correct channel
- mapping for playback of multichannel (i.e. surround) audio files, even if the channel mapping information is
- available in the audio file.
-
-
-
-
- The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from
-
-
-
-
-