[FE training-materials-updates] Misc minor font fixes

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Jun 6 17:31:47 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=f8542d6427559c0bfece9d646ddd07339854d3de

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

commit f8542d6427559c0bfece9d646ddd07339854d3de
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Jun 6 17:30:39 2014 +0200

    Misc minor font fixes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

f8542d6427559c0bfece9d646ddd07339854d3de
 .../sysdev-application-development.tex             |    2 +-
 .../sysdev-application-development.tex             |    2 +-
 slides/sysdev-realtime/sysdev-realtime.tex         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-application-development/sysdev-application-development.tex b/labs/sysdev-application-development/sysdev-application-development.tex
index 4f90df1..0ecd7c0 100644
--- a/labs/sysdev-application-development/sysdev-application-development.tex
+++ b/labs/sysdev-application-development/sysdev-application-development.tex
@@ -45,7 +45,7 @@ Let's try to compile the application:
 arm-linux-gcc -o app app.c
 \end{verbatim}
 
-It complains that it cannot find the directfb.h header. This is
+It complains that it cannot find the \code{directfb.h} header. This is
 normal, since we didn't tell the compiler where to find it. So let's
 use \code{pkg-config} to query the {\em pkg-config} database about the
 location of the header files and the list of libraries needed to build
diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index d48f929..28359e7 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -479,7 +479,7 @@ clean:
     \end{itemize}
   \item On the host
     \begin{itemize}
-    \item After the crash, transfer the core file from the target to
+    \item After the crash, transfer the {\em core} file from the target to
       the host, and run
       \code{ARCH-linux-gdb -c core-file application-binary}
     \end{itemize}
diff --git a/slides/sysdev-realtime/sysdev-realtime.tex b/slides/sysdev-realtime/sysdev-realtime.tex
index 6b96168..4921aa8 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -907,7 +907,7 @@ timer_delete(timer_t timerid)
   \begin{itemize}
   \item Maximum recorded time between waking up a top priority task
     and its scheduling on a CPU, expressed in us.
-  \item Check that wakeup is listed in
+  \item Check that \code{wakeup} is listed in
     \code{/sys/kernel/debug/tracing/available_tracers}
   \item To select, reset and enable this tracer:
     \begin{block}{}



More information about the training-materials-updates mailing list