aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-26 12:52:12 +0000
committerng0 <ng0@infotropique.org>2017-10-26 12:52:12 +0000
commitfea7c5644a6eb4fa9bb68bf201cbf55996ae1c79 (patch)
tree171af5850e2c741f4afdb964e76af239d77b7df9 /doc
parent6667b33fde4d819385f9363601db58378560af28 (diff)
downloadgnunet-fea7c5644a6eb4fa9bb68bf201cbf55996ae1c79.tar.gz
gnunet-fea7c5644a6eb4fa9bb68bf201cbf55996ae1c79.zip
"@file{}" -> @file{}
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/developer.texi9
-rw-r--r--doc/documentation/chapters/installation.texi2
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/}.
726@subsubsection testcases 726@subsubsection testcases
727 727
728@itemize @bullet 728@itemize @bullet
729@item must be called "@file{test_module-under-test_case-description.c}" 729@item must be called @file{test_module-under-test_case-description.c}
730@item "case-description" maybe omitted if there is only one test 730@item "case-description" maybe omitted if there is only one test
731@end itemize 731@end itemize
732 732
@@ -735,7 +735,7 @@ in @file{src/include/}.
735@subsubsection performance tests 735@subsubsection performance tests
736 736
737@itemize @bullet 737@itemize @bullet
738@item must be called "@file{perf_module-under-test_case-description.c}" 738@item must be called @file{perf_module-under-test_case-description.c}
739@item "case-description" maybe omitted if there is only one performance 739@item "case-description" maybe omitted if there is only one performance
740test 740test
741@item Must only be run if @code{HAVE_BENCHMARKS} is satisfied 741@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
1437locally and remotely. 1437locally and remotely.
1438 1438
1439Testbed API can accessed by including the 1439Testbed API can accessed by including the
1440"@file{gnunet_testbed_service.h}" file and linking with -lgnunettestbed. 1440@file{gnunet_testbed_service.h} file and linking with
1441@code{-lgnunettestbed}.
1441 1442
1442@c *********************************************************************** 1443@c ***********************************************************************
1443@menu 1444@menu
@@ -2929,7 +2930,7 @@ related functions provide an alternative to @code{GNUNET_SERVICE_run}.
2929When starting a service, the service_name option is used to determine 2930When starting a service, the service_name option is used to determine
2930which sections in the configuration file should be used to configure the 2931which sections in the configuration file should be used to configure the
2931service. A typical value here is the name of the @file{src/} 2932service. A typical value here is the name of the @file{src/}
2932sub-directory, for example "@file{statistics}". 2933sub-directory, for example @file{statistics}.
2933The same string would also be given to 2934The same string would also be given to
2934@code{GNUNET_CLIENT_connect} to access the service. 2935@code{GNUNET_CLIENT_connect} to access the service.
2935 2936
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;
2433@end example 2433@end example
2434 2434
2435@item 2435@item
2436In the $HOME directory of $USER, create a "@file{.my.cnf}" file with the 2436In the $HOME directory of $USER, create a @file{.my.cnf} file with the
2437following lines 2437following lines
2438 2438
2439@example 2439@example