From 325c23cd0f80456111ce886af141501a8a74282c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 28 Mar 2022 17:37:44 +0200 Subject: manuals: fix quoting of double dashes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise rendered as "en" dashes by sphinx, for example: git pull –rebase instead of git pull --rebase Readers could confuse them with normal dashes. Exception: replace by \-\- in italic text (*text*) as Sphinx cannot nest italic and quoted text. For consistency, also update quoting in strings in the same code hunks. (From yocto-docs rev: 4e7ce372e37f76148f623a5295a15e08bc2603ff) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/profile-manual/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/profile-manual') diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst index 56f1e66674..fb1553d70d 100644 --- a/documentation/profile-manual/usage.rst +++ b/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 -- cgit v1.2.3-54-g00ecf