[FE training-materials-updates] sysdev: appdev: fix "valgrind" case

Michael Opdenacker michael.opdenacker at free-electrons.com
Sun Mar 22 16:46:19 CET 2015


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

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

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

commit 6a8c9776bf2b753ae2a6cc9de1a0331e75cd4804
Author: Luca Ceresoli <luca at lucaceresoli.net>
Date:   Fri Mar 13 14:02:02 2015 +0100

    sysdev: appdev: fix "valgrind" case
    
    Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>


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

6a8c9776bf2b753ae2a6cc9de1a0331e75cd4804
 .../sysdev-application-development/sysdev-application-development.tex   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 9e175f2..c2a95a3 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -534,7 +534,7 @@ clean:
     \item Can be used to run any program, without the need to
       recompile it.
     \item Example usage\\
-      \code{Valgrind --leak-check=yes ls -la}
+      \code{valgrind --leak-check=yes ls -la}
     \item Works by adding its own instrumentation to your code and
       then running in on its own virtual cpu core.\\
       Significantly slows down execution, but still fine for testing!



More information about the training-materials-updates mailing list