[bootlin/training-materials updates] master: Embedded Linux slides: minor fixes (075bed8e)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jul 8 20:46:53 CEST 2020


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

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

commit 075bed8eceb473c9a1f52124e5e8700517301c31
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jul 8 20:46:53 2020 +0200

    Embedded Linux slides: minor fixes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

075bed8eceb473c9a1f52124e5e8700517301c31
 .../sysdev-application-development.tex                            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 513a5fae..062e3e2a 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -47,7 +47,7 @@
 \begin{frame}
   \frametitle{Programming language}
   \begin{itemize}
-  \item The default programming language for system-level application
+  \item The default programming language for system-level applications
     in Linux is usually C
     \begin{itemize}
     \item The C library is already present on your system, nothing to
@@ -118,13 +118,13 @@
 \begin{frame}[fragile]
   \frametitle{Simple Makefile (1)}
   Case of an application that only uses the C library, contains two source
-  files and generates a single binary
-  \includegraphics[height=0.7\textheight]{slides/sysdev-application-development/simple-makefile1.pdf}\\
+  files and generates a single binary\\
+  \includegraphics[height=0.7\textheight]{slides/sysdev-application-development/simple-makefile1.pdf}
 \end{frame}
 
 \begin{frame}[fragile]
   \frametitle{Simple Makefile (2)}
-  Case of an application that uses the Glib and the GPS libraries
+  Case of an application that uses the Glib and the GPS libraries\\
   \includegraphics[height=0.7\textheight]{slides/sysdev-application-development/simple-makefile2.pdf}\\
 \end{frame}
 




More information about the training-materials-updates mailing list