From: Markus Teich Date: Tue, 15 Apr 2014 13:39:42 +0000 (+0000) Subject: fixed error in c tutorial.tex. The pdf still needs to be built by s.o. with pdflatex... X-Git-Tag: initial-import-from-subversion-38251~4187 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d963d35dbbe0df99c0bc2cf8c29dc43cd9467f4d;p=oweals%2Fgnunet.git fixed error in c tutorial.tex. The pdf still needs to be built by s.o. with pdflatex and checked for errors! --- diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex index ceb4344e1..fd9b907cb 100644 --- a/doc/gnunet-c-tutorial.tex +++ b/doc/gnunet-c-tutorial.tex @@ -159,7 +159,7 @@ GNUnet configuration file: \lstset{language=bash} \begin{lstlisting} $ export PATH=$PATH:$PREFIX/bin -$ echo export PATH=$PREFIX/bin:\textbackslash$PATH >> ~/.bashrc +$ echo export PATH=$PREFIX/bin:\\$PATH >> ~/.bashrc $ mkdir ~/.gnunet/ $ touch ~/.gnunet/gnunet.conf \end{lstlisting}