[FE training-materials-updates] labs: minor font size fix

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Sep 19 15:59:37 CEST 2013


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

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=52cd0ae3db96066e21c64e3a03fb940b8146f2dc

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

commit 52cd0ae3db96066e21c64e3a03fb940b8146f2dc
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Sep 19 15:33:45 2013 +0200

    labs: minor font size fix
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

52cd0ae3db96066e21c64e3a03fb940b8146f2dc
 .../kernel-sources-download.tex                    |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/labs/kernel-sources-download/kernel-sources-download.tex b/labs/kernel-sources-download/kernel-sources-download.tex
index f811301..c8040fc 100644
--- a/labs/kernel-sources-download/kernel-sources-download.tex
+++ b/labs/kernel-sources-download/kernel-sources-download.tex
@@ -72,10 +72,12 @@ Fortunately, with \code{git}, you won't have to clone an entire source
 tree again. All you need to do is add a reference to a {\em remote}
 tree, and fetch only the commits which are specific to that remote tree.
 
+{\footnotesize
 \begin{verbatim}
 git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
 git fetch stable
 \end{verbatim}
+}
 
 This still represents about 80 MB worth of git objects to download, as
 the time of this writing (as of 3.11.1).



More information about the training-materials-updates mailing list