aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-09 08:54:23 +0000
committerng0 <ng0@n0.is>2019-03-09 08:54:23 +0000
commit48f6708f08a20b7ac3ef793186d33f3fd62f0718 (patch)
treea47b465ce2987d84df32b358cb93cb95a0570367 /doc
parent8c57f22adfa9cb993240e52a522118b563edad42 (diff)
downloadgnunet-48f6708f08a20b7ac3ef793186d33f3fd62f0718.tar.gz
gnunet-48f6708f08a20b7ac3ef793186d33f3fd62f0718.zip
gnunet-zoneimport.1: lint. Add license. Document more options in synopsis.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-zoneimport.138
1 files changed, 33 insertions, 5 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1
index 2a67718f9..fcd3ee630 100644
--- a/doc/man/gnunet-zoneimport.1
+++ b/doc/man/gnunet-zoneimport.1
@@ -1,8 +1,36 @@
1.\" This file is part of Ascension.
2.\" Copyright (C) 2018,2019 GNUnet e.V.
3.\"
4.\" Permission is granted to copy, distribute and/or modify this document
5.\" under the terms of the GNU Free Documentation License, Version 1.3 or
6.\" any later version published by the Free Software Foundation; with no
7.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
8.\" copy of the license is included in the file
9.\" ``FDL-1.3''.
10.\"
11.\" A copy of the license is also available from the Free Software
12.\" Foundation Web site at @url{http://www.gnu.org/licenses/fdl.html}.
13.\"
14.\" Alternately, this document is also available under the General
15.\" Public License, version 3 or later, as published by the Free Software
16.\" Foundation. A copy of the license is included in the file
17.\" ``GPL3''.
18.\"
19.\" A copy of the license is also available from the Free Software
20.\" Foundation Web site at @url{http://www.gnu.org/licenses/gpl.html}.
21.\"
22.\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
23.\"
1.TH GNUNET-ZONEIMPORT 1 "April 23, 2018" "GNUnet" 24.TH GNUNET-ZONEIMPORT 1 "April 23, 2018" "GNUnet"
2.SH NAME 25.SH NAME
3gnunet\-zoneimport \- import DNS zone into GNS zone 26gnunet\-zoneimport \- import DNS zone into GNS zone
4.SH SYNOPSIS 27.SH SYNOPSIS
5.B gnunet\-zoneimport [IP]+ 28.B gnunet\-zoneimport
29.RI [-h]
30.RI [-c\ FILENAME\ |\ --config=FILENAME]
31.RI [-m\ RELATIVETIME\ |\ --minimum-expiration=RELATIVETIME]
32.RI [-s\ MAPSIZE\ |\ --size=MAPSIZE]
33[IP]+
6.SH DESCRIPTION 34.SH DESCRIPTION
7\fBgnunet\-zoneimport\fP reads a list of domain names (FQDN) from 35\fBgnunet\-zoneimport\fP reads a list of domain names (FQDN) from
8stdin and issues DNS queries for each of the domain names given. It 36stdin 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
58the automatic growth mechanism to work (that one is limited to at most 86the automatic growth mechanism to work (that one is limited to at most
5916 MB allocations for security reasons). Do not worry about this 8716 MB allocations for security reasons). Do not worry about this
60unless you are importing millions of domain names from a zone. 88unless you are importing millions of domain names from a zone.
61.SH NOTES 89.SH EXAMPLES
62.TP 90.TP
63Typical invocaton would be: 91Typical invocaton would be:
64$ gnunet\-zoneimport 1.2.3.4 < names.txt 92$ gnunet\-zoneimport 1.2.3.4 < names.txt
65.SH BUGS
66Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
67electronic mail to <gnunet\-developers@gnu.org>
68.SH SEE ALSO 93.SH SEE ALSO
69gnunet\-gns(1), gnunet\-namestore(1) 94gnunet\-gns(1), gnunet\-namestore(1)
70.PP 95.PP
@@ -88,3 +113,6 @@ will give you access to a tutorial for developers.
88Depending on your installation, this information is also 113Depending on your installation, this information is also
89available in 114available in
90\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 115\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).
116.SH BUGS
117Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
118electronic mail to <gnunet\-developers@gnu.org>