diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-25 19:09:10 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-25 19:09:10 +0000 |
commit | 8a2392ccbeb68e00070831ff8701a1ae4b9aa28d (patch) | |
tree | 6186c85261ad2572bbaafba98746f590c25b7c03 | |
parent | cbabe81865beb7fdd42d7031d18edb95e74ca7b5 (diff) | |
download | gnunet-gtk-8a2392ccbeb68e00070831ff8701a1ae4b9aa28d.tar.gz gnunet-gtk-8a2392ccbeb68e00070831ff8701a1ae4b9aa28d.zip |
Igor: various minor updates to man pages
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/gnunet-gtk.1 | 32 |
2 files changed, 1 insertions, 33 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 968e2964..9376206f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -1,5 +1,5 @@ | |||
1 | man_MANS = \ | 1 | man_MANS = \ |
2 | gnunet-gtk.1 | 2 | gnunet-fs-gtk.1 |
3 | 3 | ||
4 | EXTRA_DIST = $(man_MANS) | 4 | EXTRA_DIST = $(man_MANS) |
5 | 5 | ||
diff --git a/doc/gnunet-gtk.1 b/doc/gnunet-gtk.1 index 80f86cec..e69de29b 100644 --- a/doc/gnunet-gtk.1 +++ b/doc/gnunet-gtk.1 | |||
@@ -1,32 +0,0 @@ | |||
1 | .TH GNUNET-GTK "1" "6 June 2010" "GNUnet" | ||
2 | .SH NAME | ||
3 | gnunet\-gtk \- a gtk interface for accessing GNUnet | ||
4 | .SH SYNOPSIS | ||
5 | .B gnunet\-gtk | ||
6 | [\fIOPTIONS\fR] | ||
7 | .SH DESCRIPTION | ||
8 | .PP | ||
9 | gnunet\-gtk is a gtk+ based GUI for searching, downloading and publishing files on GNUnet. It supports queries of the form "foo bar" or "+foo +bar" for both keywords being mandatory (note that keywords are case\-sensitive), just like gnunet\-search. | ||
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 NOTES | ||
23 | .PP | ||
24 | Some functionality of gnunet\-gtk can be accessed by pressing down the right mouse button in appropriate locations. | ||
25 | .SH FILES | ||
26 | .TP | ||
27 | ~/.gnunet/gnunet.conf | ||
28 | User's GNUnet configuration file | ||
29 | .SH "REPORTING BUGS" | ||
30 | Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> | ||
31 | .SH "SEE ALSO" | ||
32 | \fBgnunet\-search\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-download\fP(1), \fBgnunet.conf\fP(5), \fBgnunet\-arm\fP(1) | ||