aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am5
-rw-r--r--doc/man/gnunet-gns-import.117
-rw-r--r--doc/man/gnunet-resolver.115
-rw-r--r--doc/man/gnunet-testing-run-service.130
-rw-r--r--doc/man/gnunet-testing.147
-rw-r--r--doc/man/gnunet-transport-certificate-creation.119
6 files changed, 125 insertions, 8 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 0154229e3..7417b3fb5 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -15,19 +15,24 @@ man_MANS = \
15 gnunet-ecc.1 \ 15 gnunet-ecc.1 \
16 gnunet-fs.1 \ 16 gnunet-fs.1 \
17 gnunet-gns.1 \ 17 gnunet-gns.1 \
18 gnunet-gns-import.1 \
18 gnunet-gns-proxy.1 \ 19 gnunet-gns-proxy.1 \
19 gnunet-identity.1 \ 20 gnunet-identity.1 \
21 gnunet-mesh.1 \
20 gnunet-namecache.1 \ 22 gnunet-namecache.1 \
21 gnunet-namestore.1 \ 23 gnunet-namestore.1 \
22 gnunet-namestore-fcfsd.1 \ 24 gnunet-namestore-fcfsd.1 \
23 gnunet-nat-server.1 \ 25 gnunet-nat-server.1 \
24 gnunet-peerinfo.1 \ 26 gnunet-peerinfo.1 \
25 gnunet-publish.1 \ 27 gnunet-publish.1 \
28 gnunet-resolver.1 \
26 gnunet-revocation.1 \ 29 gnunet-revocation.1 \
27 gnunet-scalarproduct.1 \ 30 gnunet-scalarproduct.1 \
28 gnunet-search.1 \ 31 gnunet-search.1 \
29 gnunet-statistics.1 \ 32 gnunet-statistics.1 \
33 gnunet-testing-run-service.1 \
30 gnunet-transport.1 \ 34 gnunet-transport.1 \
35 gnunet-transport-certificate-creation.1 \
31 gnunet-unindex.1 \ 36 gnunet-unindex.1 \
32 gnunet-uri.1 \ 37 gnunet-uri.1 \
33 gnunet-vpn.1 38 gnunet-vpn.1
diff --git a/doc/man/gnunet-gns-import.1 b/doc/man/gnunet-gns-import.1
new file mode 100644
index 000000000..f90f7f375
--- /dev/null
+++ b/doc/man/gnunet-gns-import.1
@@ -0,0 +1,17 @@
1.TH GNUNET\-GNS\-IMPORT 1 "Jan 31, 2014" "GNUnet"
2
3.SH NAME
4gnunet\-gns\-import \- import some GNS authorities into your GNS namestore
5
6.SH SYNOPSIS
7.B gnunet\-gns\-import
8.br
9
10.SH DESCRIPTION
11\fBgnunet\-gns\-import\fP calls gnunet-namestore to fetch some GNS authorities into your GNS namestore.
12
13.SH BUGS
14Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
15
16.SH SEE ALSO
17gnunet\-gns(1), gnunet\-namestore(1)
diff --git a/doc/man/gnunet-resolver.1 b/doc/man/gnunet-resolver.1
index 0666f65df..0c314bc66 100644
--- a/doc/man/gnunet-resolver.1
+++ b/doc/man/gnunet-resolver.1
@@ -1,15 +1,15 @@
1.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-resolver \- perform DNS resolution using GNUnet resolver service 4gnunet\-resolver \- build-in GNUnet stub resolver
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-resolver 7.B gnunet\-resolver
8.RI [ options ] HOSTNAME 8.RI [ options ] [ hostname ]
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-resolver\fP can be used to lookup the IP address(es) for a hostname or the hostname for an IP address. gnunet\-resolver uses the GNUnet service infrastructure to do this, but otherwise does nothing special. 12\fBgnunet\-resolver\fP uses build-in GNUnet stub resolver.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -22,15 +22,14 @@ Print short help on options.
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B 24.B
25.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
26Configure logging to write logs to LOGFILE.
27.B
25.IP "\-r, \-\-reverse" 28.IP "\-r, \-\-reverse"
26Perform a reverse lookup. 29Perform a reverse lookup.
27.B 30.B
28.IP "\-v, \-\-version" 31.IP "\-v, \-\-version"
29Print GNUnet version number. 32Print GNUnet version number.
30 33
31
32.SH BUGS 34.SH BUGS
33Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 35Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
34
35.SH SEE ALSO
36gnunet\-transport(1), nslookup(1)
diff --git a/doc/man/gnunet-testing-run-service.1 b/doc/man/gnunet-testing-run-service.1
new file mode 100644
index 000000000..7df698225
--- /dev/null
+++ b/doc/man/gnunet-testing-run-service.1
@@ -0,0 +1,30 @@
1.TH GNUNET\-TESTING\-RUN\-SERVICE 1 "Aug 25, 2013" "GNUnet"
2
3.SH NAME
4gnunet\-testing\-run\-service \- Command line tool to start a service for testing.
5
6.SH SYNOPSIS
7.B gnunet\-testing\-run\-service
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-testing\-run\-service\fP is a command line tool to start a service for testing. It starts a peer, running only the service specified on the command line, outputs the path to the temporary configuration file to stdout.
13
14The peer will run until this program is killed, or stdin is closed. When reading the character 'r' from stdin, the running service is restarted with the same configuration.
15
16This executable is intended to be used by gnunet-java, in order to reliably start and stop services for test cases.
17
18.SH OPTIONS
19.B
20.IP "\-c FILENAME, \-\-config=FILENAME"
21Name of the template configuration file to use (optional).
22.B
23.IP "\-h, \-\-help"
24Print short help on options.
25.B
26.IP "\-s SERVICE, \-\-service=SERVICE"
27Name of the service to run.
28
29.SH BUGS
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
diff --git a/doc/man/gnunet-testing.1 b/doc/man/gnunet-testing.1
new file mode 100644
index 000000000..82ea62e71
--- /dev/null
+++ b/doc/man/gnunet-testing.1
@@ -0,0 +1,47 @@
1.TH GNUNET\-TESTING 1 "Jan 4, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-testing \- Command line tool to access the testing library.
5
6.SH SYNOPSIS
7.B gnunet\-testing
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-testing\fP is a command line tool to access the testing library.
13
14.SH OPTIONS
15.B
16.IP "\-C, \-\-cfg"
17Create unique configuration files.
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME.
21.B
22.IP "\-H, \-\-hostkeys"
23Host key file.
24.B
25.IP "\-h, \-\-help"
26Print short help on options.
27.B
28.IP "\-k, \-\-key"
29Create hostkey files from pre-computed hostkey list.
30.B
31.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
32Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
33.B
34.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
35Configure logging to write logs to LOGFILE.
36.B
37.IP "\-n, \-\-number"
38Number of unique configuration files or hostkeys to create.
39.B
40.IP "\-t, \-\-template"
41Configuration template.
42.B
43.IP "\-v, \-\-version"
44Print GNUnet version number.
45
46.SH BUGS
47Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
diff --git a/doc/man/gnunet-transport-certificate-creation.1 b/doc/man/gnunet-transport-certificate-creation.1
new file mode 100644
index 000000000..89df87f4b
--- /dev/null
+++ b/doc/man/gnunet-transport-certificate-creation.1
@@ -0,0 +1,19 @@
1.TH GNUNET\-TRANSPORT\-CERTIFICATE\-CREATION 1 "Jan 31, 2014" "GNUnet"
2
3.SH NAME
4gnunet\-transport\-certificate\-creation \- create certificate for HTTPS transport
5
6.SH SYNOPSIS
7.B gnunet\-transport\-certificate\-creation
8.I privatekey certificate
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-transport\-certificate\-creation\fP uses openssl to generate a RSA
13private key and then a self-signed certificate for HTTPS transport.
14
15.SH BUGS
16Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
17
18.SH SEE ALSO
19gnunet\-transport(1)