[igt-dev] [PATCH i-g-t 1/4] intel_gpu_top: Fix man page formatting
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Thu Jan 12 17:47:27 UTC 2023
From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
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 at intel.com>
---
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
More information about the igt-dev
mailing list