aboutsummaryrefslogtreecommitdiff
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
parent6667b33fde4d819385f9363601db58378560af28 (diff)
"@file{}" -> @file{}
-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 f98b62e106..87752a9681 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
-@item must be called "@file{test_module-under-test_case-description.c}"
+@item 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
-@item must be called "@file{perf_module-under-test_case-description.c}"
+@item 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.
+@file{gnunet_testbed_service.h} file and linking with
+@code{-lgnunettestbed}.
@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 a864d1c16d..c3a64639b7 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