From: Daniel Schaal Date: Sat, 2 Jul 2011 19:17:43 +0000 (+0200) Subject: man: add manpage for start-pulseaudio-kde and start-pulseaudio-x11 X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/00493a4ef02b9e03ef12174720b8a5eb9c8200b4 man: add manpage for start-pulseaudio-kde and start-pulseaudio-x11 --- diff --git a/configure.ac b/configure.ac index 66dc9ca2..077ab43d 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 4f42fe2d..b27a9f2b 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 00000000..ef329063 --- /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 00000000..32f1571e --- /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

+
+ +
+

+ +

+
+ +