From 85e971dc06dfea115546927f929d24331ba96e8b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 10 Apr 2023 09:39:17 +0200 Subject: [PATCH] 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. --- man/pipewire.conf.5.rst.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/pipewire.conf.5.rst.in b/man/pipewire.conf.5.rst.in index 3e3a954b7..78ef7943c 100644 --- a/man/pipewire.conf.5.rst.in +++ b/man/pipewire.conf.5.rst.in @@ -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