mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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>
This commit is contained in:
parent
e87fbc7e86
commit
5701e83191
1 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue