mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
More updates regarding configuration
This commit is contained in:
parent
4ee6606bab
commit
0908dac385
5 changed files with 175 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ strings, int which case they are protected from the normal parsing process
|
|||
parses to two tokens, including the single literal-string token "John
|
||||
Smith".
|
||||
|
||||
\section conf_linesplicing Line splicing with \\
|
||||
\section conf_linesplicing Line splicing with \
|
||||
|
||||
A special case occurs, if the final newline character encountered is
|
||||
preceded by a backslash (\) in the string value definition. The backslash
|
||||
|
|
@ -49,7 +49,7 @@ and new line are both discarded, allowing two physical lines of text to be
|
|||
treated as one unit.
|
||||
|
||||
\code
|
||||
"John \\
|
||||
"John \
|
||||
Smith"
|
||||
\endcode
|
||||
|
||||
|
|
@ -217,5 +217,4 @@ name.0 [=] value0 [,|;]
|
|||
name.1 [=] value1 [,|;]
|
||||
\endcode
|
||||
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue