aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-auto-share.12
-rw-r--r--doc/man/gnunet-namestore-fcfsd.12
-rw-r--r--doc/man/gnunet.conf.58
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/gnunet-auto-share.1 b/doc/man/gnunet-auto-share.1
index f655f6ccd..fc2668d44 100644
--- a/doc/man/gnunet-auto-share.1
+++ b/doc/man/gnunet-auto-share.1
@@ -111,7 +111,7 @@ Share a directory "$HOME/gnunet\-share/":
111 111
112 [gnunet-auto-share] 112 [gnunet-auto-share]
113 OPTIONS = $HOME/gnunet\-share 113 OPTIONS = $HOME/gnunet\-share
114 FORCESTART = YES # start this service when the peer starts 114 IMMEDIATE_START = YES # start this service when the peer starts
115 115
116.SH FILES 116.SH FILES
117.TP 117.TP
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index 7fc4093c2..88ab72071 100644
--- a/doc/man/gnunet-namestore-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -20,7 +20,7 @@ configuration file in section "[fcfsd]" under the name "HTTPPORT".
20 20
21It is possible to manage gnunet\-gns\-fcfsd using 21It is possible to manage gnunet\-gns\-fcfsd using
22gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i 22gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i
23fcfsd" or by setting "FORCESTART=YES" in the "fcfds" section of your 23fcfsd" or by setting "IMMEDIATE_START=YES" in the "fcfds" section of your
24configuration and the "-z ZONE" in as the "OPTION". 24configuration and the "-z ZONE" in as the "OPTION".
25 25
26An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are 26An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index b0f1c152c..3dd8c7b62 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -55,7 +55,7 @@ The following options are generic and shared by all services:
55 This is usually "localhost". 55 This is usually "localhost".
56.IP BINARY 56.IP BINARY
57 The filename that implements the service. For example "gnunet-service-ats". 57 The filename that implements the service. For example "gnunet-service-ats".
58.IP FORCESTART 58.IP IMMEDIATE_START
59 Start the service always when the peer starts. Set to YES for services 59 Start the service always when the peer starts. Set to YES for services
60 that should always be launched, even if no other service explicitly needs 60 that should always be launched, even if no other service explicitly needs
61 them. 61 them.
@@ -66,13 +66,13 @@ The following options are generic and shared by all services:
66 Set to YES to never have ARM bind to the respective socket. This option is 66 Set to YES to never have ARM bind to the respective socket. This option is
67 mostly for debugging in situations where ARM cannot pass the pre-bound 67 mostly for debugging in situations where ARM cannot pass the pre-bound
68 socket to the child due to interference from PREFIX-commands. 68 socket to the child due to interference from PREFIX-commands.
69 This option is only effective in combination with FORCESTART being YES. 69 This option is only effective in combination with IMMEDIATE_START being YES.
70 NO by default. 70 NO by default.
71.IP PREFIX 71.IP PREFIX
72 PREFIX the given command (with its arguments) to the actual BINARY to be 72 PREFIX the given command (with its arguments) to the actual BINARY to be
73 executed. Useful to run certain services under special supervisors (like 73 executed. Useful to run certain services under special supervisors (like
74 strace or valgrind). Typically used in combination with FORCESTART and 74 strace or valgrind). Typically used in combination with IMMEDIATE_START
75 NOARMBIND. Empty by default. 75 and NOARMBIND. Empty by default.
76.IP ACCEPT_FROM 76.IP ACCEPT_FROM
77 A semi-column separated list of IPv4 addresses that are allowed to use 77 A semi-column separated list of IPv4 addresses that are allowed to use
78 the service; usually 127.0.0.1. 78 the service; usually 127.0.0.1.