LADI
/
spa
1
Fork 0

man: pipewire.conf(5): fix rendering of quotes in JSON

Breaking the line causes the first line to be rendered in bold and the
second to be indented.
This commit is contained in:
Simon Ruderich 2023-04-10 09:39:17 +02:00 committed by Wim Taymans
parent 107fb7c854
commit 85e971dc06
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ The configuration files can be expressed in full JSON syntax but for ease
of use, a relaxed format may be used where:
* ``:`` to delimit keys and values can be substuted by ``=`` or a space.
* ``"`` around keys and string can be omited as long as no special characters
are used in the strings.
* ``"`` around keys and string can be omited as long as no special characters are used in the strings.
* ``,`` to separate objects can be replaced with a whitespace character.
* ``#`` can be used to start a comment until the line end