aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-gns.134
2 files changed, 35 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 5b6f08ab5..2a63b1f36 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -4,6 +4,7 @@ man_MANS = \
4 gnunet-download.1 \ 4 gnunet-download.1 \
5 gnunet-download-manager.1 \ 5 gnunet-download-manager.1 \
6 gnunet-fs.1 \ 6 gnunet-fs.1 \
7 gnunet-gns.1 \
7 gnunet-nat-server.1 \ 8 gnunet-nat-server.1 \
8 gnunet-peerinfo.1 \ 9 gnunet-peerinfo.1 \
9 gnunet-pseudonym.1 \ 10 gnunet-pseudonym.1 \
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
new file mode 100644
index 000000000..12fd5e316
--- /dev/null
+++ b/doc/man/gnunet-gns.1
@@ -0,0 +1,34 @@
1.TH GNUNET\-GNS 1 "Jan 4, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-gns \- manipulate GNUnet GNS zones
5
6.SH SYNOPSIS
7.B gnunet\-gns
8.RI [ options ] -z ZONEFILE
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-gns\fP can be used to create and manipulate a GNS zone.
13
14.SH OPTIONS
15.B
16.IP "\-z FILENAME, \-\-zonekey=FILENAME"
17Specifies the filename with the private key for the zone (mandatory option)
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME.
21.B
22.IP "\-h, \-\-help"
23Print short help on options.
24.B
25.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
26Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
27.B
28.IP "\-v, \-\-version"
29Print GNUnet version number.
30
31
32.SH BUGS
33Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
34