aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-testing.197
1 files changed, 55 insertions, 42 deletions
diff --git a/doc/man/gnunet-testing.1 b/doc/man/gnunet-testing.1
index 8c5a1f208..e0254d2d8 100644
--- a/doc/man/gnunet-testing.1
+++ b/doc/man/gnunet-testing.1
@@ -1,55 +1,68 @@
1.TH GNUNET\-TESTING 1 "January 4, 2012" "GNUnet" 1.Dd January 4, 2012
2.SH NAME 2.Dt GNUNET-TESTING 1
3gnunet\-testing \- Command line tool to access the testing library. 3.Sh NAME
4.SH SYNOPSIS 4.Nm gnunet-testing
5.B gnunet\-testing 5.Nd
6.RI [ options ] 6command line tool to access the testing library
7.br 7.Sh SYNOPSIS
8.SH DESCRIPTION 8.Nm
9\fBgnunet\-testing\fP is a command line tool to access the testing 9.Op Fl C | \-cfg
10library. 10.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
11.SH OPTIONS 11.Op Fl H | \-hostkeys
12.IP "\-C, \-\-cfg" 12.Op Fl h | \-help
13.Op Fl k | \-key
14.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
15.Op Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOFILE
16.Op Fl n | \-number
17.Op Fl t | \-template
18.Op Fl v | \-version
19.Sh DESCRIPTION
20.Nm
21is a command line tool to access the testing library.
22.Sh OPTIONS
23.Bl -tag -width Ds
24.It Fl C | \-cfg
13Create unique configuration files. 25Create unique configuration files.
14.IP "\-c FILENAME, \-\-config=FILENAME" 26.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
15Use the configuration file FILENAME. 27Use the configuration file FILENAME.
16.IP "\-H, \-\-hostkeys" 28.It Fl H | \-hostkeys
17Host key file. 29Host key file.
18.IP "\-h, \-\-help" 30.It Fl h | \-help
19Print short help on options. 31Print short help on options.
20.IP "\-k, \-\-key" 32.It Fl k | \-key
21Create hostkey files from pre-computed hostkey list. 33Create hostkey files from pre-computed hostkey list.
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 34.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 36.It Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOFILE
25Configure logging to write logs to LOGFILE. 37Configure logging to write logs to LOGFILE.
26.IP "\-n, \-\-number" 38.It Fl n | \-number
27Number of unique configuration files or hostkeys to create. 39Number of unique configuration files or hostkeys to create.
28.IP "\-t, \-\-template" 40.It Fl t | \-template
29Configuration template. 41Configuration template.
30.IP "\-v, \-\-version" 42.It Fl v | \-version
31Print GNUnet version number. 43Print GNUnet version number.
32.SH BUGS 44.El
33Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending 45.Sh SEE ALSO
34electronic mail to <gnunet\-developers@gnu.org> 46The full documentation for gnunet is maintained as a Texinfo manual.
35.SH SEE ALSO
36The full documentation for
37.B gnunet
38is maintained as a Texinfo manual.
39If the 47If the
40.B info 48.Xr info 1
41and 49and gnunet programs are properly installed at your site, the command
42.B gnunet 50.Pp
43programs are properly installed at your site, the command 51.Dl info gnunet
44.IP 52.Pp
45.B info gnunet
46.PP
47should give you access to the complete handbook, 53should give you access to the complete handbook,
48.IP 54.Pp
49.B info gnunet-c-tutorial 55.Dl info gnunet-c-tutorial
50.PP 56.Pp
51will give you access to a tutorial for developers. 57will give you access to a tutorial for developers.
52.PP 58.sp
53Depending on your installation, this information is also 59Depending on your installation, this information is also available in
54available in 60.Xr gnunet 7 and
55\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 61.Xr gnunet-c-tutorial 7 .
62.\".Sh HISTORY
63.\".Sh AUTHORS
64.Sh BUGS
65Report bugs by using
66.Lk https://bugs.gnunet.org
67or by sending electronic mail to
68.Aq Mt gnunet-developers@gnu.org .