aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters/developer.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/chapters/developer.texi')
-rw-r--r--doc/documentation/chapters/developer.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 10319e7a6..6d85c813f 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -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