From d296d6fb023fead7bb73b5b9c523af10d318f3da Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 16 Oct 2019 12:34:19 +0800 Subject: [PATCH] doc/rbd: s/guess/xml/ for codeblock lexer this change silences the warning of ``` doc/rbd/qemu-rbd.rst:174: WARNING: Pygments lexer name 'guess' is not known ``` see http://pygments.org/docs/lexers/, we should use "xml" for XML . Signed-off-by: Kefu Chai (cherry picked from commit df226da996e468d2707b08eb012d54b4e37ffdc6) --- doc/rbd/qemu-rbd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/qemu-rbd.rst b/doc/rbd/qemu-rbd.rst index 80c5dcc4187b5..80685cd6012f5 100644 --- a/doc/rbd/qemu-rbd.rst +++ b/doc/rbd/qemu-rbd.rst @@ -171,7 +171,7 @@ edit`` to include the ``xmlns:qemu`` value. Then, add a ``qemu:commandline`` block as a child of that domain. The following example shows how to set two devices with ``qemu id=`` to different ``discard_granularity`` values. -.. code-block:: guess +.. code-block:: xml -- 2.39.5