[FE training-materials-updates] Merge branch 'master' of git.free-electrons.com:training-materials

maxime.ripard at free-electrons.com maxime.ripard at free-electrons.com
Tue Mar 6 15:18:25 CET 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=d6c2a65c64d8ce667848a921400e51dd924be005

commit d6c2a65c64d8ce667848a921400e51dd924be005
Merge: b16cbfc 02ddbab
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Mar 6 15:18:03 2012 +0100

    Merge branch 'master' of git.free-electrons.com:training-materials


http://git.free-electrons.com/training-materials/commit/?id=b16cbfc87da0466a77277e110619571c6d805e21

commit b16cbfc87da0466a77277e110619571c6d805e21
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Mar 6 15:17:50 2012 +0100

    Fix typo in the sysdev slides
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

diff --git a/slides/sysdev-root-filesystem-device-files/sysdev-root-filesystem-device-files.tex b/slides/sysdev-root-filesystem-device-files/sysdev-root-filesystem-device-files.tex
index e525c18..3ff73bf 100644
--- a/slides/sysdev-root-filesystem-device-files/sysdev-root-filesystem-device-files.tex
+++ b/slides/sysdev-root-filesystem-device-files/sysdev-root-filesystem-device-files.tex
@@ -51,9 +51,9 @@
   \item So, devices had to be represented as files to the applications
   \item This is done through a special artifact called a {\bf device
       file}
-  \item It a special type of file, that associates a file name visible
-    to userspace applications to the triplet {\em (type, major,
-      minor)} that the kernel understands
+  \item It is a special type of file, that associates a file name
+    visible to userspace applications to the triplet {\em (type,
+      major, minor)} that the kernel understands
   \item All {\em device files} are by convention stored in the
     \code{/dev} directory
   \end{itemize}

-----------------------------------------------------------------------

Summary of changes:
 .../sysdev-root-filesystem-device-files.tex        |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


More information about the training-materials-updates mailing list