diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-15 20:03:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-15 20:03:18 +0000 |
commit | 378601602ff014a0a9e4ba4abfba3e7019cb1143 (patch) | |
tree | da991d15f503812a6105aabfc48faea47b2bb41f | |
parent | b5290908f7ee34c85d197c5382a194f18f06f0f2 (diff) | |
download | gnunet-gtk-378601602ff014a0a9e4ba4abfba3e7019cb1143.tar.gz gnunet-gtk-378601602ff014a0a9e4ba4abfba3e7019cb1143.zip |
add manpage for gnunet-identity-gtk
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/gnunet-identity-gtk.1 | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 23535d27..5d163430 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -2,6 +2,7 @@ SUBDIRS = . doxygen | |||
2 | 2 | ||
3 | man_MANS = \ | 3 | man_MANS = \ |
4 | gnunet-fs-gtk.1 \ | 4 | gnunet-fs-gtk.1 \ |
5 | gnunet-identity-gtk.1 \ | ||
5 | gnunet-setup.1 \ | 6 | gnunet-setup.1 \ |
6 | gnunet-peerinfo-gtk.1 \ | 7 | gnunet-peerinfo-gtk.1 \ |
7 | gnunet-statistics-gtk.1 | 8 | gnunet-statistics-gtk.1 |
diff --git a/doc/gnunet-identity-gtk.1 b/doc/gnunet-identity-gtk.1 new file mode 100644 index 00000000..dcdb236d --- /dev/null +++ b/doc/gnunet-identity-gtk.1 | |||
@@ -0,0 +1,29 @@ | |||
1 | .TH GNUNET-IDENTITY-GTK "1" "15 Sep 2013" "GNUnet" | ||
2 | .SH NAME | ||
3 | gnunet\-identity\-gtk \- a gtk interface for managing egos | ||
4 | .SH SYNOPSIS | ||
5 | .B gnunet\-identity\-gtk | ||
6 | [\fIOPTIONS\fR] | ||
7 | .SH DESCRIPTION | ||
8 | .PP | ||
9 | gnunet\-identity\-gtk is a gtk+ based GUI for managing your egos. Egos are used in GNUnet for zones in the GNU name system and for namespaces in file\-sharing. There might be other uses for egos in the future. An ego is essentially a private key which represents a pseudonym (or alter ego) of a user. A user can performs actions under an ego that can be related back to the respective pseudonym (public key of the ego). | ||
10 | .TP | ||
11 | \fB\-h\fR, \fB\-\-help\fR | ||
12 | print help page | ||
13 | .TP | ||
14 | \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR | ||
15 | load config file (default: ~/.gnunet/gnunet.conf) | ||
16 | .TP | ||
17 | \fB\-t, \fB\-\-tray\fR | ||
18 | start with main window minimized (only put icon in tray) | ||
19 | .TP | ||
20 | \fB\-v\fR, \fB\-\-version\fR | ||
21 | print the version number | ||
22 | .SH FILES | ||
23 | .TP | ||
24 | ~/.gnunet/gnunet.conf | ||
25 | User's GNUnet configuration file | ||
26 | .SH "REPORTING BUGS" | ||
27 | Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> | ||
28 | .SH "SEE ALSO" | ||
29 | \fBgnunet\-identity\fP(1) | ||