Message ID | 20240709142515.354997-2-ashelat@redhat.com |
---|---|
State | New |
Headers | show |
Series | rteval: fixed manpage to include stress-ng header | expand |
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 --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.
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(+)