diff mbox series

tools/kvm_stat: Fix documentation typo

Message ID 20210506140352.4178789-1-raspl@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series tools/kvm_stat: Fix documentation typo | expand

Commit Message

Stefan Raspl May 6, 2021, 2:03 p.m. UTC
Makes the dash in front of option '-z' disappear in the generated
man-page.

Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
---
 tools/kvm/kvm_stat/kvm_stat.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini May 6, 2021, 3:16 p.m. UTC | #1
On 06/05/21 16:03, Stefan Raspl wrote:
> Makes the dash in front of option '-z' disappear in the generated
> man-page.
> 
> Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
> ---
>   tools/kvm/kvm_stat/kvm_stat.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/kvm/kvm_stat/kvm_stat.txt b/tools/kvm/kvm_stat/kvm_stat.txt
> index feaf46451e83..3a9f2037bd23 100644
> --- a/tools/kvm/kvm_stat/kvm_stat.txt
> +++ b/tools/kvm/kvm_stat/kvm_stat.txt
> @@ -111,7 +111,7 @@ OPTIONS
>   --tracepoints::
>           retrieve statistics from tracepoints
>   
> -*z*::
> +-z::
>   --skip-zero-records::
>           omit records with all zeros in logging mode
>   
> 

Queued, thanks.

Paolo
diff mbox series

Patch

diff --git a/tools/kvm/kvm_stat/kvm_stat.txt b/tools/kvm/kvm_stat/kvm_stat.txt
index feaf46451e83..3a9f2037bd23 100644
--- a/tools/kvm/kvm_stat/kvm_stat.txt
+++ b/tools/kvm/kvm_stat/kvm_stat.txt
@@ -111,7 +111,7 @@  OPTIONS
 --tracepoints::
         retrieve statistics from tracepoints
 
-*z*::
+-z::
 --skip-zero-records::
         omit records with all zeros in logging mode