diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-06-18 11:10:45 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-06-18 11:10:45 +0000 |
commit | bd432f0590bdda2c42887f1d6da07ff0bb571013 (patch) | |
tree | 06b95400f9d5b09ecabe2f9caccddf314c9adadc /doc | |
parent | 5e1127a2346857b93d66be15a29339ef3c572f7d (diff) |
* add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is passed to the daemon
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1026 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/modules.html.in | 4 | ||||
-rw-r--r-- | doc/todo | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/modules.html.in b/doc/modules.html.in index af6b6de61..85479523f 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -193,7 +193,9 @@ once.</p> <p>For an explanation of the simple command line language used by this module see <a href="cli.html"><tt>cli.html</tt></a>. -<p>This module doesn't accept any arguments.</p> +<table> + <tr><td><tt>exit_on_eof=</tt></td><td>Accepts a binary numerical argument specifying whether the daemon shuld exit after an EOF was recieved from STDIN (default: 0)</td></tr> +</table> <a name="module-cli-protocol-unix"/> <a name="module-cli-protocol-tcp"/> @@ -35,7 +35,6 @@ Post 0.9.0: - check if using prctl(PR_GET_NAME) makes sense in pa_get_binary_name() - gconf module + frontend - hooks for creating sink inputs -- module-cli argument exit-on-eof Long term: - pass meta info for hearing impaired |