fixed error in c tutorial.tex. The pdf still needs to be built by s.o. with pdflatex...
authorMarkus Teich <teichm@fs.tum.de>
Tue, 15 Apr 2014 13:39:42 +0000 (13:39 +0000)
committerMarkus Teich <teichm@fs.tum.de>
Tue, 15 Apr 2014 13:39:42 +0000 (13:39 +0000)
doc/gnunet-c-tutorial.tex

index ceb4344e14608994527a5b3b057519f1bf13e36a..fd9b907cb12064aea913e4526ddabc461ce8b82d 100644 (file)
@@ -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}