aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/chapters/developer.texi8
-rw-r--r--doc/documentation/chapters/user.texi2
-rw-r--r--doc/documentation/gnunet-c-tutorial.texi2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index f4c954509..22b175a3f 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -2297,15 +2297,15 @@ is to set
2297 2297
2298@example 2298@example
2299[core] 2299[core]
2300FORCESTART = YES 2300IMMEDIATE_START = YES
2301@end example 2301@end example
2302 2302
2303@noindent 2303@noindent
2304in the configuration file. 2304in the configuration file.
2305Alternatively, having any service that directly or indirectly depends on 2305Alternatively, having any service that directly or indirectly depends on
2306@code{CORE} being started with @code{FORCESTART} will also do. 2306@code{CORE} being started with @code{IMMEDIATE_START} will also do.
2307This issue largely arises if users try to over-optimize by not 2307This issue largely arises if users try to over-optimize by not
2308starting any services with @code{FORCESTART}. 2308starting any services with @code{IMMEDIATE_START}.
2309 2309
2310@c *********************************************************************** 2310@c ***********************************************************************
2311@node ATS must want the connections 2311@node ATS must want the connections
@@ -3705,7 +3705,7 @@ running a service with "valgrind" or "gdb"
3705@item START_ON_DEMAND ARM will listen to UNIX domain socket and/or TCP port of 3705@item START_ON_DEMAND ARM will listen to UNIX domain socket and/or TCP port of
3706the service and start the service on-demand. 3706the service and start the service on-demand.
3707 3707
3708@item FORCESTART ARM will always start this service when the peer 3708@item IMMEDIATE_START ARM will always start this service when the peer
3709is started. 3709is started.
3710 3710
3711@item ACCEPT_FROM IPv4 addresses the service accepts connections from. 3711@item ACCEPT_FROM IPv4 addresses the service accepts connections from.
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 3b829559b..3d4f55e41 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -3703,7 +3703,7 @@ gnunet-arm -c ~/.config/gnunet.conf -k fs
3703@noindent 3703@noindent
3704Assuming that you want certain services (like file-sharing) to be always 3704Assuming that you want certain services (like file-sharing) to be always
3705automatically started whenever you start GNUnet, you can activate them by 3705automatically started whenever you start GNUnet, you can activate them by
3706setting "FORCESTART=YES" in the respective section of the configuration 3706setting "IMMEDIATE_START=YES" in the respective section of the configuration
3707file (for example, "[fs]"). Then GNUnet with file-sharing support would 3707file (for example, "[fs]"). Then GNUnet with file-sharing support would
3708be started whenever you@ enter: 3708be started whenever you@ enter:
3709 3709
diff --git a/doc/documentation/gnunet-c-tutorial.texi b/doc/documentation/gnunet-c-tutorial.texi
index 0e2adaee7..fb6e717ae 100644
--- a/doc/documentation/gnunet-c-tutorial.texi
+++ b/doc/documentation/gnunet-c-tutorial.texi
@@ -647,7 +647,7 @@ If you want to use the @code{peerinfo} tool to connect your
647peers, you should: 647peers, you should:
648 648
649@itemize 649@itemize
650@item Set @code{FORCESTART = NO} in section @code{hostlist} 650@item Set @code{IMMEDIATE_START = NO} in section @code{hostlist}
651(to not connect to the global GNUnet) 651(to not connect to the global GNUnet)
652@item Start both peers running @command{gnunet-arm -c peer1.conf -s} 652@item Start both peers running @command{gnunet-arm -c peer1.conf -s}
653and @command{gnunet-arm -c peer2.conf -s} 653and @command{gnunet-arm -c peer2.conf -s}