[(pushed) PATCH] docs: formatstorage: Format XML namespace definition as code block

Peter Krempa posted 1 patch 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/b7e05cf96683f5c38b2d70176a7882e35b7ef5eb.1657618474.git.pkrempa@redhat.com
docs/formatstorage.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[(pushed) PATCH] docs: formatstorage: Format XML namespace definition as code block
Posted by Peter Krempa 1 year, 9 months ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
Trivial.

 docs/formatstorage.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatstorage.rst b/docs/formatstorage.rst
index 83d7d141ac..a8149e450c 100644
--- a/docs/formatstorage.rst
+++ b/docs/formatstorage.rst
@@ -470,9 +470,9 @@ option in libvirt, and thus should never be used in production.
    options for the mount command via the "-o" option for the ``fs`` or ``netfs``
    type storage pools. In order to designate that the Storage Pool will be using
    the mechanism, the ``pool`` element must be modified to provide the XML
-   namespace attribute syntax as follows:
+   namespace attribute syntax as follows::

-   xmlns:fs='http://libvirt.org/schemas/storagepool/fs/1.0'
+      xmlns:fs='http://libvirt.org/schemas/storagepool/fs/1.0'

    The ``fs:mount_opts`` defines the mount options by specifying multiple
    ``fs:option`` subelements with the attribute ``name`` specifying the mount
-- 
2.36.1