[PATCH] docs: storage: fix the "since" tag

Roman Bogorodskiy posted 1 patch 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250812183724.39531-1-bogorodskiy@gmail.com
docs/storage.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: storage: fix the "since" tag
Posted by Roman Bogorodskiy 3 weeks, 4 days ago
Trivial :since: tag fix in the ZFS section.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
---
 docs/storage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/storage.rst b/docs/storage.rst
index 344d3a32f8..b77e7ef144 100644
--- a/docs/storage.rst
+++ b/docs/storage.rst
@@ -719,7 +719,7 @@ FreeBSD, and :since:`since 1.3.2` experimental support for `ZFS on
 Linux <https://zfsonlinux.org/>`__ version 0.6.4 or newer is available.
 
 A pool could either be created manually using the ``zpool create`` command and
-its name specified in the source section or :since:` since 1.2.9` source devices
+its name specified in the source section or :since:`since 1.2.9` source devices
 could be specified to create a pool using libvirt.
 
 Please refer to the ZFS documentation for details on a pool creation.
-- 
2.49.0
Re: [PATCH] docs: storage: fix the "since" tag
Posted by Ján Tomko via Devel 3 weeks, 3 days ago
On a Tuesday in 2025, Roman Bogorodskiy wrote:
>Trivial :since: tag fix in the ZFS section.
>
>Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
>---
> docs/storage.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano