[bootlin/training-materials updates] master: Embedded Linux: fix strace output slide (37252e2e)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Mar 3 11:29:08 CET 2022


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

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

commit 37252e2e758e3dec647ccb2982703e6e5b0904e8
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Mar 3 11:29:08 2022 +0100

    Embedded Linux: fix strace output slide
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

37252e2e758e3dec647ccb2982703e6e5b0904e8
 common/strace.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/strace.tex b/common/strace.tex
index 85300e66..7d7cdc52 100644
--- a/common/strace.tex
+++ b/common/strace.tex
@@ -23,9 +23,9 @@
 
 \begin{frame}[fragile]
   \frametitle{strace example output}
-  \includegraphics[width=\textwidth]{common/strace-output.pdf}\\
-  Hint: follow the open file descriptors returned by \code{open()}. \\
-  This tells you what files system calls are run on.
+  \includegraphics[height=0.75\textheight]{common/strace-output.pdf}\\
+  Hint: follow the open file descriptors returned by \code{open()}.
+  This tells you what files are handled by further system calls.
 \end{frame}
 
 \begin{frame}[fragile]




More information about the training-materials-updates mailing list