From 4d4c96237c19efbada15fa2152537ef8250f658f Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 6 Sep 2017 07:36:03 +0000 Subject: [PATCH] doc: gnunet-c-tutorial: @file, @subsubsection, minor changes. --- doc/gnunet-c-tutorial.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi index 03edeba8c..78d48a386 100644 --- a/doc/gnunet-c-tutorial.texi +++ b/doc/gnunet-c-tutorial.texi @@ -120,7 +120,7 @@ $ cd gnunet $ ./bootstrap @end example -The remainder of this tutorial assumes that you have Git Master checked out. +The remainder of this tutorial assumes that you have Git branch ``master'' checked out. @subsection Compiling and Installing GNUnet @@ -146,7 +146,7 @@ $ sudo make install $ cd .. @end example -@c sub:install +@subsubsection Installing GNUnet Assuming all dependencies are installed, the following commands will compile and install GNUnet in your home directory. You can specify the directory where GNUnet will be installed by changing the @@ -187,7 +187,7 @@ empty. If you see an output like: @example $ which gnunet-arm @end example -check your PATH variable to ensure GNUnet's bin directory is included. +check your PATH variable to ensure GNUnet's @file{bin} directory is included. GNUnet provides tests for all of its subcomponents. Run @example -- 2.25.1