From 61637577efcc5c9998c3b82152d220a72be20fa1 Mon Sep 17 00:00:00 2001 From: jamke <47451874+jamke@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:34:54 +0000 Subject: [PATCH] Fix markup issue in qvm-create.rst: *NAME*=*VALUE* The used technique is described in reStructuredText Markup Specification, chapter Character-Level Inline Markup: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#character-level-inline-markup-1 Note, that according to docs this solution should be used only when absolutely necessary. I think it is exactly our case, because, it seems, there is no other proper way to separate equal sign out of emphasis of the NAME and VALUE. Github preview of `qvm-create.rst` file is now correct, too. Alternative solutions would be to use `*NAME=VALUE*` or NAME=VALUE instead, but the result will not be completely right. --- doc/manpages/qvm-create.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manpages/qvm-create.rst b/doc/manpages/qvm-create.rst index b3fc695a..75daccb8 100644 --- a/doc/manpages/qvm-create.rst +++ b/doc/manpages/qvm-create.rst @@ -6,7 +6,7 @@ Synopsis -------- -:command:`qvm-create` [-h] [--verbose] [--quiet] [--force-root] [--class *CLS*] [--property *NAME*=*VALUE*] [--pool *POOL_NAME:VOLUME_NAME*] [--template *VALUE*] --label *VALUE* [--root-copy-from *FILENAME* | --root-move-from *FILENAME*] *VMNAME* +:command:`qvm-create` [-h] [--verbose] [--quiet] [--force-root] [--class *CLS*] [--property *NAME*\ =\ *VALUE*] [--pool *POOL_NAME:VOLUME_NAME*] [--template *VALUE*] --label *VALUE* [--root-copy-from *FILENAME* | --root-move-from *FILENAME*] *VMNAME* :command:`qvm-create` --help-classes Options