aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-06-23 16:58:42 +0200
committerxrs <xrs@mail36.net>2018-06-23 16:58:42 +0200
commit99c6e18e63181d8759ecbb398d58019a55d3ce6f (patch)
treecf925bf99a6fbe60dbec8ead7248bc59a0c8cce6 /doc/documentation
parentb993ca621717d0a9958b4138a32fb1e3cef7f54c (diff)
parentc293f84ea192f361baf720a3979589c0e0881abc (diff)
downloadgnunet-99c6e18e63181d8759ecbb398d58019a55d3ce6f.tar.gz
gnunet-99c6e18e63181d8759ecbb398d58019a55d3ce6f.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/chapters/developer.texi18
-rw-r--r--doc/documentation/chapters/user.texi12
2 files changed, 15 insertions, 15 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index d33072057..f4c954509 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -2,7 +2,7 @@
2@node GNUnet Developer Handbook 2@node GNUnet Developer Handbook
3@chapter GNUnet Developer Handbook 3@chapter GNUnet Developer Handbook
4 4
50This book is intended to be an introduction for programmers that want to 5This book is intended to be an introduction for programmers that want to
6extend the GNUnet framework. GNUnet is more than a simple peer-to-peer 6extend the GNUnet framework. GNUnet is more than a simple peer-to-peer
7application. 7application.
8 8
@@ -1362,8 +1362,8 @@ Next, edit the file @file{/etc/gnunet.conf} to contain the following:
1362 1362
1363@example 1363@example
1364[arm] 1364[arm]
1365SYSTEM_ONLY = YES 1365START_SYSTEM_SERVICES = YES
1366USER_ONLY = NO 1366START_USER_SERVICES = NO
1367@end example 1367@end example
1368 1368
1369@noindent 1369@noindent
@@ -1409,8 +1409,8 @@ with the lines:
1409 1409
1410@example 1410@example
1411[arm] 1411[arm]
1412SYSTEM_ONLY = NO 1412START_SYSTEM_SERVICES = NO
1413USER_ONLY = YES 1413START_USER_SERVICES = YES
1414DEFAULTSERVICES = gns 1414DEFAULTSERVICES = gns
1415@end example 1415@end example
1416 1416
@@ -3702,7 +3702,7 @@ running a service with "valgrind" or "gdb"
3702 3702
3703@item DEBUG Run in debug mode (much verbosity). 3703@item DEBUG Run in debug mode (much verbosity).
3704 3704
3705@item AUTOSTART 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 FORCESTART ARM will always start this service when the peer
@@ -3716,7 +3716,7 @@ is started.
3716 3716
3717 3717
3718Options that impact the operation of ARM overall are in the "[arm]" 3718Options that impact the operation of ARM overall are in the "[arm]"
3719section. ARM is a normal service and has (except for AUTOSTART) all of the 3719section. ARM is a normal service and has (except for START_ON_DEMAND) all of the
3720options that other services do. In addition, ARM has the 3720options that other services do. In addition, ARM has the
3721following options: 3721following options:
3722 3722
@@ -8642,11 +8642,11 @@ In the following paragraph the important details are highlighted.
8642 8642
8643Announcing of the regular expressions is done by the 8643Announcing of the regular expressions is done by the
8644gnunet-daemon-regexprofiler, therefore you have to make sure it is 8644gnunet-daemon-regexprofiler, therefore you have to make sure it is
8645started, by adding it to the AUTOSTART set of ARM: 8645started, by adding it to the START_ON_DEMAND set of ARM:
8646 8646
8647@example 8647@example
8648[regexprofiler] 8648[regexprofiler]
8649AUTOSTART = YES 8649START_ON_DEMAND = YES
8650@end example 8650@end example
8651 8651
8652@noindent 8652@noindent
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 07dd781b0..3b829559b 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -2574,7 +2574,7 @@ sqLite, MySQL and Postgres.
2574 2574
2575In order to use GNUnet for file-sharing, you first need to make sure 2575In order to use GNUnet for file-sharing, you first need to make sure
2576that the file-sharing service is loaded. 2576that the file-sharing service is loaded.
2577This is done by setting the @code{AUTOSTART} option in 2577This is done by setting the @code{START_ON_DEMAND} option in
2578section @code{[fs]} to "YES". Alternatively, you can run 2578section @code{[fs]} to "YES". Alternatively, you can run
2579 2579
2580@example 2580@example
@@ -2666,7 +2666,7 @@ The configuration section for the transport service itself is quite
2666similar to all the other services 2666similar to all the other services
2667 2667
2668@example 2668@example
2669AUTOSTART = YES 2669START_ON_DEMAND = YES
2670@@UNIXONLY@@ PORT = 2091 2670@@UNIXONLY@@ PORT = 2091
2671HOSTNAME = localhost 2671HOSTNAME = localhost
2672HOME = $SERVICEHOME 2672HOME = $SERVICEHOME
@@ -3742,8 +3742,8 @@ contain the lines:@
3742 3742
3743@example 3743@example
3744[arm] 3744[arm]
3745SYSTEM_ONLY = YES 3745START_SYSTEM_SERVICES = YES
3746USER_ONLY = NO 3746START_USER_SERVICES = NO
3747@end example 3747@end example
3748 3748
3749@noindent 3749@noindent
@@ -3771,8 +3771,8 @@ $USER with the lines:
3771 3771
3772@example 3772@example
3773[arm] 3773[arm]
3774SYSTEM_ONLY = NO 3774START_SYSTEM_SERVICES = NO
3775USER_ONLY = YES 3775START_USER_SERVICES = YES
3776@end example 3776@end example
3777 3777
3778@noindent 3778@noindent