aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 13:20:13 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 13:20:13 +0000
commitf9aec0367413408e654a455ad703f44d352cf476 (patch)
tree6e07f68160a66f682f22da78ab46515105549895 /doc
parentcb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce (diff)
downloadgnunet-f9aec0367413408e654a455ad703f44d352cf476.tar.gz
gnunet-f9aec0367413408e654a455ad703f44d352cf476.zip
-reviving gnunet-gns for shortening
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-gns.136
-rw-r--r--doc/man/gnunet-namestore.111
3 files changed, 44 insertions, 4 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 4c9d6f7c7..629ab6d13 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-namestore.1 \ 8 gnunet-namestore.1 \
8 gnunet-nat-server.1 \ 9 gnunet-nat-server.1 \
9 gnunet-peerinfo.1 \ 10 gnunet-peerinfo.1 \
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
new file mode 100644
index 000000000..4d00c82e3
--- /dev/null
+++ b/doc/man/gnunet-gns.1
@@ -0,0 +1,36 @@
1.TH GNUNET\-GNS 1 "Mar 5, 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 "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME.
18.B
19.IP "\-h, \-\-help"
20Print short help on options.
21.B
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B
25.IP "\-s NAME, \-\-shorten=NAME"
26GNS domain name to shorten
27.B
28.IP "\-v, \-\-version"
29Print GNUnet version number.
30
31.SH BUGS
32Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
33
34
35.SH "SEE ALSO"
36\fBgnunet\-namestore\fP(1)
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index 8fd4b33e4..4ecdbb0a6 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -1,15 +1,15 @@
1.TH GNUNET\-GNS 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-NAMESTORE 1 "Mar 5, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns \- manipulate GNUnet GNS zones 4gnunet\-namestore \- manipulate GNUnet zones
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-gns 7.B gnunet\-namestore
8.RI [ options ] -z ZONEFILE 8.RI [ options ] -z ZONEFILE
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-gns\fP can be used to create and manipulate a GNS zone. 12\fBgnunet\-namestore\fP can be used to create and manipulate a GNS zone.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -53,3 +53,6 @@ Specifies the filename with the private key for the zone (mandatory option)
53.SH BUGS 53.SH BUGS
54Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 54Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
55 55
56
57.SH "SEE ALSO"
58\fBgnunet\-gns\fP(1)