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