[PATCH 2/4] docs: formatdomain: fix incorrect 'Vsock' heading indent

Cole Robinson posted 4 patches 5 years, 4 months ago
[PATCH 2/4] docs: formatdomain: fix incorrect 'Vsock' heading indent
Posted by Cole Robinson 5 years, 4 months ago
Currently it is visually at the same indent as <seclabel>. This
fixes it to be grouped it with <devices>

Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
 docs/formatdomain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index d75a91bbf4..37c65add4d 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -7286,7 +7286,7 @@ Example:
 :anchor:`<a id="vsock"/>`
 
 Vsock
------
+~~~~~
 
 A vsock host/guest interface. The ``model`` attribute defaults to ``virtio``.
 :since:`Since 5.2.0` ``model`` can also be 'virtio-transitional' and
-- 
2.28.0

Re: [PATCH 2/4] docs: formatdomain: fix incorrect 'Vsock' heading indent
Posted by Ján Tomko 5 years, 4 months ago
On a Sunday in 2020, Cole Robinson wrote:
>Currently it is visually at the same indent as <seclabel>. This
>fixes it to be grouped it with <devices>
>
>Signed-off-by: Cole Robinson <crobinso@redhat.com>

Fixes: d4abb7b45d48aba77c2464dbea95f02a43a60834

>---
> docs/formatdomain.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano