]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatsecret: Convert inline emphasis of a warning to the '.. warning:' role
authorPeter Krempa <pkrempa@redhat.com>
Wed, 27 Aug 2025 13:17:26 +0000 (15:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Aug 2025 06:42:05 +0000 (08:42 +0200)
This is an example how to hilight very important information in the
docs.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatsecret.rst

index 606a9cc587b42946699b25cdc5de55e100878208..d4e0cb9ddb3745f4f829d96b7697cb8ef89625d8 100644 (file)
@@ -321,9 +321,10 @@ be omitted if the file contents are base64-encoded.
    # virsh secret-set-value 6dd3e4a5-1d76-44ce-961f-f119f5aad935 --file secretinfile --plain
    Secret value set
 
-**WARNING** The following approach is **insecure** and deprecated. The secret
-can also be set via an argument. Note that other users may see the actual secret
-in the process listing! The secret must be base64 encoded.
+.. warning::
+   The following approach is **insecure** and deprecated. The secret
+   can also be set via an argument. Note that other users may see the actual
+   secret in the process listing! The secret must be base64 encoded.
 
 ::