aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters/user.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/chapters/user.texi')
-rw-r--r--doc/documentation/chapters/user.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index fa742b229..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