[PATCH] docs/man: fix xenstore-write synopsis

Yann Dirson posted 1 patch 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230509090123.781644-1-yann.dirson@vates.fr
docs/man/xenstore-write.1.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/man: fix xenstore-write synopsis
Posted by Yann Dirson 12 months ago
Reported-by: zithro <slack@rabbit.lu>
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
---
 docs/man/xenstore-write.1.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/man/xenstore-write.1.pod b/docs/man/xenstore-write.1.pod
index a0b1bca333..74f80f7b1b 100644
--- a/docs/man/xenstore-write.1.pod
+++ b/docs/man/xenstore-write.1.pod
@@ -4,7 +4,7 @@ xenstore-write - write Xenstore values
 
 =head1 SYNOPSIS
 
-B<xenstore-read> [I<OPTION>]... I<PATH> I<VALUE>...
+B<xenstore-write> [I<OPTION>]... I<PATH> I<VALUE>...
 
 =head1 DESCRIPTION
 
-- 
2.30.2



Yann Dirson | Vates Platform Developer

XCP-ng & Xen Orchestra - Vates solutions
w: vates.fr | xcp-ng.org | xen-orchestra.com
Re: [PATCH] docs/man: fix xenstore-write synopsis
Posted by Andrew Cooper 12 months ago
On 09/05/2023 10:01 am, Yann Dirson wrote:
> Reported-by: zithro <slack@rabbit.lu>
> Signed-off-by: Yann Dirson <yann.dirson@vates.fr>

Oops.

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>