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