diff options
Diffstat (limited to 'man/esdcompat.1')
-rw-r--r-- | man/esdcompat.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/man/esdcompat.1 b/man/esdcompat.1 new file mode 100644 index 0000000..11f5ee8 --- /dev/null +++ b/man/esdcompat.1 @@ -0,0 +1,31 @@ +.TH esdcompat 1 User Manuals +.SH NAME +esdcompat \- PulseAudio ESD wrapper script +.SH SYNOPSIS +\fBesdcompat [\fIoptions\fB] + +esdcompat --help\fB + +esdcompat --version\fB +\f1 +.SH DESCRIPTION +\fIesdcompat\f1 is a compatibility script that takes the same arguments as the ESD sound daemon \fBesd(1)\f1, but uses them to start a the PulseAudio sound server with the appropriate parameters. It is required to make PulseAudio a drop-in replacement for esd, i.e. it can be used to make \fBgnome-session(1)\f1 start up PulseAudio instead of esd. + +It is recommended to make \fIesd\f1 a symbolic link to this script. +.SH OPTIONS +.TP +\fB-h | --help\f1 +Show help. +.TP +\fB--version\f1 +Show version information. +.TP +\fB-tcp | -promiscuous | -d | -b | -r | -as | -unix | -public | -terminate | -nobeeps | -trust | -port | -bind\f1 +These options understood by the original \fIesd\f1 are ignored by \fIesdcompat\f1. +.TP +\fB-spawnpid | -spawnfd\f1 +These internally used options understood by the original \fIesd\f1 are properly handled by \fIesdcompat\f1, however are not to be used manually. +.SH AUTHORS +The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from \fBhttp://pulseaudio.org/\f1 +.SH SEE ALSO +\fBpulseaudio(1)\f1, \fBesd(1)\f1 |