[libvirt PATCH] docs: fix names of some commands

Tomáš Golembiovský posted 1 patch 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/99df9e3806667137bce8248057a030aa72c6e7d5.1598013328.git.tgolembi@redhat.com
docs/manpages/virsh.rst | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
[libvirt PATCH] docs: fix names of some commands
Posted by Tomáš Golembiovský 3 years, 8 months ago
Some commands were improperly converted from original POD file. Their
names were stripped after first dash.

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
 docs/manpages/virsh.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
index 92de0b2192..5731656b1d 100644
--- a/docs/manpages/virsh.rst
+++ b/docs/manpages/virsh.rst
@@ -498,8 +498,8 @@ in seconds for which the host has to be suspended, it should be at least
 60 seconds.
 
 
-node
-----
+node-memory-tune
+----------------
 
 **Syntax:**
 
@@ -600,8 +600,8 @@ source elements to create the pool.
 
 
 
-inject
-------
+inject-nmi
+----------
 
 **Syntax:**
 
@@ -2624,8 +2624,8 @@ When *--timestamp* is used, a human-readable timestamp will be printed
 before the event.
 
 
-guest
------
+guest-agent-timeout
+-------------------
 
 **Syntax:**
 
@@ -7259,8 +7259,8 @@ checkpoint-parent
 Output the name of the parent checkpoint, if any, for the given
 *checkpoint*.
 
-checkpoint
-----------
+checkpoint-delete
+-----------------
 
 **Syntax:**
 
-- 
2.25.0

Re: [libvirt PATCH] docs: fix names of some commands
Posted by Erik Skultety 3 years, 8 months ago
On Fri, Aug 21, 2020 at 02:35:32PM +0200, Tomáš Golembiovský wrote:
> Some commands were improperly converted from original POD file. Their
> names were stripped after first dash.
>
> Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> ---
Reviewed-by: Erik Skultety <eskultet@redhat.com>

I added the commit that this fixes into the commit message and pushed.

Erik