[bootlin/training-materials updates] master: Embedded Linux debugging slides: fix font for "core" (649e8a1e)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:40 CEST 2021


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

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

commit 649e8a1e1574037b23e67aecd29d1851e78150bf
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Sep 13 14:52:34 2021 +0200

    Embedded Linux debugging slides: fix font for "core"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

649e8a1e1574037b23e67aecd29d1851e78150bf
 .../sysdev-application-development/sysdev-application-development.tex   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index fcf1a45f..18e8a78b 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -330,7 +330,7 @@
     \item Can be used to control the execution of a program, set
       breakpoints or change internal variables. You can also use it to
       see what a program was doing when it crashed (by loading its
-      memory image, dumped into a core file).
+      memory image, dumped into a \code{core} file).
     \item New alternative: {\em lldb} (\url{https://lldb.llvm.org/})\\
       from the LLVM project.
     \end{itemize}




More information about the training-materials-updates mailing list