mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
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:
parent
107fb7c854
commit
85e971dc06
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
of use, a relaxed format may be used where:
|
||||||
|
|
||||||
* ``:`` to delimit keys and values can be substuted by ``=`` or a space.
|
* ``:`` 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
|
* ``"`` around keys and string can be omited as long as no special characters are used in the strings.
|
||||||
are used in the strings.
|
|
||||||
* ``,`` to separate objects can be replaced with a whitespace character.
|
* ``,`` to separate objects can be replaced with a whitespace character.
|
||||||
* ``#`` can be used to start a comment until the line end
|
* ``#`` can be used to start a comment until the line end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue