[bootlin/training-materials updates] master: Embedded Linux: tiny fixes (f137f0c6)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Aug 5 16:24:24 CEST 2020


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

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

commit f137f0c6f02501699244f98371895cb363b41e2e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Aug 5 16:24:24 2020 +0200

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


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

f137f0c6f02501699244f98371895cb363b41e2e
 slides/sysdev-busybox/sysdev-busybox.tex                                | 2 +-
 .../sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-busybox/sysdev-busybox.tex b/slides/sysdev-busybox/sysdev-busybox.tex
index 6605fc20..3f854e64 100644
--- a/slides/sysdev-busybox/sysdev-busybox.tex
+++ b/slides/sysdev-busybox/sysdev-busybox.tex
@@ -130,7 +130,7 @@ yes, zcat, zcip}
   \frametitle{Applet highlight - BusyBox vi}
   \begin{itemize}
   \item If you are using BusyBox, adding \code{vi} support only adds
-    20K. (built with shared libraries, using uClibc).
+    20K (built with shared libraries, using uClibc).
   \item You can select which exact features to compile in.
   \item Users hardly realize that they are using a lightweight \code{vi}
     version!
diff --git a/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex b/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex
index fa1ab335..4b6c0127 100644
--- a/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex
+++ b/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex
@@ -19,7 +19,7 @@
     \item If none of this works, the kernel panics and the boot
       process is stopped.
     \item The \code{init} application is responsible for starting all other
-      user space applications and services:
+      user space applications and services
     \end{itemize}
   \item A shell, to implement scripts, automate tasks, and allow a user
         to interact with the system




More information about the training-materials-updates mailing list