[FE training-materials-updates] realtime slides: minor font fix

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Oct 11 15:33:25 CEST 2013


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

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

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

commit 1cec4cb078a94dcb0a36e5bceaff174693e44a06
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Oct 11 15:32:25 2013 +0200

    realtime slides: minor font fix
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

1cec4cb078a94dcb0a36e5bceaff174693e44a06
 slides/sysdev-realtime/sysdev-realtime.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-realtime/sysdev-realtime.tex b/slides/sysdev-realtime/sysdev-realtime.tex
index 9a5ab2d..b994ff1 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -546,7 +546,7 @@
     \begin{itemize}
     \item An address space, which contains the program code, data, stack, shared
       libraries, etc.
-    \item One thread, that starts executing the main() function.
+    \item One thread, that starts executing the \code{main()} function.
     \item Upon creation, a process contains one thread
     \end{itemize}
   \item Additional threads can be created inside an existing process, using



More information about the training-materials-updates mailing list