diff mbox series

rteval: fixed manpage to include stress-ng header

Message ID 20240709142515.354997-2-ashelat@redhat.com
State New
Headers show
Series rteval: fixed manpage to include stress-ng header | expand

Commit Message

Anubhav Shelat July 9, 2024, 2:25 p.m. UTC
Previously stress-ng options were listed with cyclictest options.
Now they have their own section.

Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
---
 doc/rteval.8 | 1 +
 1 file changed, 1 insertion(+)

Comments

John Kacur July 9, 2024, 4:26 p.m. UTC | #1
On Tue, 9 Jul 2024, Anubhav Shelat wrote:

> Previously stress-ng options were listed with cyclictest options.
> Now they have their own section.
> 
> Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
> ---
>  doc/rteval.8 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/rteval.8 b/doc/rteval.8
> index 264bf5207716..b818cbe79762 100644
> --- a/doc/rteval.8
> +++ b/doc/rteval.8
> @@ -138,6 +138,7 @@ Send a break trace command if latency exceeds the given number of microseconds.
>  .TP
>  .B \-\-cyclictest-threshold=USEC
>  Exit rteval if latency exceeds the given number of microseconds.
> +.SH STRESS-NG OPTIONS
>  .TP
>  .B \-\-stressng-option=OPTION
>  Pass in command line options for the stress-ng package.
> -- 
> 2.45.2
> 
> 
> 
Signed-off-by: John Kacur <jkacur@redhat.com>
diff mbox series

Patch

diff --git a/doc/rteval.8 b/doc/rteval.8
index 264bf5207716..b818cbe79762 100644
--- a/doc/rteval.8
+++ b/doc/rteval.8
@@ -138,6 +138,7 @@  Send a break trace command if latency exceeds the given number of microseconds.
 .TP
 .B \-\-cyclictest-threshold=USEC
 Exit rteval if latency exceeds the given number of microseconds.
+.SH STRESS-NG OPTIONS
 .TP
 .B \-\-stressng-option=OPTION
 Pass in command line options for the stress-ng package.