gnunet-zoneimport.1: lint. Add license. Document more options in synopsis.
authorng0 <ng0@n0.is>
Sat, 9 Mar 2019 08:54:23 +0000 (08:54 +0000)
committerng0 <ng0@n0.is>
Sat, 9 Mar 2019 08:54:23 +0000 (08:54 +0000)
doc/man/gnunet-zoneimport.1

index 2a67718f97e0da91bf9889c5c67407b1f5b08ac4..fcd3ee630137e8d9b0f0ad16060583cad53f2103 100644 (file)
@@ -1,8 +1,36 @@
+.\" This file is part of Ascension.
+.\" Copyright (C) 2018,2019 GNUnet e.V.
+.\"
+.\" Permission is granted to copy, distribute and/or modify this document
+.\" under the terms of the GNU Free Documentation License, Version 1.3 or
+.\" any later version published by the Free Software Foundation; with no
+.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
+.\" copy of the license is included in the file
+.\" ``FDL-1.3''.
+.\"
+.\" A copy of the license is also available from the Free Software
+.\" Foundation Web site at @url{http://www.gnu.org/licenses/fdl.html}.
+.\"
+.\" Alternately, this document is also available under the General
+.\" Public License, version 3 or later, as published by the Free Software
+.\" Foundation.  A copy of the license is included in the file
+.\" ``GPL3''.
+.\"
+.\" A copy of the license is also available from the Free Software
+.\" Foundation Web site at @url{http://www.gnu.org/licenses/gpl.html}.
+.\"
+.\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
+.\"
 .TH GNUNET-ZONEIMPORT 1 "April 23, 2018" "GNUnet"
 .SH NAME
 gnunet\-zoneimport \- import DNS zone into GNS zone
 .SH SYNOPSIS
-.B gnunet\-zoneimport [IP]+
+.B gnunet\-zoneimport
+.RI [-h]
+.RI [-c\ FILENAME\ |\ --config=FILENAME]
+.RI [-m\ RELATIVETIME\ |\ --minimum-expiration=RELATIVETIME]
+.RI [-s\ MAPSIZE\ |\ --size=MAPSIZE]
+[IP]+
 .SH DESCRIPTION
 \fBgnunet\-zoneimport\fP reads a list of domain names (FQDN) from
 stdin and issues DNS queries for each of the domain names given.  It
@@ -58,13 +86,10 @@ large zones where the number of records encountered is too large for
 the automatic growth mechanism to work (that one is limited to at most
 16 MB allocations for security reasons).  Do not worry about this
 unless you are importing millions of domain names from a zone.
-.SH NOTES
+.SH EXAMPLES
 .TP
 Typical invocaton would be:
 $ gnunet\-zoneimport 1.2.3.4 < names.txt
-.SH BUGS
-Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
-electronic mail to <gnunet\-developers@gnu.org>
 .SH SEE ALSO
 gnunet\-gns(1), gnunet\-namestore(1)
 .PP
@@ -88,3 +113,6 @@ will give you access to a tutorial for developers.
 Depending on your installation, this information is also
 available in
 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).
+.SH BUGS
+Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
+electronic mail to <gnunet\-developers@gnu.org>