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

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Sep 13 14:52:34 CEST 2021


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

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

commit 17bbcad35fb1d4eed61901605ca9c31669742c19
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>


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

17bbcad35fb1d4eed61901605ca9c31669742c19
 .../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