diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-05 13:20:13 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-05 13:20:13 +0000 |
commit | f9aec0367413408e654a455ad703f44d352cf476 (patch) | |
tree | 6e07f68160a66f682f22da78ab46515105549895 /doc | |
parent | cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce (diff) |
-reviving gnunet-gns for shortening
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/Makefile.am | 1 | ||||
-rw-r--r-- | doc/man/gnunet-gns.1 | 36 | ||||
-rw-r--r-- | doc/man/gnunet-namestore.1 | 11 |
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 = \ gnunet-download.1 \ gnunet-download-manager.1 \ gnunet-fs.1 \ + gnunet-gns.1 \ gnunet-namestore.1 \ gnunet-nat-server.1 \ 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 @@ +.TH GNUNET\-GNS 1 "Mar 5, 2012" "GNUnet" + +.SH NAME +gnunet\-gns \- manipulate GNUnet GNS zones + +.SH SYNOPSIS +.B gnunet\-gns +.RI [ options ] -z ZONEFILE +.br + +.SH DESCRIPTION +\fBgnunet\-gns\fP can be used to create and manipulate a GNS zone. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. +.B +.IP "\-s NAME, \-\-shorten=NAME" +GNS domain name to shorten +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> + + +.SH "SEE ALSO" +\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 @@ -.TH GNUNET\-GNS 1 "Jan 4, 2012" "GNUnet" +.TH GNUNET\-NAMESTORE 1 "Mar 5, 2012" "GNUnet" .SH NAME -gnunet\-gns \- manipulate GNUnet GNS zones +gnunet\-namestore \- manipulate GNUnet zones .SH SYNOPSIS -.B gnunet\-gns +.B gnunet\-namestore .RI [ options ] -z ZONEFILE .br .SH DESCRIPTION -\fBgnunet\-gns\fP can be used to create and manipulate a GNS zone. +\fBgnunet\-namestore\fP can be used to create and manipulate a GNS zone. .SH OPTIONS .B @@ -53,3 +53,6 @@ Specifies the filename with the private key for the zone (mandatory option) .SH BUGS Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> + +.SH "SEE ALSO" +\fBgnunet\-gns\fP(1) |