From dd8d4c97b004d1cc6cd0bdc7b4e1609acae899f4 Mon Sep 17 00:00:00 2001 From: Daniel Schaal Date: Sat, 2 Jul 2011 21:17:43 +0200 Subject: [PATCH] man: add manpage for start-pulseaudio-kde and start-pulseaudio-x11 --- configure.ac | 2 + man/Makefile.am | 10 ++++++- man/start-pulseaudio-kde.1.xml.in | 48 +++++++++++++++++++++++++++++++++++ man/start-pulseaudio-x11.1.xml.in | 50 +++++++++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 man/start-pulseaudio-kde.1.xml.in create mode 100644 man/start-pulseaudio-x11.1.xml.in diff --git a/configure.ac b/configure.ac index 66dc9ca..077ab43 100644 --- a/configure.ac +++ b/configure.ac @@ -1231,6 +1231,8 @@ man/padsp.1.xml man/pulse-daemon.conf.5.xml man/pulse-client.conf.5.xml man/default.pa.5.xml +man/start-pulseaudio-kde.1.xml +man/start-pulseaudio-x11.1.xml ]) AC_CONFIG_FILES([src/esdcompat:src/daemon/esdcompat.in], [chmod +x src/esdcompat]) diff --git a/man/Makefile.am b/man/Makefile.am index 4f42fe2..b27a9f2 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -30,7 +30,9 @@ noinst_DATA = \ padsp.1.xml \ pulse-daemon.conf.5.xml \ pulse-client.conf.5.xml \ - default.pa.5.xml + default.pa.5.xml \ + start-pulseaudio-kde.1.xml \ + start-pulseaudio-x11.1.xml xmllint: $(noinst_DATA) for f in $(noinst_DATA) ; do \ @@ -51,7 +53,9 @@ dist_man_MANS = \ padsp.1 \ pulse-daemon.conf.5 \ pulse-client.conf.5 \ - default.pa.5 + default.pa.5 \ + start-pulseaudio-kde.1 \ + start-pulseaudio-x11.1 CLEANFILES = \ $(dist_man_MANS) @@ -74,6 +78,8 @@ EXTRA_DIST = \ pulse-daemon.conf.5.xml.in \ pulse-client.conf.5.xml.in \ default.pa.5.xml.in \ + start-pulseaudio-kde.1.xml.in \ + start-pulseaudio-x11.1.xml.in \ xmltoman \ xmltoman.css \ xmltoman.xsl \ diff --git a/man/start-pulseaudio-kde.1.xml.in b/man/start-pulseaudio-kde.1.xml.in new file mode 100644 index 0000000..ef32906 --- /dev/null +++ b/man/start-pulseaudio-kde.1.xml.in @@ -0,0 +1,48 @@ + + + + + + + + + + start-pulseaudio-kde [pulseaudio options] + + + +

This script starts pulseaudio (if not already running) and loads + module-device-manager to use KDE routing policies.

+ +

All arguments are directly passed to pulseaudio.

+
+ +
+

The PulseAudio Developers <@PACKAGE_BUGREPORT@>; + PulseAudio is available from

+
+ +
+

+ +

+
+ +
diff --git a/man/start-pulseaudio-x11.1.xml.in b/man/start-pulseaudio-x11.1.xml.in new file mode 100644 index 0000000..32f1571 --- /dev/null +++ b/man/start-pulseaudio-x11.1.xml.in @@ -0,0 +1,50 @@ + + + + + + + + + + start-pulseaudio-x11 [pulseaudio options] + + + +

This script starts pulseaudio (if not already running) and loads modules to + publish access credentials to the PulseAudio server in the X11 root window and to synthesize + X11 media key events on cork/uncork requests. Additionally it registers + PulseAudio to the X11 Session Manager.

+ +

All arguments are directly passed to pulseaudio.

+
+ +
+

The PulseAudio Developers <@PACKAGE_BUGREPORT@>; + PulseAudio is available from

+
+ +
+

+ +

+
+ +
-- 1.7.5.4