From d963d35dbbe0df99c0bc2cf8c29dc43cd9467f4d Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 15 Apr 2014 13:39:42 +0000 Subject: fixed error in c tutorial.tex. The pdf still needs to be built by s.o. with pdflatex and checked for errors! --- doc/gnunet-c-tutorial.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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} -- cgit v1.2.3