doc/man/5,1: in SEE ALSO mention that the main documentation is maintained in texinfo...
[oweals/gnunet.git] / doc / man / gnunet-conversation.1
1 .TH GNUNET\-CONVERSATION 1 "Oct 5, 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-conversation \- have a conversation with your peers
5
6 .SH SYNOPSIS
7 .B gnunet\-conversation \-e NAME [OPTIONS]
8 .RI URI
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-conversation\fP can be used to have a conversation with other GNUnet
13 users.  You can make calls and receive incoming calls.  You need to setup an
14 ego using gnunet\-identity first.  For others to be able to call you, you must
15 add a PHONE record to your zone in the GNU Name System (using gnunet\-namestore).
16 gnunet\-conversation has an interactive help system via the /help command.
17
18 .SH OPTIONS
19 .B
20 .IP "\-c FILENAME,  \-\-config=FILENAME"
21 Use the configuration file FILENAME.
22 .B
23 .IP "\-e NAME,  \-\-ego=NAME"
24 Specifies the NAME of the ego to use (for caller ID).
25 .B
26 .IP "\-h, \-\-help"
27 Print short help on options.
28 .B
29 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
30 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
31 .B
32 .IP "\-p LINE,  \-\-phone=LINE"
33 Optional argument that can be used to specify the phone LINE to be used with
34 the conversation service.  The default LINE is zero, which should be fine
35 for most users.
36 .B
37 .IP "\-v, \-\-version"
38 Print GNUnet version number.
39
40
41 .SH BUGS
42 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
43
44 .SH "SEE ALSO"
45 \fBgnunet\-identity\fP(1), \fBgnunet\-namestore\fP(1), \fBgnunet\-gns\fP(1)
46 The full documentation for
47 .B gnunet
48 is maintained as a Texinfo manual.  If the
49 .B info
50 and
51 .B gnunet
52 programs are properly installed at your site, the command
53 .IP
54 .B info gnunet
55 .PP
56 should give you access to the complete handbook,
57 .IP
58 .B info gnunet-c-tutorial
59 .PP
60 will give you access to a tutorial for developers.
61 .PP
62 Depending on your installation, this information is also
63 available in
64 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).