[FE training-materials-updates] Fixed font issue

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Tue Mar 20 14:19:18 CET 2012


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

commit 0f0cb39ccca4c6ff5a6fdf45320979be5e5bc1e8
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Mar 20 14:18:38 2012 +0100

    Fixed font issue

diff --git a/labs/kernel-module-simple/kernel-module-simple.tex b/labs/kernel-module-simple/kernel-module-simple.tex
index 65b8e01..1e88346 100644
--- a/labs/kernel-module-simple/kernel-module-simple.tex
+++ b/labs/kernel-module-simple/kernel-module-simple.tex
@@ -37,7 +37,7 @@ Caution: you must use a kernel variable or function to get version
 information, and not just the value of a C macro. Otherwise, you will
 only get the version of the kernel you used to build the
 module. Suggestion: you can look for files in kernel sources which
-contain version in their name, and see what they do.
+contain \code{version} in their name, and see what they do.
 
 \section{Building your module}
 

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

Summary of changes:
 labs/kernel-module-simple/kernel-module-simple.tex |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


More information about the training-materials-updates mailing list