doc/man/5,1: in SEE ALSO mention that the main documentation is maintained in texinfo...
[oweals/gnunet.git] / doc / man / gnunet-core.1
1 .TH gnunet\-core "1" "11 Apr 2014" "GNUnet"
2 .SH NAME
3 gnunet\-core \- monitor CORE subsystem
4
5 .SH SYNOPSIS
6 .B gnunet\-core
7 [\fIOPTIONS\fR]
8 .SH DESCRIPTION
9 .PP
10
11 gnunet\-core is a tool to access various functions of GNUnet's core subsystem
12 from the command\-line.  The only function right now is to monitor the status
13 of peers known to the CORE service.
14
15 .TP
16 \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
17 configuration file to use
18 .TP
19 \fB\-h\fR, \fB\-\-help\fR
20 print help page
21 .TP
22 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
23 Change the loglevel.  Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
24 .TP
25 \fB\-m\fR, \fB\-\-monitor\fR
26 in monitor mode, gnunet\-core will continuously print the connection status,
27 instead of giving just a snapshot
28 .TP
29 \fB\-v\fR, \fB\-\-version\fR
30 print the version number
31 .TP
32 \fB\-V\fR, \fB\-\-verbose\fR
33 be verbose
34
35 .SH NOTES
36
37
38 .SH "REPORTING BUGS"
39 Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
40
41 .SH "SEE ALSO"
42 \fBgnunet\-transport\fP(1)
43 The full documentation for
44 .B gnunet
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B gnunet
49 programs are properly installed at your site, the command
50 .IP
51 .B info gnunet
52 .PP
53 should give you access to the complete handbook,
54 .IP
55 .B info gnunet-c-tutorial
56 .PP
57 will give you access to a tutorial for developers.
58 .PP
59 Depending on your installation, this information is also
60 available in
61 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).