aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-resolver.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-resolver.1')
-rw-r--r--doc/man/gnunet-resolver.111
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/man/gnunet-resolver.1 b/doc/man/gnunet-resolver.1
index a2ac907f5..6766979f4 100644
--- a/doc/man/gnunet-resolver.1
+++ b/doc/man/gnunet-resolver.1
@@ -1,15 +1,15 @@
1.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-resolver \- display information about transport resource allocation 4gnunet\-resolver \- perform DNS resolution using GNUnet resolver service
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-resolver 7.B gnunet\-resolver
8.RI [ options ] 8.RI [ options ] HOSTNAME
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-resolver\fP can be used to 12\fBgnunet\-resolver\fP can be used to lookup the IP address(es) for a hostname or the hostname for an IP address. gnunet\-resolver uses the GNUnet service infrastructure to do this, but otherwise does nothing special.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -22,6 +22,9 @@ Print short help on options.
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B 24.B
25.IP "\-r, \-\-reverse"
26Perform a reverse lookup.
27.B
25.IP "\-v, \-\-version" 28.IP "\-v, \-\-version"
26Print GNUnet version number. 29Print GNUnet version number.
27 30
@@ -30,4 +33,4 @@ Print GNUnet version number.
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 33Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
31 34
32.SH SEE ALSO 35.SH SEE ALSO
33gnunet\-transport(1) 36gnunet\-transport(1), nslookup(1)