[bootlin/training-materials updates] master: debugging: labs: fix and improve sentence (c0c49d53)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Mar 24 16:43:04 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/c0c49d53b79b453bb8e57c247d7f5707b99af5bb

>---------------------------------------------------------------

commit c0c49d53b79b453bb8e57c247d7f5707b99af5bb
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Mar 24 16:37:29 2023 +0100

    debugging: labs: fix and improve sentence
    
    The '~' gets rendered as a whitespace. Instead of fixing that, reword the
    sentence in a simpler way which also removes the '~'.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

c0c49d53b79b453bb8e57c247d7f5707b99af5bb
 .../debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
index ef203765..a355cc1d 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -55,7 +55,7 @@ trace-cmd listen -p 4567
 \end{bashinput}
 
 Then, on the target, run \code{trace-cmd} with the \code{-N} parameter to
-specify the remote trace-cmd server. Interrupt it after a few (~50) crc
+specify the remote trace-cmd server. Interrupt it after about 50 CRC
 computations in order to have a meaningful trace.
 
 \begin{bashinput}




More information about the training-materials-updates mailing list