From: Kefu Chai Date: Wed, 16 Oct 2019 04:34:19 +0000 (+0800) Subject: doc/rbd: s/guess/xml/ for codeblock lexer X-Git-Tag: v15.1.0~1240^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df226da996e468d2707b08eb012d54b4e37ffdc6;p=ceph.git 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 --- diff --git a/doc/rbd/qemu-rbd.rst b/doc/rbd/qemu-rbd.rst index 7b569b075b23..5b0143509c10 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