[FE training-materials-updates] labs/buildroot-appdev: fix font size

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jun 12 13:58:08 CEST 2015


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

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

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

commit a7078366d7fcffdd1b346000de8b9fde9cd74e9d
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri Jun 12 13:58:05 2015 +0200

    labs/buildroot-appdev: fix font size
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

a7078366d7fcffdd1b346000de8b9fde9cd74e9d
 labs/buildroot-appdev/buildroot-appdev.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/labs/buildroot-appdev/buildroot-appdev.tex b/labs/buildroot-appdev/buildroot-appdev.tex
index 3712a00..3abc8b4 100644
--- a/labs/buildroot-appdev/buildroot-appdev.tex
+++ b/labs/buildroot-appdev/buildroot-appdev.tex
@@ -163,7 +163,8 @@ We need to tell \code{gdb} where the libraries can be found:
 \begin{verbatim}
 (gdb) set solib-search-path output/staging/lib:output/staging/lib/arm-linux-gnueabihf/: \
    output/staging/usr/lib:output/staging/usr/lib/arm-linux-gnueabihf/
-\end{verbatim}}
+\end{verbatim}
+}
 
   (Note: this should be on one line, without spaces between each
   library path. We only had to cut the line here to make it fit in the



More information about the training-materials-updates mailing list