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.133
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/man/gnunet-conversation.1 b/doc/man/gnunet-conversation.1
index 62909224d..709cbed72 100644
--- a/doc/man/gnunet-conversation.1
+++ b/doc/man/gnunet-conversation.1
@@ -26,38 +26,37 @@
26.Os 26.Os
27.Sh NAME 27.Sh NAME
28.Nm gnunet-conversation 28.Nm gnunet-conversation
29.Nd 29.Nd have a conversation with your peers
30have a conversation with your peers
31.Sh SYNOPSIS 30.Sh SYNOPSIS
32.Nm 31.Nm
33.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 32.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl e Ar NAME | Fl \-ego= Ns Ar NAME 33.Op Fl e Ar NAME | Fl -ego= Ns Ar NAME
35.Op Fl h | \-help 34.Op Fl h | -help
36.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 35.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
37.Op Fl p Ar LINE | Fl \-phone= Ns Ar LINE 36.Op Fl p Ar LINE | Fl -phone= Ns Ar LINE
38.Op Fl v | \-version 37.Op Fl v | -version
39.Ao Ar URI Ac 38.Ao Ar URI Ac
40.Sh DESCRIPTION 39.Sh DESCRIPTION
41.Nm 40.Nm
42can be used to have a conversation with other GNUnet users. 41can be used to have a conversation with other GNUnet users.
43You can make calls and receive incoming calls. 42You can make calls and receive incoming calls.
44You need to setup an ego using gnunet\-identity first. 43You need to setup an ego using gnunet-identity first.
45For others to be able to call you, you must add a PHONE record to your zone in the GNU Name System (using gnunet\-namestore). 44For others to be able to call you, you must add a PHONE record to your zone in the GNU Name System (using gnunet-namestore).
46gnunet\-conversation has an interactive help system via the /help command. 45gnunet-conversation has an interactive help system via the /help command.
47.Bl -tag -width indent 46.Bl -tag -width indent
48.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 47.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
49Use the configuration file FILENAME. 48Use the configuration file FILENAME.
50.It Fl e Ar NAME | Fl \-ego= Ns Ar NAME 49.It Fl e Ar NAME | Fl -ego= Ns Ar NAME
51Specifies the NAME of the ego to use (for caller ID). 50Specifies the NAME of the ego to use (for caller ID).
52.It Fl h | \-help 51.It Fl h | -help
53Print short help on options. 52Print short help on options.
54.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 53.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
55Use LOGLEVEL for logging. 54Use LOGLEVEL for logging.
56Valid values are DEBUG, INFO, WARNING and ERROR. 55Valid values are DEBUG, INFO, WARNING and ERROR.
57.It Fl p Ar LINE | Fl \-phone= Ns Ar LINE 56.It Fl p Ar LINE | Fl -phone= Ns Ar LINE
58Optional argument that can be used to specify the phone LINE to be used with the conversation service. 57Optional argument that can be used to specify the phone LINE to be used with the conversation service.
59The default LINE is zero, which should be fine for most users. 58The default LINE is zero, which should be fine for most users.
60.It Fl v | \-version 59.It Fl v | -version
61Print GNUnet version number. 60Print GNUnet version number.
62.El 61.El
63.\".Sh EXAMPLES 62.\".Sh EXAMPLES