summaryrefslogtreecommitdiff
path: root/poky/documentation/profile-manual/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/profile-manual/usage.rst')
-rw-r--r--poky/documentation/profile-manual/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/documentation/profile-manual/usage.rst b/poky/documentation/profile-manual/usage.rst
index 56f1e66674..fb1553d70d 100644
--- a/poky/documentation/profile-manual/usage.rst
+++ b/poky/documentation/profile-manual/usage.rst
@@ -171,7 +171,7 @@ understand what's going on in a way that we can act on in a useful way.
To dive down into a next level of detail, we can use 'perf record'/'perf
report' which will collect profiling data and present it to use using an
-interactive text-based UI (or simply as text if we specify --stdio to
+interactive text-based UI (or simply as text if we specify ``--stdio`` to
'perf report').
As our first attempt at profiling this workload, we'll simply run 'perf