On 2023-01-12 at 17:47:27 +0000, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> > > New lines are not respected when rst2man generates the page so try to work > around that by followin advice from the Internet. > > Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> Reviewed-by: Kamil Konieczny <kamil.konieczny@xxxxxxxxxxxxxxx> > --- > man/intel_gpu_top.rst | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/man/intel_gpu_top.rst b/man/intel_gpu_top.rst > index 748c7740c800..b0c95446a011 100644 > --- a/man/intel_gpu_top.rst > +++ b/man/intel_gpu_top.rst > @@ -53,13 +53,14 @@ RUNTIME CONTROL > > Supported keys: > > - 'q' Exit from the tool. > - 'h' Show interactive help. > - '1' Toggle between aggregated engine class and physical engine mode. > - 'n' Toggle display of numeric client busyness overlay. > - 's' Toggle between sort modes (runtime, total runtime, pid, client id). > - 'i' Toggle display of clients which used no GPU time. > - 'H' Toggle between per PID aggregation and individual clients. > +| > +| 'q' Exit from the tool. > +| 'h' Show interactive help. > +| '1' Toggle between aggregated engine class and physical engine mode. > +| 'n' Toggle display of numeric client busyness overlay. > +| 's' Toggle between sort modes (runtime, total runtime, pid, client id). > +| 'i' Toggle display of clients which used no GPU time. > +| 'H' Toggle between per PID aggregation and individual clients. > > DEVICE SELECTION > ================ > -- > 2.34.1 >