[FE training-materials-updates] android-fs-contents: minor fixes

Boris Brezillon boris.brezillon at free-electrons.com
Sun Jun 14 21:12:13 CEST 2015


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

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

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

commit 0fa506ea149d1ed5935d6bd6b680dd24f68a5ee5
Author: Boris Brezillon <boris.brezillon at free-electrons.com>
Date:   Sun Jun 14 19:36:57 2015 +0200

    android-fs-contents: minor fixes
    
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>


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

0fa506ea149d1ed5935d6bd6b680dd24f68a5ee5
 slides/android-fs-contents/android-fs-contents.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/android-fs-contents/android-fs-contents.tex b/slides/android-fs-contents/android-fs-contents.tex
index b80e056..4aa7d39 100644
--- a/slides/android-fs-contents/android-fs-contents.tex
+++ b/slides/android-fs-contents/android-fs-contents.tex
@@ -32,7 +32,7 @@
     partitions, from the root filesystem originating from a kernel
     RAM disk.
   \item Android also uses some usual suspects: \path{/proc},
-    \path{/dev}, \path{/sys}, \path{/etc}, \path{sbin}, \path{/mnt}
+    \path{/dev}, \path{/sys}, \path{/etc}, \path{/sbin}, \path{/mnt}
     where they serve the same function they usually do
   \end{itemize}
 \end{frame}
@@ -57,9 +57,9 @@
   \begin{itemize}
   \item Like we said earlier, Android most of the time either uses
     directories not in the FHS, or directories with the exact same purpose as in
-    standard Linux distributions (\code{/dev}, \code{/proc}), therefore avoiding collisions.
-    \code{/sys})
-  \item There is some collision though, for \code{/etc} and
+    standard Linux distributions (\code{/dev}, \code{/proc}, \code{/sys}),
+    therefore avoiding collisions.
+  \item There are some collisions though, for \code{/etc} and
     \code{/sbin}, which are hopefully trimmed down
   \item This allows to have a full Linux distribution side by side
     with Android with only minor tweaks



More information about the training-materials-updates mailing list