From 8f7ee70efb2a29aac12e449ad4305460aaf1b5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Roussel?= Date: Mon, 20 Nov 2023 18:44:18 +0100 Subject: [PATCH] separate double-dashes --- manual/tracy.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index ed0bf303..686779f8 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -585,10 +585,10 @@ The best way to run Tracy is on bare metal. Avoid profiling applications in virt Although the basic features will work without them, you'll have to grant elevated access rights to the container running your client. Here is a sample configuration that \textit{may} enable the CPU sampling features\footnote{Tested on Ubuntu 22.04.3, docker 24.0.4}. \begin{itemize} - \item \texttt{--privileged} - \item \texttt{--mount "type=bind,source=/sys/kernel/debug,target=/sys/kernel/debug,readonly"} - \item \texttt{--user 0:0} - \item \texttt{--pid=host} + \item \texttt{-{}-privileged} + \item \texttt{-{}-mount "type=bind,source=/sys/kernel/debug,target=/sys/kernel/debug,readonly"} + \item \texttt{-{}-user 0:0} + \item \texttt{-{}-pid=host} \end{itemize} \subsubsection{Changing network port}