[FE training-materials-updates] kernel: fix spurious \

Alexandre Belloni alexandre.belloni at free-electrons.com
Thu Jun 26 17:34:11 CEST 2014


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

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

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

commit 8a37666740a0257f1fc60b6b90d930e1d2ada6a9
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Thu Jun 26 17:33:35 2014 +0200

    kernel: fix spurious \
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

8a37666740a0257f1fc60b6b90d930e1d2ada6a9
 slides/kernel-device-model/kernel-device-model.tex |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/kernel-device-model/kernel-device-model.tex b/slides/kernel-device-model/kernel-device-model.tex
index 4e6d5a3..fc77528 100644
--- a/slides/kernel-device-model/kernel-device-model.tex
+++ b/slides/kernel-device-model/kernel-device-model.tex
@@ -612,10 +612,10 @@ uart0: serial at 44e09000 {
     described by the included file. This can be done:
     \begin{itemize}
        \item Either by using the \code{/include/} statement 
-	     provided by the Device Tree language. 
-       \item Either by using the \code{\#include} statement,
-   	     which requires calling the C preprocessor before
-             parsing the Device Tree.
+         provided by the Device Tree language. 
+       \item Either by using the {\usebeamercolor[fg]{code}\tt
+         \#include} statement, which requires calling the C
+         preprocessor before parsing the Device Tree.
     \end{itemize}
     Linux currently uses either one technique or the other,
     (different from one ARM subarchitecture to another, for example).



More information about the training-materials-updates mailing list