aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarkus Teich <teichm@fs.tum.de>2014-04-15 13:39:42 +0000
committerMarkus Teich <teichm@fs.tum.de>2014-04-15 13:39:42 +0000
commitd963d35dbbe0df99c0bc2cf8c29dc43cd9467f4d (patch)
tree1cb4c51605c1d0833d120bb1c122c845c553a06a /doc
parent5d741a7249070bece8b132be2579adf8e1b9be15 (diff)
downloadgnunet-d963d35dbbe0df99c0bc2cf8c29dc43cd9467f4d.tar.gz
gnunet-d963d35dbbe0df99c0bc2cf8c29dc43cd9467f4d.zip
fixed error in c tutorial.tex. The pdf still needs to be built by s.o. with pdflatex and checked for errors!
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.tex2
1 files changed, 1 insertions, 1 deletions
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:
159\lstset{language=bash} 159\lstset{language=bash}
160\begin{lstlisting} 160\begin{lstlisting}
161$ export PATH=$PATH:$PREFIX/bin 161$ export PATH=$PATH:$PREFIX/bin
162$ echo export PATH=$PREFIX/bin:\textbackslash$PATH >> ~/.bashrc 162$ echo export PATH=$PREFIX/bin:\\$PATH >> ~/.bashrc
163$ mkdir ~/.gnunet/ 163$ mkdir ~/.gnunet/
164$ touch ~/.gnunet/gnunet.conf 164$ touch ~/.gnunet/gnunet.conf
165\end{lstlisting} 165\end{lstlisting}