gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/03: "@file{}" -> @file{}


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: "@file{}" -> @file{}
Date: Thu, 26 Oct 2017 15:02:47 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit fea7c5644a6eb4fa9bb68bf201cbf55996ae1c79
Author: ng0 <address@hidden>
AuthorDate: Thu Oct 26 12:52:12 2017 +0000

    "@file{}" -> @file{}
---
 doc/documentation/chapters/developer.texi    | 9 +++++----
 doc/documentation/chapters/installation.texi | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/documentation/chapters/developer.texi 
b/doc/documentation/chapters/developer.texi
index f98b62e10..87752a968 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -726,7 +726,7 @@ in @file{src/include/}.
 @subsubsection testcases
 
 @itemize @bullet
address@hidden must be called "@file{test_module-under-test_case-description.c}"
address@hidden must be called @file{test_module-under-test_case-description.c}
 @item "case-description" maybe omitted if there is only one test
 @end itemize
 
@@ -735,7 +735,7 @@ in @file{src/include/}.
 @subsubsection performance tests
 
 @itemize @bullet
address@hidden must be called "@file{perf_module-under-test_case-description.c}"
address@hidden must be called @file{perf_module-under-test_case-description.c}
 @item "case-description" maybe omitted if there is only one performance
 test
 @item Must only be run if @code{HAVE_BENCHMARKS} is satisfied
@@ -1437,7 +1437,8 @@ Testbed API will then use this path to start helper 
binaries both
 locally and remotely.
 
 Testbed API can accessed by including the
-"@file{gnunet_testbed_service.h}" file and linking with -lgnunettestbed.
address@hidden file and linking with
address@hidden
 
 @c ***********************************************************************
 @menu
@@ -2929,7 +2930,7 @@ related functions provide an alternative to 
@code{GNUNET_SERVICE_run}.
 When starting a service, the service_name option is used to determine
 which sections in the configuration file should be used to configure the
 service. A typical value here is the name of the @file{src/}
-sub-directory, for example "@file{statistics}".
+sub-directory, for example @file{statistics}.
 The same string would also be given to
 @code{GNUNET_CLIENT_connect} to access the service.
 
diff --git a/doc/documentation/chapters/installation.texi 
b/doc/documentation/chapters/installation.texi
index a864d1c16..c3a64639b 100644
--- a/doc/documentation/chapters/installation.texi
+++ b/doc/documentation/chapters/installation.texi
@@ -2433,7 +2433,7 @@ FLUSH PRIVILEGES;
 @end example
 
 @item
-In the $HOME directory of $USER, create a "@file{.my.cnf}" file with the
+In the $HOME directory of $USER, create a @file{.my.cnf} file with the
 following lines
 
 @example

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]