aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-bcd.15
-rw-r--r--doc/man/gnunet-cadet.112
-rw-r--r--doc/man/gnunet-config.110
-rw-r--r--doc/man/gnunet-conversation-test.14
-rw-r--r--doc/man/gnunet-conversation.16
-rw-r--r--doc/man/gnunet-dns2gns.15
-rw-r--r--doc/man/gnunet-ecc.18
-rw-r--r--doc/man/gnunet-gns-proxy.16
-rw-r--r--doc/man/gnunet-gns.17
-rw-r--r--doc/man/gnunet-namecache.16
-rw-r--r--doc/man/gnunet-namestore-fcfsd.15
-rw-r--r--doc/man/gnunet-namestore.119
-rw-r--r--doc/man/gnunet-nat-auto.15
-rw-r--r--doc/man/gnunet-nat-server.11
-rw-r--r--doc/man/gnunet-nat.110
-rw-r--r--doc/man/gnunet-peerinfo.111
-rw-r--r--doc/man/gnunet-qr.15
-rw-r--r--doc/man/gnunet-resolver.16
-rw-r--r--doc/man/gnunet-revocation.18
-rw-r--r--doc/man/gnunet-scalarproduct.18
-rw-r--r--doc/man/gnunet-scrypt.19
-rw-r--r--doc/man/gnunet-statistics.19
-rw-r--r--doc/man/gnunet-testbed-profiler.19
-rw-r--r--doc/man/gnunet-testing-run-service.13
-rw-r--r--doc/man/gnunet-testing.110
-rw-r--r--doc/man/gnunet-unindex.11
-rw-r--r--doc/man/gnunet-uri.14
-rw-r--r--doc/man/gnunet-vpn.113
28 files changed, 0 insertions, 205 deletions
diff --git a/doc/man/gnunet-bcd.1 b/doc/man/gnunet-bcd.1
index 02b4397de..9b37a097b 100644
--- a/doc/man/gnunet-bcd.1
+++ b/doc/man/gnunet-bcd.1
@@ -13,19 +13,14 @@ installed. If it does not work for you, try installing the full
13TeXLive distribution first, for example using the package\-manager 13TeXLive distribution first, for example using the package\-manager
14apt: "apt-get install texlive-full". 14apt: "apt-get install texlive-full".
15.SH OPTIONS 15.SH OPTIONS
16.B
17.IP "\-p PORT, \-\-port=PORT" 16.IP "\-p PORT, \-\-port=PORT"
18Run the HTTP server on port PORT. 17Run the HTTP server on port PORT.
19.B
20.IP "\-c FILENAME, \-\-config=FILENAME" 18.IP "\-c FILENAME, \-\-config=FILENAME"
21Use the configuration file FILENAME. 19Use the configuration file FILENAME.
22.B
23.IP "\-h, \-\-help" 20.IP "\-h, \-\-help"
24Print short help on options. 21Print short help on options.
25.B
26.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
27Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
28.B
29.IP "\-v, \-\-version" 24.IP "\-v, \-\-version"
30Print GNUnet version number. 25Print GNUnet version number.
31.SH BUGS 26.SH BUGS
diff --git a/doc/man/gnunet-cadet.1 b/doc/man/gnunet-cadet.1
index 8404f085c..44d7fffca 100644
--- a/doc/man/gnunet-cadet.1
+++ b/doc/man/gnunet-cadet.1
@@ -21,42 +21,30 @@ For one\-to\-many communication \fBgnunet\-social\fP may be better
21suited, however. 21suited, however.
22 22
23.SH SPECIFIC OPTIONS 23.SH SPECIFIC OPTIONS
24.B
25.IP "\-C CONNECTION_ID, \-\-connection=CONNECTION_ID" 24.IP "\-C CONNECTION_ID, \-\-connection=CONNECTION_ID"
26Provide information about a particular connection. 25Provide information about a particular connection.
27.B
28.IP "\-d, \-\-dump" 26.IP "\-d, \-\-dump"
29Dump debug information to STDERR. 27Dump debug information to STDERR.
30.B
31.IP "\-e, \-\-echo" 28.IP "\-e, \-\-echo"
32Activate echo mode. 29Activate echo mode.
33.B
34.IP "\-o SHARED_SECRET, \-\-open-port=SHARED_SECRET" 30.IP "\-o SHARED_SECRET, \-\-open-port=SHARED_SECRET"
35Listen for connections using a shared secret among sender and recipient. 31Listen for connections using a shared secret among sender and recipient.
36.B
37.IP "\-p PEER_ID, \-\-peer=PEER_ID" 32.IP "\-p PEER_ID, \-\-peer=PEER_ID"
38Provide information about a patricular peer. 33Provide information about a patricular peer.
39.B
40.IP "\-P, \-\-peers" 34.IP "\-P, \-\-peers"
41Provide information about all peers. 35Provide information about all peers.
42.B
43.IP "\-T, \-\-tunnels" 36.IP "\-T, \-\-tunnels"
44Provide information about all tunnels. 37Provide information about all tunnels.
45 38
46.SH STANDARD OPTIONS 39.SH STANDARD OPTIONS
47.B
48.IP "\-c FILENAME, \-\-config=FILENAME" 40.IP "\-c FILENAME, \-\-config=FILENAME"
49Use the configuration file FILENAME. 41Use the configuration file FILENAME.
50.B
51.IP "\-h, \-\-help" 42.IP "\-h, \-\-help"
52Print short help on options. 43Print short help on options.
53.B
54.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 44.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
55Configure logging to write logs to LOGFILE. 45Configure logging to write logs to LOGFILE.
56.B
57.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 46.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
58Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 47Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
59.B
60.IP "\-v, \-\-version" 48.IP "\-v, \-\-version"
61Print GNUnet version number. 49Print GNUnet version number.
62 50
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
index f1443283f..98d7fd0d9 100644
--- a/doc/man/gnunet-config.1
+++ b/doc/man/gnunet-config.1
@@ -7,38 +7,28 @@ gnunet\-config \- manipulate GNUnet configuration files
7.SH DESCRIPTION 7.SH DESCRIPTION
8\fBgnunet\-config\fP can be used to read or modify GNUnet configuration files. 8\fBgnunet\-config\fP can be used to read or modify GNUnet configuration files.
9.SH OPTIONS 9.SH OPTIONS
10.B
11.IP "\-f, \-\-filename" 10.IP "\-f, \-\-filename"
12When accessing a specific option using \-s and \-o, perform expansions as if the 11When accessing a specific option using \-s and \-o, perform expansions as if the
13value represents a filename. 12value represents a filename.
14.B
15.IP "\-s SECTION, \-\-section=SECTION" 13.IP "\-s SECTION, \-\-section=SECTION"
16Which configuration section should be accessed or edited. Required option. 14Which configuration section should be accessed or edited. Required option.
17.B
18.IP "\-S, \-\-list\-sections" 15.IP "\-S, \-\-list\-sections"
19List available configuration sections for use with \-\-section. 16List available configuration sections for use with \-\-section.
20.B
21.IP "\-W, \-\-rewrite" 17.IP "\-W, \-\-rewrite"
22Consider differences to defaults only. 18Consider differences to defaults only.
23.B
24.IP "\-o OPTION, \-\-option=OPTION" 19.IP "\-o OPTION, \-\-option=OPTION"
25Which configuration option should be accessed or edited. Required to set a value. 20Which configuration option should be accessed or edited. Required to set a value.
26If not given, all values of a given section will be printed in the 21If not given, all values of a given section will be printed in the
27format "OPTION = VALUE". 22format "OPTION = VALUE".
28.B
29.IP "\-V VALUE, \-\-value VALUE" 23.IP "\-V VALUE, \-\-value VALUE"
30Configuration value to store in the given section under the given option. 24Configuration value to store in the given section under the given option.
31Must only be given together with \-s and \-o options. 25Must only be given together with \-s and \-o options.
32.B
33.IP "\-c FILENAME, \-\-config=FILENAME" 26.IP "\-c FILENAME, \-\-config=FILENAME"
34Use the configuration file FILENAME. 27Use the configuration file FILENAME.
35.B
36.IP "\-h, \-\-help" 28.IP "\-h, \-\-help"
37Print short help on options. 29Print short help on options.
38.B
39.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 30.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
40Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 31Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
41.B
42.IP "\-v, \-\-version" 32.IP "\-v, \-\-version"
43Print GNUnet version number. 33Print GNUnet version number.
44.SH BUGS 34.SH BUGS
diff --git a/doc/man/gnunet-conversation-test.1 b/doc/man/gnunet-conversation-test.1
index 5c08d3dab..477da5042 100644
--- a/doc/man/gnunet-conversation-test.1
+++ b/doc/man/gnunet-conversation-test.1
@@ -17,17 +17,13 @@ known to your computer).
17You can use gnunet\-conversation\-test without having a peer running 17You can use gnunet\-conversation\-test without having a peer running
18on your computer. 18on your computer.
19.SH OPTIONS 19.SH OPTIONS
20.B
21.IP "\-c FILENAME, \-\-config=FILENAME" 20.IP "\-c FILENAME, \-\-config=FILENAME"
22Use the configuration file FILENAME. 21Use the configuration file FILENAME.
23.B
24.IP "\-h, \-\-help" 22.IP "\-h, \-\-help"
25Print short help on options. 23Print short help on options.
26.B
27.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
28Use LOGLEVEL for logging. 25Use LOGLEVEL for logging.
29Valid values are DEBUG, INFO, WARNING and ERROR. 26Valid values are DEBUG, INFO, WARNING and ERROR.
30.B
31.IP "\-v, \-\-version" 27.IP "\-v, \-\-version"
32Print GNUnet version number. 28Print GNUnet version number.
33.SH BUGS 29.SH BUGS
diff --git a/doc/man/gnunet-conversation.1 b/doc/man/gnunet-conversation.1
index 5925871da..3815b3887 100644
--- a/doc/man/gnunet-conversation.1
+++ b/doc/man/gnunet-conversation.1
@@ -15,25 +15,19 @@ your zone in the GNU Name System (using gnunet\-namestore).
15gnunet\-conversation has an interactive help system via the /help 15gnunet\-conversation has an interactive help system via the /help
16command. 16command.
17.SH OPTIONS 17.SH OPTIONS
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME" 18.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME. 19Use the configuration file FILENAME.
21.B
22.IP "\-e NAME, \-\-ego=NAME" 20.IP "\-e NAME, \-\-ego=NAME"
23Specifies the NAME of the ego to use (for caller ID). 21Specifies the NAME of the ego to use (for caller ID).
24.B
25.IP "\-h, \-\-help" 22.IP "\-h, \-\-help"
26Print short help on options. 23Print short help on options.
27.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. 25Use LOGLEVEL for logging.
30Valid values are DEBUG, INFO, WARNING and ERROR. 26Valid values are DEBUG, INFO, WARNING and ERROR.
31.B
32.IP "\-p LINE, \-\-phone=LINE" 27.IP "\-p LINE, \-\-phone=LINE"
33Optional argument that can be used to specify the phone LINE to be used with 28Optional argument that can be used to specify the phone LINE to be used with
34the conversation service. 29the conversation service.
35The default LINE is zero, which should be fine for most users. 30The default LINE is zero, which should be fine for most users.
36.B
37.IP "\-v, \-\-version" 31.IP "\-v, \-\-version"
38Print GNUnet version number. 32Print GNUnet version number.
39.SH BUGS 33.SH BUGS
diff --git a/doc/man/gnunet-dns2gns.1 b/doc/man/gnunet-dns2gns.1
index 552df25b6..d5c945e5a 100644
--- a/doc/man/gnunet-dns2gns.1
+++ b/doc/man/gnunet-dns2gns.1
@@ -18,19 +18,14 @@ to DNS. This DNS proxy is useful for enabling non-personalized
18GNS\-resolution to an entire network or to offer GNS\-resolution to DNS users. 18GNS\-resolution to an entire network or to offer GNS\-resolution to DNS users.
19 19
20.SH OPTIONS 20.SH OPTIONS
21.B
22.IP "\-c FILENAME, \-\-config=FILENAME" 21.IP "\-c FILENAME, \-\-config=FILENAME"
23Use the configuration file FILENAME. 22Use the configuration file FILENAME.
24.B
25.IP "\-d IP, \-\-dns=IP" 23.IP "\-d IP, \-\-dns=IP"
26IP address of a recursive DNS resolver that should be used for non-GADS hostnames. 24IP address of a recursive DNS resolver that should be used for non-GADS hostnames.
27.B
28.IP "\-h, \-\-help" 25.IP "\-h, \-\-help"
29Print short help on options. 26Print short help on options.
30.B
31.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 27.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
32Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 28Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
33.B
34.IP "\-v, \-\-version" 29.IP "\-v, \-\-version"
35Print GNUnet version number. 30Print GNUnet version number.
36 31
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index aedc0bc49..2aa7743b2 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -17,33 +17,25 @@ take a while. If the option \-p is given, the corresponding public
17key will be printed to the console. 17key will be printed to the console.
18 18
19.SH OPTIONS 19.SH OPTIONS
20.B
21.IP "\-g COUNT, \-\-generate-keys=COUNT" 20.IP "\-g COUNT, \-\-generate-keys=COUNT"
22Create COUNT public-private key pairs and write them to FILENAME. 21Create COUNT public-private key pairs and write them to FILENAME.
23Used for creating a file for testing. 22Used for creating a file for testing.
24.B
25.IP "\-p, \-\-print-public-key" 23.IP "\-p, \-\-print-public-key"
26Print the corresponding public key to stdout. This is the value used 24Print the corresponding public key to stdout. This is the value used
27for PKEY records in GNS. 25for PKEY records in GNS.
28.B
29.IP "\-P, \-\-print-private-key" 26.IP "\-P, \-\-print-private-key"
30Print the corresponding private key to stdout. This is the value used 27Print the corresponding private key to stdout. This is the value used
31for PKEY records in GNS. 28for PKEY records in GNS.
32.B
33.IP "\-x, \-\-print-hex" 29.IP "\-x, \-\-print-hex"
34Print the corresponding public key to stdout in HEX format. Useful 30Print the corresponding public key to stdout in HEX format. Useful
35for comparing to Ed25519 keys in X.509 tools. 31for comparing to Ed25519 keys in X.509 tools.
36.B
37.IP "\-c FILENAME, \-\-config=FILENAME" 32.IP "\-c FILENAME, \-\-config=FILENAME"
38Use the configuration file FILENAME. 33Use the configuration file FILENAME.
39.B
40.IP "\-h, \-\-help" 34.IP "\-h, \-\-help"
41Print short help on options. 35Print short help on options.
42.B
43.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 36.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
44Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 37Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
45ERROR. 38ERROR.
46.B
47.IP "\-v, \-\-version" 39.IP "\-v, \-\-version"
48Print GNUnet version number. 40Print GNUnet version number.
49 41
diff --git a/doc/man/gnunet-gns-proxy.1 b/doc/man/gnunet-gns-proxy.1
index 6c12e2c09..603c5a28c 100644
--- a/doc/man/gnunet-gns-proxy.1
+++ b/doc/man/gnunet-gns-proxy.1
@@ -15,26 +15,20 @@ CA certificate has to be generated that is used by the proxy. Thus
15of this proxy or the \-\-authority switch is used to specify an 15of this proxy or the \-\-authority switch is used to specify an
16appropriate CA certificate that is already trusted by the browser. 16appropriate CA certificate that is already trusted by the browser.
17.SH OPTIONS 17.SH OPTIONS
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME" 18.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME. 19Use the configuration file FILENAME.
21.B
22.IP "\-a AUTHORITY, \-\-authority=AUTHORITY" 20.IP "\-a AUTHORITY, \-\-authority=AUTHORITY"
23Path to a PEM CA file that contains the certificate and private key of 21Path to a PEM CA file that contains the certificate and private key of
24the CA to use to assert the validity of GNS names. The default port is 22the CA to use to assert the validity of GNS names. The default port is
25specified in the configuration file for the gns service under 23specified in the configuration file for the gns service under
26"[gns-proxy]" PROXY_CACERT. 24"[gns-proxy]" PROXY_CACERT.
27.B
28.IP "\-p PORT, \-\-port=PORT" 25.IP "\-p PORT, \-\-port=PORT"
29The port this proxy should listen on. Default is 7777. 26The port this proxy should listen on. Default is 7777.
30.B
31.IP "\-h, \-\-help" 27.IP "\-h, \-\-help"
32Print short help on options. 28Print short help on options.
33.B
34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 29.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 30Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
36ERROR. 31ERROR.
37.B
38.IP "\-v, \-\-version" 32.IP "\-v, \-\-version"
39Print GNUnet version number. 33Print GNUnet version number.
40.SH BUGS 34.SH BUGS
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 597297629..750c72d95 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -8,33 +8,26 @@ gnunet\-gns \- Access to GNU Name System
8\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service 8\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service
9names. 9names.
10.SH OPTIONS 10.SH OPTIONS
11.B
12.IP "\-c FILENAME, \-\-config=FILENAME" 11.IP "\-c FILENAME, \-\-config=FILENAME"
13Use the configuration file FILENAME. 12Use the configuration file FILENAME.
14.B
15.IP "\-r, \-\-raw" 13.IP "\-r, \-\-raw"
16No unneeded output. 14No unneeded output.
17This is a quiet mode where only important information is displayed. 15This is a quiet mode where only important information is displayed.
18For example a lookup for an IP address will only yield the IP address, 16For example a lookup for an IP address will only yield the IP address,
19no descriptive text. 17no descriptive text.
20.B
21.IP "\-h, \-\-help" 18.IP "\-h, \-\-help"
22Print short help on options. 19Print short help on options.
23.B
24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 20.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25Use LOGLEVEL for logging. 21Use LOGLEVEL for logging.
26Valid values are DEBUG, INFO, WARNING and ERROR. 22Valid values are DEBUG, INFO, WARNING and ERROR.
27.B
28.IP "\-u NAME, \-\-lookup=NAME" 23.IP "\-u NAME, \-\-lookup=NAME"
29Name to lookup. 24Name to lookup.
30Resolve the specified name using the GNU Name System. 25Resolve the specified name using the GNU Name System.
31.B
32.IP "\-t TYPE, \-\-type=TYPE" 26.IP "\-t TYPE, \-\-type=TYPE"
33Resource Record Type (TYPE) to look for. 27Resource Record Type (TYPE) to look for.
34Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, 28Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA,
35MX, LEHO, VPN, REV, PTR, TXT. 29MX, LEHO, VPN, REV, PTR, TXT.
36Defaults to "A". 30Defaults to "A".
37.B
38.IP "\-v, \-\-version" 31.IP "\-v, \-\-version"
39Print GNUnet version number. 32Print GNUnet version number.
40.SH RETURN VALUE 33.SH RETURN VALUE
diff --git a/doc/man/gnunet-namecache.1 b/doc/man/gnunet-namecache.1
index 78acb017b..06946e387 100644
--- a/doc/man/gnunet-namecache.1
+++ b/doc/man/gnunet-namecache.1
@@ -13,23 +13,17 @@ gnunet\-namecache \- inspect namecache
13namecache. 13namecache.
14 14
15.SH OPTIONS 15.SH OPTIONS
16.B
17.IP "\-c FILENAME, \-\-config=FILENAME" 16.IP "\-c FILENAME, \-\-config=FILENAME"
18Use the configuration file FILENAME. 17Use the configuration file FILENAME.
19.B
20.IP "\-h, \-\-help" 18.IP "\-h, \-\-help"
21Print short help on options. 19Print short help on options.
22.B
23.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 20.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
24Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 21Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
25ERROR. 22ERROR.
26.B
27.IP "\-n NAME, \-\-name=NAME" 23.IP "\-n NAME, \-\-name=NAME"
28Name (label) of the record to display (mandatory option) 24Name (label) of the record to display (mandatory option)
29.B
30.IP "\-v, \-\-version" 25.IP "\-v, \-\-version"
31Print GNUnet version number. 26Print GNUnet version number.
32.B
33.IP "\-z PKEY, \-\-zone=PKEY" 27.IP "\-z PKEY, \-\-zone=PKEY"
34Specifies the public key of the zone to inspect (mandatory option) 28Specifies the public key of the zone to inspect (mandatory option)
35 29
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index a6c9d2b32..c1eca224f 100644
--- a/doc/man/gnunet-namestore-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -27,20 +27,15 @@ pseudonym (using "gnunet\-identity \-C NAME"), and use it with the
27"-z" option. After that, you can start the FCFSD service (possibly using 27"-z" option. After that, you can start the FCFSD service (possibly using
28gnunet\-arm). 28gnunet\-arm).
29.SH OPTIONS 29.SH OPTIONS
30.B
31.IP "\-c FILENAME, \-\-config=FILENAME" 30.IP "\-c FILENAME, \-\-config=FILENAME"
32Use the configuration file FILENAME. 31Use the configuration file FILENAME.
33.B
34.IP "\-h, \-\-help" 32.IP "\-h, \-\-help"
35Print short help on options. 33Print short help on options.
36.B
37.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
38Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
39ERROR. 36ERROR.
40.B
41.IP "\-v, \-\-version" 37.IP "\-v, \-\-version"
42Print GNUnet version number. 38Print GNUnet version number.
43.B
44.IP "\-z EGO, \-\-zone=EGO" 39.IP "\-z EGO, \-\-zone=EGO"
45Specifies for which EGO should FCFSD manage the zone. 40Specifies for which EGO should FCFSD manage the zone.
46.SH BUGS 41.SH BUGS
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index 7517a4f5e..6a824cc47 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -12,13 +12,10 @@ gnunet\-namestore \- manipulate GNU Name System (GNS) zone data
12\fBgnunet\-namestore\fP can be used to manipulate records in a GNS zone. 12\fBgnunet\-namestore\fP can be used to manipulate records in a GNS zone.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B
16.IP "\-a, \-\-add" 15.IP "\-a, \-\-add"
17Desired operation is adding a record 16Desired operation is adding a record
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME" 17.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME. 18Use the configuration file FILENAME.
21.B
22.IP "\-d, \-\-delete" 19.IP "\-d, \-\-delete"
23Desired operation is deleting records under the given name that match 20Desired operation is deleting records under the given name that match
24the specified type (\-t) and value (\-V). If type or value are not 21the specified type (\-t) and value (\-V). If type or value are not
@@ -26,41 +23,31 @@ specified, it means that all types (or values) should be assumed to
26match (and possibly multiple or all values under the given label will 23match (and possibly multiple or all values under the given label will
27be deleted). Specifying a label (\-n) is mandatory. Note that 24be deleted). Specifying a label (\-n) is mandatory. Note that
28matching by expiration time or flags is (currently) not supported. 25matching by expiration time or flags is (currently) not supported.
29.B
30.IP "\-D, \-\-display" 26.IP "\-D, \-\-display"
31Desired operation is listing of matching records 27Desired operation is listing of matching records
32.B
33.IP "\-e TIME, \-\-expiration=TIME" 28.IP "\-e TIME, \-\-expiration=TIME"
34Specifies expiration time of record to add; format is relative time, 29Specifies expiration time of record to add; format is relative time,
35i.e "1 h" or "7 d 30 m". Supported units are "ms", "s", "min" or 30i.e "1 h" or "7 d 30 m". Supported units are "ms", "s", "min" or
36"minutes", "h" (hours), "d" (days) and "a" (years). 31"minutes", "h" (hours), "d" (days) and "a" (years).
37.B
38.IP "\-h, \-\-help" 32.IP "\-h, \-\-help"
39Print short help on options. 33Print short help on options.
40.B
41.IP "\-i NICKNAME, \-\-nick=NICKNAME" 34.IP "\-i NICKNAME, \-\-nick=NICKNAME"
42Set the desired NICKNAME for the zone. The nickname will be included 35Set the desired NICKNAME for the zone. The nickname will be included
43in all (public) records and used as the suggested name for this zone. 36in all (public) records and used as the suggested name for this zone.
44.B
45.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 37.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
46Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 38Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
47ERROR. 39ERROR.
48.B
49.IP "\-m, \-\-monitor" 40.IP "\-m, \-\-monitor"
50Monitor changes to the zone on an ongoing basis (in contrast to \-D, 41Monitor changes to the zone on an ongoing basis (in contrast to \-D,
51which merely displays the current records) 42which merely displays the current records)
52.B
53.IP "\-n NAME, \-\-name=NAME" 43.IP "\-n NAME, \-\-name=NAME"
54Label or name of the record to add/delete/display 44Label or name of the record to add/delete/display
55.B
56.IP "\-p, \-\-public" 45.IP "\-p, \-\-public"
57Create a record that is public (shared with other users that know the 46Create a record that is public (shared with other users that know the
58label) 47label)
59.B
60.IP "\-r PKEY, \-\-reverse=PKEY" 48.IP "\-r PKEY, \-\-reverse=PKEY"
61Determine our GNS name for the given public key (reverse lookup of the 49Determine our GNS name for the given public key (reverse lookup of the
62PKEY) in the given zone. 50PKEY) in the given zone.
63.B
64.IP "\-R RECORDLINE, \-\-replace=RECORDLINE" 51.IP "\-R RECORDLINE, \-\-replace=RECORDLINE"
65Sets record set to values given in RECORDLINE. This option can be specified multiple 52Sets record set to values given in RECORDLINE. This option can be specified multiple
66times to provide multiple records for the record set. Existing records under the 53times to provide multiple records for the record set. Existing records under the
@@ -69,29 +56,23 @@ same label will be deleted. The format for the RECORDLINE is
69be given explicitly, seconds is always implied), TYPE is the 56be given explicitly, seconds is always implied), TYPE is the
70DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE 57DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE
71follows the usual human-readable value format(s) of DNS/GNS. 58follows the usual human-readable value format(s) of DNS/GNS.
72.B
73.IP "\-s, \-\-shadow" 59.IP "\-s, \-\-shadow"
74Create a record that is a shadow record. Shadow records are only used 60Create a record that is a shadow record. Shadow records are only used
75once all other records of the same type under the same label have 61once all other records of the same type under the same label have
76expired. 62expired.
77.B
78.IP "\-t TYPE, \-\-type=TYPE" 63.IP "\-t TYPE, \-\-type=TYPE"
79Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", 64Type of the record to add/delete/display (i.e. "A", "AAAA", "NS",
80"PKEY", "MX" etc.) 65"PKEY", "MX" etc.)
81.B
82.IP "\-u URI, \-\-uri=URI" 66.IP "\-u URI, \-\-uri=URI"
83Add PKEY record from gnunet://gns/-URI to our zone; the record type is 67Add PKEY record from gnunet://gns/-URI to our zone; the record type is
84always PKEY, if no expiration is given FOREVER is used 68always PKEY, if no expiration is given FOREVER is used
85.B
86.IP "\-v, \-\-version" 69.IP "\-v, \-\-version"
87Print GNUnet version number. 70Print GNUnet version number.
88.B
89.IP "\-V VALUE, \-\-value=VALUE" 71.IP "\-V VALUE, \-\-value=VALUE"
90Value to store or remove from the GNS zone. Specific format depends 72Value to store or remove from the GNS zone. Specific format depends
91on the record type. A records expect a dotted decimal IPv4 address, 73on the record type. A records expect a dotted decimal IPv4 address,
92AAAA records an IPv6 address, PKEY a public key in GNUnet's printable 74AAAA records an IPv6 address, PKEY a public key in GNUnet's printable
93format, and CNAME and NS records should be a domain name. 75format, and CNAME and NS records should be a domain name.
94.B
95.IP "\-z EGO, \-\-zone=EGO" 76.IP "\-z EGO, \-\-zone=EGO"
96Specifies the name of the ego controlling the private key for the zone 77Specifies the name of the ego controlling the private key for the zone
97(mandatory option) 78(mandatory option)
diff --git a/doc/man/gnunet-nat-auto.1 b/doc/man/gnunet-nat-auto.1
index 8514a5c99..efd4b5df1 100644
--- a/doc/man/gnunet-nat-auto.1
+++ b/doc/man/gnunet-nat-auto.1
@@ -8,22 +8,17 @@ gnunet\-nat\-auto \- autoconfigure and test NAT traversal
8This tool allows testing various NAT traversal functions, as well 8This tool allows testing various NAT traversal functions, as well
9as attempting auto\-configuration. 9as attempting auto\-configuration.
10.SH OPTIONS 10.SH OPTIONS
11.B
12.IP "\-a, \-\-auto" 11.IP "\-a, \-\-auto"
13Attempt auto\-configuration for NAT traversal. 12Attempt auto\-configuration for NAT traversal.
14.B
15.IP "\-c FILENAME, \-\-config=FILENAME" 13.IP "\-c FILENAME, \-\-config=FILENAME"
16Use the configuration file FILENAME. 14Use the configuration file FILENAME.
17.B
18.IP "\-S NAME, \-\-section=NAME" 15.IP "\-S NAME, \-\-section=NAME"
19Name of the configuration section with details about the configuration 16Name of the configuration section with details about the configuration
20to test. For example "transport-tcp". 17to test. For example "transport-tcp".
21.IP "\-t, \-\-tcp" 18.IP "\-t, \-\-tcp"
22Use TCP. 19Use TCP.
23.B
24.IP "\-u, \-\-udp" 20.IP "\-u, \-\-udp"
25Use UDP. 21Use UDP.
26.B
27.IP "\-w, \-\-write" 22.IP "\-w, \-\-write"
28Write configuration to configuration file, useful in combination with 23Write configuration to configuration file, useful in combination with
29autoconfiguration (\-a). 24autoconfiguration (\-a).
diff --git a/doc/man/gnunet-nat-server.1 b/doc/man/gnunet-nat-server.1
index f31e69b26..8cb995f7c 100644
--- a/doc/man/gnunet-nat-server.1
+++ b/doc/man/gnunet-nat-server.1
@@ -41,7 +41,6 @@ gnunet\-nat\-server is run on should be specified in the NATSERVER
41option in the [setup] section of the configuration file of hosts that 41option in the [setup] section of the configuration file of hosts that
42are supposed to autoconfigure with this server. 42are supposed to autoconfigure with this server.
43.SH OPTIONS 43.SH OPTIONS
44.B
45.IP "\-c FILENAME, \-\-config=FILENAME" 44.IP "\-c FILENAME, \-\-config=FILENAME"
46Use the configuration file FILENAME. 45Use the configuration file FILENAME.
47.SH BUGS 46.SH BUGS
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 4a6a56e97..fe9272ea5 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -8,38 +8,28 @@ gnunet\-nat \- interact with the NAT service
8This tool allows testing various NAT traversal functions, as well as 8This tool allows testing various NAT traversal functions, as well as
9attempting auto\-configuration. 9attempting auto\-configuration.
10.SH OPTIONS 10.SH OPTIONS
11.B
12.IP "\-b ADDRESS, \-\-bind=ADDRESS" 11.IP "\-b ADDRESS, \-\-bind=ADDRESS"
13Assume that the service is (locally) bound to ADDRESS. 12Assume that the service is (locally) bound to ADDRESS.
14.B
15.IP "\-c FILENAME, \-\-config=FILENAME" 13.IP "\-c FILENAME, \-\-config=FILENAME"
16Use the configuration file FILENAME. 14Use the configuration file FILENAME.
17.B
18.IP "\-e ADDRESS, \-\-external=ADDRESS" 15.IP "\-e ADDRESS, \-\-external=ADDRESS"
19Assume that ADDRESS is the globally visible address of the peer. 16Assume that ADDRESS is the globally visible address of the peer.
20.B
21.IP "\-i ADDRESS, \-\-in=ADDRESS" 17.IP "\-i ADDRESS, \-\-in=ADDRESS"
22Assuming we are listening at ADDRESS for connection reversal requests. 18Assuming we are listening at ADDRESS for connection reversal requests.
23.B
24.IP "\-r ADDRESS, \-\-remote=ADDRESS" 19.IP "\-r ADDRESS, \-\-remote=ADDRESS"
25Ask the peer at ADDRESS for connection reversal, using the local 20Ask the peer at ADDRESS for connection reversal, using the local
26address for the target address of the reversal. 21address for the target address of the reversal.
27.B
28.IP "\-S NAME, \-\-section=NAME" 22.IP "\-S NAME, \-\-section=NAME"
29Name of section in configuration file to use for additional options. 23Name of section in configuration file to use for additional options.
30.B
31.IP "\-s, \-\-stun" 24.IP "\-s, \-\-stun"
32Enable processing of STUN requests. 25Enable processing of STUN requests.
33Will try to read UDP packets from the bind address and handle the 26Will try to read UDP packets from the bind address and handle the
34packets if they are STUN packets. 27packets if they are STUN packets.
35Will only work with UDP. 28Will only work with UDP.
36.B
37.IP "\-t, \-\-tcp" 29.IP "\-t, \-\-tcp"
38Use TCP. 30Use TCP.
39.B
40.IP "\-u, \-\-udp" 31.IP "\-u, \-\-udp"
41Use UDP. 32Use UDP.
42.B
43.IP "\-W, \-\-watch" 33.IP "\-W, \-\-watch"
44Watch for connection reversal requests. 34Watch for connection reversal requests.
45.SH EXAMPLES 35.SH EXAMPLES
diff --git a/doc/man/gnunet-peerinfo.1 b/doc/man/gnunet-peerinfo.1
index bd37fa635..88094fa10 100644
--- a/doc/man/gnunet-peerinfo.1
+++ b/doc/man/gnunet-peerinfo.1
@@ -8,39 +8,28 @@ gnunet\-peerinfo \- Display information about other peers.
8.PP 8.PP
9\fBgnunet\-peerinfo\fP display the known addresses and trust of known peers. 9\fBgnunet\-peerinfo\fP display the known addresses and trust of known peers.
10.SH OPTIONS 10.SH OPTIONS
11.B
12.IP "\-c FILENAME, \-\-config=FILENAME" 11.IP "\-c FILENAME, \-\-config=FILENAME"
13Load config file (default: ~/.config/gnunet.conf) 12Load config file (default: ~/.config/gnunet.conf)
14.B
15.IP "\-g, \-\-get\-hello" 13.IP "\-g, \-\-get\-hello"
16Output HELLO uri(s) 14Output HELLO uri(s)
17.B
18.IP "\-h, \-\-help" 15.IP "\-h, \-\-help"
19Print help page 16Print help page
20.B
21.IP "\-i, \-\-info" 17.IP "\-i, \-\-info"
22List all known peers (and their addresses) 18List all known peers (and their addresses)
23.B
24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 19.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25Set the loglevel 20Set the loglevel
26.B
27.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 21.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
28Log messages to LOGFILE 22Log messages to LOGFILE
29.B
30.IP "\-n, \-\-numeric" 23.IP "\-n, \-\-numeric"
31Disable resolution of IPs to hostnames 24Disable resolution of IPs to hostnames
32.B
33.IP "\-p, \-\-put\-hello=HELLO" 25.IP "\-p, \-\-put\-hello=HELLO"
34Add given HELLO uri to the database 26Add given HELLO uri to the database
35.B
36.IP "\-q, \-\-quiet" 27.IP "\-q, \-\-quiet"
37Do not print anything but the peer identities 28Do not print anything but the peer identities
38.B
39.IP "\-s, \-\-self" 29.IP "\-s, \-\-self"
40Print only our own identity (together with "\-q", this is the exact 30Print only our own identity (together with "\-q", this is the exact
41line that other peers would have to put in to their friends file in 31line that other peers would have to put in to their friends file in
42order to consider this peer one of their friends in F2F mode). 32order to consider this peer one of their friends in F2F mode).
43.B
44.IP "\-v, \-\-version" 33.IP "\-v, \-\-version"
45Print the version number 34Print the version number
46.SH BUGS 35.SH BUGS
diff --git a/doc/man/gnunet-qr.1 b/doc/man/gnunet-qr.1
index 0145a3523..2303c15e0 100644
--- a/doc/man/gnunet-qr.1
+++ b/doc/man/gnunet-qr.1
@@ -9,19 +9,14 @@ gnunet\-qr \- Scan a QR code using a video device and import.
9\fBgnunet\-qr\fP is a command line tool to scan a QR code using a 9\fBgnunet\-qr\fP is a command line tool to scan a QR code using a
10video device and import. 10video device and import.
11.SH OPTIONS 11.SH OPTIONS
12.B
13.IP "\-c FILENAME, \-\-config=FILENAME" 12.IP "\-c FILENAME, \-\-config=FILENAME"
14Use the configuration file FILENAME. 13Use the configuration file FILENAME.
15.B
16.IP "\-d DEVICE, \-\-device=DEVICE" 14.IP "\-d DEVICE, \-\-device=DEVICE"
17Use device DEVICE. 15Use device DEVICE.
18.B
19.IP "\-h, \-\-help" 16.IP "\-h, \-\-help"
20Print short help on options. 17Print short help on options.
21.B
22.IP "\-s, \-\-silent" 18.IP "\-s, \-\-silent"
23Do not show preview windows. 19Do not show preview windows.
24.B
25.IP "\-v, \-\-verbose" 20.IP "\-v, \-\-verbose"
26Be verbose. 21Be verbose.
27.SH BUGS 22.SH BUGS
diff --git a/doc/man/gnunet-resolver.1 b/doc/man/gnunet-resolver.1
index 66f1ba9a8..494131d01 100644
--- a/doc/man/gnunet-resolver.1
+++ b/doc/man/gnunet-resolver.1
@@ -7,23 +7,17 @@ gnunet\-resolver \- build-in GNUnet stub resolver
7.SH DESCRIPTION 7.SH DESCRIPTION
8\fBgnunet\-resolver\fP uses build-in GNUnet stub resolver. 8\fBgnunet\-resolver\fP uses build-in GNUnet stub resolver.
9.SH OPTIONS 9.SH OPTIONS
10.B
11.IP "\-c FILENAME, \-\-config=FILENAME" 10.IP "\-c FILENAME, \-\-config=FILENAME"
12Use the configuration file FILENAME. 11Use the configuration file FILENAME.
13.B
14.IP "\-h, \-\-help" 12.IP "\-h, \-\-help"
15Print short help on options. 13Print short help on options.
16.B
17.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 14.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
18Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 15Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
19ERROR. 16ERROR.
20.B
21.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 17.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
22Configure logging to write logs to LOGFILE. 18Configure logging to write logs to LOGFILE.
23.B
24.IP "\-r, \-\-reverse" 19.IP "\-r, \-\-reverse"
25Perform a reverse lookup. 20Perform a reverse lookup.
26.B
27.IP "\-v, \-\-version" 21.IP "\-v, \-\-version"
28Print GNUnet version number. 22Print GNUnet version number.
29.SH BUGS 23.SH BUGS
diff --git a/doc/man/gnunet-revocation.1 b/doc/man/gnunet-revocation.1
index f21f82612..6fae373e7 100644
--- a/doc/man/gnunet-revocation.1
+++ b/doc/man/gnunet-revocation.1
@@ -28,19 +28,15 @@ expensive. Depending on your CPU, the calculation can take days or
28weeks. 28weeks.
29 29
30.SH OPTIONS 30.SH OPTIONS
31.B
32.IP "\-t KEY, \-\-test=KEY" 31.IP "\-t KEY, \-\-test=KEY"
33Check if the given KEY (ASCII\-encoded public key required) has been 32Check if the given KEY (ASCII\-encoded public key required) has been
34revoked. 33revoked.
35.B
36.IP "\-R NAME, \-\-revoke=NAME" 34.IP "\-R NAME, \-\-revoke=NAME"
37Calculate or perform revocation for the ego with the given NAME. 35Calculate or perform revocation for the ego with the given NAME.
38.B
39.IP "\-p, \-\-perform" 36.IP "\-p, \-\-perform"
40Actually perform the revocation as soon as possible (do not just 37Actually perform the revocation as soon as possible (do not just
41generate a revocation certificate, use it). Must be supplied to 38generate a revocation certificate, use it). Must be supplied to
42actually perform the revocation. 39actually perform the revocation.
43.B
44.IP "\-f NAME, \-\-filename=NAME" 40.IP "\-f NAME, \-\-filename=NAME"
45Use NAME as the name of the file that is to contain the revocation 41Use NAME as the name of the file that is to contain the revocation
46certificate. Intermediate computation results will be stored here, as 42certificate. Intermediate computation results will be stored here, as
@@ -51,17 +47,13 @@ be performed instantly. If the given file contains anything (a valid
51certificate, with or without the completed proof-of-work) there is no 47certificate, with or without the completed proof-of-work) there is no
52need to supply the "\-R" option or to still have the private key of 48need to supply the "\-R" option or to still have the private key of
53the ego to perform the revocation. 49the ego to perform the revocation.
54.B
55.IP "\-c FILENAME, \-\-config=FILENAME" 50.IP "\-c FILENAME, \-\-config=FILENAME"
56Use the configuration file FILENAME. 51Use the configuration file FILENAME.
57.B
58.IP "\-h, \-\-help" 52.IP "\-h, \-\-help"
59Print short help on options. 53Print short help on options.
60.B
61.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 54.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
62Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 55Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
63ERROR. 56ERROR.
64.B
65.IP "\-v, \-\-version" 57.IP "\-v, \-\-version"
66Print GNUnet version number. 58Print GNUnet version number.
67 59
diff --git a/doc/man/gnunet-scalarproduct.1 b/doc/man/gnunet-scalarproduct.1
index 1c8938daf..34d5e4ef0 100644
--- a/doc/man/gnunet-scalarproduct.1
+++ b/doc/man/gnunet-scalarproduct.1
@@ -42,34 +42,26 @@ The protocol by definition relies on \fBAlice\fP and \fBBob\fP being
42benign, thus \fBBob\fP can arbitrarily falsify his information. Both 42benign, thus \fBBob\fP can arbitrarily falsify his information. Both
43peers collaborate to achieve a correct result. 43peers collaborate to achieve a correct result.
44.SH OPTIONS 44.SH OPTIONS
45.B
46.IP "\-e ELEMENTS, \-\-elements=ELEMENTS" 45.IP "\-e ELEMENTS, \-\-elements=ELEMENTS"
47The element-vector the vectorproduct should be computed over in signed 46The element-vector the vectorproduct should be computed over in signed
48decimal form, eg: \"42,1,-3,3,7\". Zero value elements will be automatically masked. 47decimal form, eg: \"42,1,-3,3,7\". Zero value elements will be automatically masked.
49.B
50.IP "\-m MASK, \-\-mask=MASK" 48.IP "\-m MASK, \-\-mask=MASK"
51Elements in the vector can be masked. There must be at least two 49Elements in the vector can be masked. There must be at least two
52elements left in the vector to compute a vectorproduct. Non-Zero 50elements left in the vector to compute a vectorproduct. Non-Zero
53values indicate an element is not maskes. 51values indicate an element is not maskes.
54.B
55.IP "\-k KEY, \-\-key=KEY" 52.IP "\-k KEY, \-\-key=KEY"
56The session key, a shared string of arbitrary length from which the 53The session key, a shared string of arbitrary length from which the
57SID will be generated 54SID will be generated
58.B
59.IP "\-c FILENAME, \-\-config=FILENAME" 55.IP "\-c FILENAME, \-\-config=FILENAME"
60Use the configuration file FILENAME. 56Use the configuration file FILENAME.
61.B
62.IP "\-p PEERID, \-\-peer=PEERID" 57.IP "\-p PEERID, \-\-peer=PEERID"
63The remote peer\'s ASCII-armored gnunet-peer ID as output by 58The remote peer\'s ASCII-armored gnunet-peer ID as output by
64gnunet-peerinfo. If this option is not given, the peer will take the 59gnunet-peerinfo. If this option is not given, the peer will take the
65\fBBob\fP\'s role. 60\fBBob\fP\'s role.
66.B
67.IP "\-h, \-\-help" 61.IP "\-h, \-\-help"
68Print short help on options. 62Print short help on options.
69.B
70.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 63.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
71Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 64Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
72.B
73.IP "\-v, \-\-version" 65.IP "\-v, \-\-version"
74Print GNUnet version number. 66Print GNUnet version number.
75.SH BUGS 67.SH BUGS
diff --git a/doc/man/gnunet-scrypt.1 b/doc/man/gnunet-scrypt.1
index 79da8a263..545af37e9 100644
--- a/doc/man/gnunet-scrypt.1
+++ b/doc/man/gnunet-scrypt.1
@@ -7,31 +7,22 @@ gnunet\-scrypt \- Manipulate GNUnet proof of work files.
7.SH DESCRIPTION 7.SH DESCRIPTION
8\fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof of work files. 8\fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof of work files.
9.SH OPTIONS 9.SH OPTIONS
10.B
11.IP "\-b BITS, \-\-bits=BITS" 10.IP "\-b BITS, \-\-bits=BITS"
12Number of bits to require for the proof of work. 11Number of bits to require for the proof of work.
13.B
14.IP "\-c FILENAME, \-\-config=FILENAME" 12.IP "\-c FILENAME, \-\-config=FILENAME"
15Use the configuration file FILENAME. 13Use the configuration file FILENAME.
16.B
17.IP "\-h, \-\-help" 14.IP "\-h, \-\-help"
18Print short help on options. 15Print short help on options.
19.B
20.IP "\-k FILE, \-\-keyfile=FILE" 16.IP "\-k FILE, \-\-keyfile=FILE"
21File with private key, otherwise default is used. 17File with private key, otherwise default is used.
22.B
23.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 18.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
24Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 19Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
25.B
26.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 20.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
27Configure logging to write logs to LOGFILE. 21Configure logging to write logs to LOGFILE.
28.B
29.IP "\-o FILE, \-\-outfile=FILE" 22.IP "\-o FILE, \-\-outfile=FILE"
30File with proof of work, otherwise default is used. 23File with proof of work, otherwise default is used.
31.B
32.IP "\-t TIME, \-\-timeout=TIME" 24.IP "\-t TIME, \-\-timeout=TIME"
33Time to wait between calculations. 25Time to wait between calculations.
34.B
35.IP "\-v, \-\-version" 26.IP "\-v, \-\-version"
36Print GNUnet version number. 27Print GNUnet version number.
37.SH BUGS 28.SH BUGS
diff --git a/doc/man/gnunet-statistics.1 b/doc/man/gnunet-statistics.1
index e61a8493c..9b5d52ccc 100644
--- a/doc/man/gnunet-statistics.1
+++ b/doc/man/gnunet-statistics.1
@@ -12,37 +12,28 @@ various aspect of GNUnet's operation. This tool only works if the
12gnunet\-statistics can be used to set a value by giving the options 12gnunet\-statistics can be used to set a value by giving the options
13\-n, \-s and also a VALUE. 13\-n, \-s and also a VALUE.
14.SH OPTIONS 14.SH OPTIONS
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME" 15.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME. 16Use the configuration file FILENAME.
18.B
19.IP "\-h, \-\-help" 17.IP "\-h, \-\-help"
20Print short help on options. 18Print short help on options.
21.B
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 19.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 20Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B
25.IP "\-n NAME, \-\-name=NAME" 21.IP "\-n NAME, \-\-name=NAME"
26Each statistic has a name that is unique with in its subsystem. With 22Each statistic has a name that is unique with in its subsystem. With
27this option, the output can be restricted to statistics that have a 23this option, the output can be restricted to statistics that have a
28particular name. 24particular name.
29.B
30.IP "\-p, \-\-persistent" 25.IP "\-p, \-\-persistent"
31When setting a value, make the value persistent. If the value used to 26When setting a value, make the value persistent. If the value used to
32be persistent and this flag is not given, it will be marked as 27be persistent and this flag is not given, it will be marked as
33non\-persistent. 28non\-persistent.
34.B
35.IP "\-s SUBSYSTEM, \-\-subsystem=SUBSYSTEM" 29.IP "\-s SUBSYSTEM, \-\-subsystem=SUBSYSTEM"
36Statistics are kept for various subsystems. With this option, the 30Statistics are kept for various subsystems. With this option, the
37output can be restricted to a particular subsystem only. 31output can be restricted to a particular subsystem only.
38.B
39.IP "\-S SEPARATOR, \-\-csv-separator=SEPARATOR" 32.IP "\-S SEPARATOR, \-\-csv-separator=SEPARATOR"
40Specify a separator for generating csv-output. 33Specify a separator for generating csv-output.
41.B
42.IP "\-t TESTBED_PATH, \-\-subsystem=TESTBED_PATH" 34.IP "\-t TESTBED_PATH, \-\-subsystem=TESTBED_PATH"
43When running testbed, you can get statistics of all peers with specefying the 35When running testbed, you can get statistics of all peers with specefying the
44folder containing the data of all testbed nodes like \fBgnunet\-statistics -t /tmp/testbedARtmQv\fP. 36folder containing the data of all testbed nodes like \fBgnunet\-statistics -t /tmp/testbedARtmQv\fP.
45.B
46.IP "\-v, \-\-version" 37.IP "\-v, \-\-version"
47Print GNUnet version number. 38Print GNUnet version number.
48.SH BUGS 39.SH BUGS
diff --git a/doc/man/gnunet-testbed-profiler.1 b/doc/man/gnunet-testbed-profiler.1
index b1dde99dd..7faacaee4 100644
--- a/doc/man/gnunet-testbed-profiler.1
+++ b/doc/man/gnunet-testbed-profiler.1
@@ -8,33 +8,24 @@ gnunet\-testbed\-profiler \- Profiling driver for the testbed.
8.SH DESCRIPTION 8.SH DESCRIPTION
9\fBgnunet\-testbed\-profiler\fP is a command line profiling driver for the testbed. 9\fBgnunet\-testbed\-profiler\fP is a command line profiling driver for the testbed.
10.SH OPTIONS 10.SH OPTIONS
11.B
12.IP "\-c FILENAME, \-\-config=FILENAME" 11.IP "\-c FILENAME, \-\-config=FILENAME"
13Use the configuration file FILENAME. 12Use the configuration file FILENAME.
14.B
15.IP "\-e COUNT, \-\-num\-errors=COUNT" 13.IP "\-e COUNT, \-\-num\-errors=COUNT"
16Tolerate COUNT number of continious timeout failures. 14Tolerate COUNT number of continious timeout failures.
17.B
18.IP "\-H FILENAME, \-\-hosts=FILENAME" 15.IP "\-H FILENAME, \-\-hosts=FILENAME"
19Name of the file with the login information for the testbed. 16Name of the file with the login information for the testbed.
20.B
21.IP "\-h, \-\-help" 17.IP "\-h, \-\-help"
22Print short help on options. 18Print short help on options.
23.B
24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 19.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 20Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
26.B
27.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 21.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
28Configure logging to write logs to LOGFILE. 22Configure logging to write logs to LOGFILE.
29.B
30.IP "\-n, \-\-non\-interactive" 23.IP "\-n, \-\-non\-interactive"
31Run profiler in non-interactive mode where upon testbed setup the 24Run profiler in non-interactive mode where upon testbed setup the
32profiler does not wait for a keystroke but continues to run until a 25profiler does not wait for a keystroke but continues to run until a
33termination signal is received. 26termination signal is received.
34.B
35.IP "\-p COUNT, \-\-num\-peers=COUNT" 27.IP "\-p COUNT, \-\-num\-peers=COUNT"
36Create COUNT number of peers. 28Create COUNT number of peers.
37.B
38.IP "\-v, \-\-version" 29.IP "\-v, \-\-version"
39Print GNUnet version number. 30Print GNUnet version number.
40.SH BUGS 31.SH BUGS
diff --git a/doc/man/gnunet-testing-run-service.1 b/doc/man/gnunet-testing-run-service.1
index 43fdb8ecf..29e6258de 100644
--- a/doc/man/gnunet-testing-run-service.1
+++ b/doc/man/gnunet-testing-run-service.1
@@ -17,13 +17,10 @@ is restarted with the same configuration.
17This executable is intended to be used by gnunet-java, in order to 17This executable is intended to be used by gnunet-java, in order to
18reliably start and stop services for test cases. 18reliably start and stop services for test cases.
19.SH OPTIONS 19.SH OPTIONS
20.B
21.IP "\-c FILENAME, \-\-config=FILENAME" 20.IP "\-c FILENAME, \-\-config=FILENAME"
22Name of the template configuration file to use (optional). 21Name of the template configuration file to use (optional).
23.B
24.IP "\-h, \-\-help" 22.IP "\-h, \-\-help"
25Print short help on options. 23Print short help on options.
26.B
27.IP "\-s SERVICE, \-\-service=SERVICE" 24.IP "\-s SERVICE, \-\-service=SERVICE"
28Name of the service to run. 25Name of the service to run.
29.SH BUGS 26.SH BUGS
diff --git a/doc/man/gnunet-testing.1 b/doc/man/gnunet-testing.1
index 357d0df44..8c5a1f208 100644
--- a/doc/man/gnunet-testing.1
+++ b/doc/man/gnunet-testing.1
@@ -9,34 +9,24 @@ gnunet\-testing \- Command line tool to access the testing library.
9\fBgnunet\-testing\fP is a command line tool to access the testing 9\fBgnunet\-testing\fP is a command line tool to access the testing
10library. 10library.
11.SH OPTIONS 11.SH OPTIONS
12.B
13.IP "\-C, \-\-cfg" 12.IP "\-C, \-\-cfg"
14Create unique configuration files. 13Create unique configuration files.
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME" 14.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME. 15Use the configuration file FILENAME.
18.B
19.IP "\-H, \-\-hostkeys" 16.IP "\-H, \-\-hostkeys"
20Host key file. 17Host key file.
21.B
22.IP "\-h, \-\-help" 18.IP "\-h, \-\-help"
23Print short help on options. 19Print short help on options.
24.B
25.IP "\-k, \-\-key" 20.IP "\-k, \-\-key"
26Create hostkey files from pre-computed hostkey list. 21Create hostkey files from pre-computed hostkey list.
27.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
30.B
31.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 24.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
32Configure logging to write logs to LOGFILE. 25Configure logging to write logs to LOGFILE.
33.B
34.IP "\-n, \-\-number" 26.IP "\-n, \-\-number"
35Number of unique configuration files or hostkeys to create. 27Number of unique configuration files or hostkeys to create.
36.B
37.IP "\-t, \-\-template" 28.IP "\-t, \-\-template"
38Configuration template. 29Configuration template.
39.B
40.IP "\-v, \-\-version" 30.IP "\-v, \-\-version"
41Print GNUnet version number. 31Print GNUnet version number.
42.SH BUGS 32.SH BUGS
diff --git a/doc/man/gnunet-unindex.1 b/doc/man/gnunet-unindex.1
index 6aee4f62e..580bdb4c2 100644
--- a/doc/man/gnunet-unindex.1
+++ b/doc/man/gnunet-unindex.1
@@ -28,7 +28,6 @@ You can only unindex files that you indexed and that you still have
28available locally in full. You should use gnunet\-unindex on files 28available locally in full. You should use gnunet\-unindex on files
29that you indexed (not inserted) and that you are going to delete or 29that you indexed (not inserted) and that you are going to delete or
30move locally. 30move locally.
31.TP
32.SH FILES 31.SH FILES
33.TP 32.TP
34~/.config/gnunet.conf 33~/.config/gnunet.conf
diff --git a/doc/man/gnunet-uri.1 b/doc/man/gnunet-uri.1
index 2fe1a05d2..5121fc5c8 100644
--- a/doc/man/gnunet-uri.1
+++ b/doc/man/gnunet-uri.1
@@ -11,16 +11,12 @@ and thus the specific tool to handle the URI depends on the subsystem.
11gnunet\-uri will determine the correct tool (by looking for SUBSYSTEM 11gnunet\-uri will determine the correct tool (by looking for SUBSYSTEM
12in the configuration section "uri") and invoke it. 12in the configuration section "uri") and invoke it.
13.SH OPTIONS 13.SH OPTIONS
14.B
15.IP "\-c FILENAME, \-\-config=FILENAME" 14.IP "\-c FILENAME, \-\-config=FILENAME"
16Use the configuration file FILENAME. 15Use the configuration file FILENAME.
17.B
18.IP "\-h, \-\-help" 16.IP "\-h, \-\-help"
19Print short help on options. 17Print short help on options.
20.B
21.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 18.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
22Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 19Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
23.B
24.IP "\-v, \-\-version" 20.IP "\-v, \-\-version"
25Print GNUnet version number. 21Print GNUnet version number.
26.SH BUGS 22.SH BUGS
diff --git a/doc/man/gnunet-vpn.1 b/doc/man/gnunet-vpn.1
index ddb53a7bd..76ce52cb4 100644
--- a/doc/man/gnunet-vpn.1
+++ b/doc/man/gnunet-vpn.1
@@ -23,56 +23,43 @@ The tool will display the IP address for this end of the tunnel.
23The address can be displayed as soon as it has been allocated, or only 23The address can be displayed as soon as it has been allocated, or only
24after ("\-a") the tunnel has been created. 24after ("\-a") the tunnel has been created.
25.SH OPTIONS 25.SH OPTIONS
26.B
27.IP "\-4, \-\-ipv4" 26.IP "\-4, \-\-ipv4"
28Desired IP address on this end of the tunnel should be an IPv4 address. 27Desired IP address on this end of the tunnel should be an IPv4 address.
29.B
30.IP "\-6, \-\-ipv6" 28.IP "\-6, \-\-ipv6"
31Desired IP address on this end of the tunnel should be an IPv6 address. 29Desired IP address on this end of the tunnel should be an IPv6 address.
32.B
33.IP "\-c FILENAME, \-\-config=FILENAME" 30.IP "\-c FILENAME, \-\-config=FILENAME"
34Use the configuration file FILENAME. 31Use the configuration file FILENAME.
35.B
36.IP "\-d TIME, \-\-duration TIME" 32.IP "\-d TIME, \-\-duration TIME"
37The mapping should be established for TIME. 33The mapping should be established for TIME.
38The value given must be a number followed by a space and a time unit, 34The value given must be a number followed by a space and a time unit,
39for example "500 ms". 35for example "500 ms".
40Note that the quotes are required on the shell. 36Note that the quotes are required on the shell.
41Default is 5 minutes. 37Default is 5 minutes.
42.B
43.IP "\-h, \-\-help" 38.IP "\-h, \-\-help"
44Print short help on options. 39Print short help on options.
45.B
46.IP "\-i IP, \-\-ip IP" 40.IP "\-i IP, \-\-ip IP"
47Tunnel should be to an exit node and connect to the given IPv4 or IPv6 41Tunnel should be to an exit node and connect to the given IPv4 or IPv6
48IP address. 42IP address.
49Note that you can specify an IPv6 address as the target here, even in 43Note that you can specify an IPv6 address as the target here, even in
50combination with "\-4" (4to6) and similarly you can specify an IPv4 44combination with "\-4" (4to6) and similarly you can specify an IPv4
51address in combination with "\-6" (6to4). 45address in combination with "\-6" (6to4).
52.B
53.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 46.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
54Use LOGLEVEL for logging. 47Use LOGLEVEL for logging.
55Valid values are DEBUG, INFO, WARNING and ERROR. 48Valid values are DEBUG, INFO, WARNING and ERROR.
56.B
57.IP "\-p PEERID, \-\-peer=PEERID" 49.IP "\-p PEERID, \-\-peer=PEERID"
58Name of the peer offering the service to connect to. 50Name of the peer offering the service to connect to.
59Cannot be used in conjunction with "\-i", requires "\-s". 51Cannot be used in conjunction with "\-i", requires "\-s".
60.B
61.IP "\-s NAME, \-\-service=NAME" 52.IP "\-s NAME, \-\-service=NAME"
62Name of the service running on the target peer. 53Name of the service running on the target peer.
63Cannot be used in conjunction with "\-i", requires "\-p". 54Cannot be used in conjunction with "\-i", requires "\-p".
64.B
65.IP "\-t, \-\-tcp" 55.IP "\-t, \-\-tcp"
66Service runs TCP. 56Service runs TCP.
67Either "\-t" or "\-u" must be specified when using "\-s". 57Either "\-t" or "\-u" must be specified when using "\-s".
68.B
69.IP "\-u, \-\-udp" 58.IP "\-u, \-\-udp"
70Service runs UDP. 59Service runs UDP.
71Either "\-t" or "\-u" must be specified when using "\-s". 60Either "\-t" or "\-u" must be specified when using "\-s".
72.B
73.IP "\-V, \-\-verbose" 61.IP "\-V, \-\-verbose"
74Be verbose. 62Be verbose.
75.B
76.IP "\-v, \-\-version" 63.IP "\-v, \-\-version"
77Print GNUnet version number. 64Print GNUnet version number.
78.SH BUGS 65.SH BUGS