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@xxxxxxxxxx> > --- > 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@xxxxxxxxxx>