aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-30 21:53:46 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-30 21:53:46 +0000
commit8bf2952c875e9b5660ca6b27b8ec09d8682b34d0 (patch)
treeeaf16afedde5df659234a5aaf44e5e828f363617 /doc
parent6b671ee2e7473536db1c9a0215b47f460d0fce88 (diff)
downloadgnunet-8bf2952c875e9b5660ca6b27b8ec09d8682b34d0.tar.gz
gnunet-8bf2952c875e9b5660ca6b27b8ec09d8682b34d0.zip
Adding man pages from Bertrand Marc. Thanks!
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am4
-rw-r--r--doc/man/gnunet-qr.132
-rw-r--r--doc/man/gnunet-scrypt.144
-rw-r--r--doc/man/gnunet-testbed-profiler.144
4 files changed, 124 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 6bc86cebf..b6d9a4a18 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -3,6 +3,7 @@ man_MANS = \
3 gnunet-arm.1 \ 3 gnunet-arm.1 \
4 gnunet-ats.1 \ 4 gnunet-ats.1 \
5 gnunet-auto-share.1 \ 5 gnunet-auto-share.1 \
6 gnunet-bcd.1 \
6 gnunet-config.1 \ 7 gnunet-config.1 \
7 gnunet-core.1 \ 8 gnunet-core.1 \
8 gnunet-conversation.1 \ 9 gnunet-conversation.1 \
@@ -25,11 +26,14 @@ man_MANS = \
25 gnunet-nat-server.1 \ 26 gnunet-nat-server.1 \
26 gnunet-peerinfo.1 \ 27 gnunet-peerinfo.1 \
27 gnunet-publish.1 \ 28 gnunet-publish.1 \
29 gnunet-qr.1 \
28 gnunet-resolver.1 \ 30 gnunet-resolver.1 \
29 gnunet-revocation.1 \ 31 gnunet-revocation.1 \
30 gnunet-scalarproduct.1 \ 32 gnunet-scalarproduct.1 \
33 gnunet-scrypt.1 \
31 gnunet-search.1 \ 34 gnunet-search.1 \
32 gnunet-statistics.1 \ 35 gnunet-statistics.1 \
36 gnunet-testbed-profiler.1 \
33 gnunet-testing-run-service.1 \ 37 gnunet-testing-run-service.1 \
34 gnunet-transport.1 \ 38 gnunet-transport.1 \
35 gnunet-transport-certificate-creation.1 \ 39 gnunet-transport-certificate-creation.1 \
diff --git a/doc/man/gnunet-qr.1 b/doc/man/gnunet-qr.1
new file mode 100644
index 000000000..6c3261d02
--- /dev/null
+++ b/doc/man/gnunet-qr.1
@@ -0,0 +1,32 @@
1.TH GNUNET\-QR 1 "Sep 13, 2014" "GNUnet"
2
3.SH NAME
4gnunet\-qr \- Scan a QR code using a video device and import.
5
6.SH SYNOPSIS
7.B gnunet\-qr
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-qr\fP is a command line tool to scan a QR code using a video device and import.
13
14.SH OPTIONS
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME.
18.B
19.IP "\-d DEVICE, \-\-device=DEVICE"
20Use device DEVICE.
21.B
22.IP "\-h, \-\-help"
23Print short help on options.
24.B
25.IP "\-s, \-\-silent"
26Do not show preview windows.
27.B
28.IP "\-v, \-\-verbose"
29Be verbose.
30
31.SH BUGS
32Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
diff --git a/doc/man/gnunet-scrypt.1 b/doc/man/gnunet-scrypt.1
new file mode 100644
index 000000000..3b11ca52e
--- /dev/null
+++ b/doc/man/gnunet-scrypt.1
@@ -0,0 +1,44 @@
1.TH GNUNET\-SCRYPT 1 "Sep 13, 2014" "GNUnet"
2
3.SH NAME
4gnunet\-scrypt \- Manipulate GNUnet proof of work files.
5
6.SH SYNOPSIS
7.B gnunet\-scrypt
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof of work files.
13
14.SH OPTIONS
15.B
16.IP "\-b BITS, \-\-bits=BITS"
17Number of bits to require for the proof of work.
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME.
21.B
22.IP "\-h, \-\-help"
23Print short help on options.
24.B
25.IP "\-k FILE, \-\-keyfile=FILE"
26File with private key, otherwise default is used.
27.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
30.B
31.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
32Configure logging to write logs to LOGFILE.
33.B
34.IP "\-o FILE, \-\-outfile=FILE"
35File with proof of work, otherwise default is used.
36.B
37.IP "\-t TIME, \-\-timeout=TIME"
38Time to wait between calculations.
39.B
40.IP "\-v, \-\-version"
41Print GNUnet version number.
42
43.SH BUGS
44Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
diff --git a/doc/man/gnunet-testbed-profiler.1 b/doc/man/gnunet-testbed-profiler.1
new file mode 100644
index 000000000..3911085f2
--- /dev/null
+++ b/doc/man/gnunet-testbed-profiler.1
@@ -0,0 +1,44 @@
1.TH GNUNET\-TESTBED\-PROFILER 1 "Sep 13, 2014" "GNUnet"
2
3.SH NAME
4gnunet\-testbed\-profiler \- Profiling driver for the testbed.
5
6.SH SYNOPSIS
7.B gnunet\-testbed\-profiler
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-testbed\-profiler\fP is a command line profiling driver for the testbed.
13
14.SH OPTIONS
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME.
18.B
19.IP "\-e COUNT, \-\-num\-errors=COUNT"
20Tolerate COUNT number of continious timeout failures.
21.B
22.IP "\-H FILENAME, \-\-hosts=FILENAME"
23Name of the file with the login information for the testbed.
24.B
25.IP "\-h, \-\-help"
26Print short help on options.
27.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
30.B
31.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
32Configure logging to write logs to LOGFILE.
33.B
34.IP "\-n, \-\-non\-interactive"
35Run profiler in non-interactive mode where upon testbed setup the profiler does not wait for a keystroke but continues to run until a termination signal is received.
36.B
37.IP "\-p COUNT, \-\-num\-peers=COUNT"
38Create COUNT number of peers.
39.B
40.IP "\-v, \-\-version"
41Print GNUnet version number.
42
43.SH BUGS
44Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>