X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fmanual.m4;h=041457e6157a585cd479edba8e65ab45fcd5e207;hp=7eecdbb31ad09169666f4d2e353f215432e12961;hb=f7d3162fdf4c348beb7d315a85b34af6e1cdaff5;hpb=8c8a5e12c09147d5fdd8976eaba7154391e2fe07 diff --git a/web/manual.m4 b/web/manual.m4 index 7eecdbb3..041457e6 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -115,6 +115,9 @@ All connections between para_server and para_client are encrypted with a symmetric RC4 session key. For each user of paraslash you must create a public/secret RSA key pair for authentication. +If para_client is started without non-option arguments, an interactive +session (shell) is started. Command history and command completion are +supported through libreadline. *para_audiod* @@ -135,7 +138,8 @@ socket credentials, if available. The client program which talks to para_audiod. Used to control para_audiod, to receive status info, or to grab the stream at any -point of the decoding process. +point of the decoding process. Like para_client, para_audioc supports +interactive sessions on systems with libreadline. *para_recv* @@ -266,6 +270,10 @@ Optional: libao). Needed to build the ao writer (ESD, PulseAudio,...). Debian package: libao-dev. + - XREFERENCE(http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html, + GNU Readline). If this library (libreadline-dev) is installed, + para_client and para_audioc support interactive sessions. + Installation ~~~~~~~~~~~~