diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2013-04-17 15:07:31 +0200 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2013-04-29 16:19:26 +0200 |
commit | 5701e83191d77e6bca05f1a036bb6aaa21eb0792 (patch) | |
tree | fb45a6ec8ef043f91688d0c8f7a181ed4548c6ab /man | |
parent | e87fbc7e862d017a0882e2a73925e3de2383405b (diff) |
doc: Fix description how boolean values can be specified
"any word starting with the letters" parts; this does not hold
any longer with commit 0e29e7365907ffbe90df768a4dea277dba40d495
core-util: Don't accept random words in pa_parse_boolean()
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-cli-syntax.5.xml.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in index 3c21f7a9c..4784dbaa5 100644 --- a/man/pulse-cli-syntax.5.xml.in +++ b/man/pulse-cli-syntax.5.xml.in @@ -32,16 +32,15 @@ USA. <description> <p> PulseAudio provides a simple command line language used by configuration - scripts and the pacmd interactive shell, and the modules module-cli and + scripts, the pacmd interactive shell, and the modules module-cli and module-cli-protocol-{unix,tcp}. Empty lines and lines beginning with a hashmark (#) are silently ignored. Several commands are supported. </p> <p> - Note that any boolean arguments can be given positively as '1', 'on' or any - word starting with the letters 't' or 'y'. Likewise, negative values can be - given as '0', 'off' or any word starting with the letters 'f' or 'n'. - Case is ignored. + Note that any boolean arguments can be given positively as '1', 't', 'y', + 'true', 'yes' or 'on'. Likewise, negative values can be given as '0', + 'f', 'n', 'false', 'no' or 'off'. Case is ignored. </p> </description> |