doc/man/Makefile: rename section7 leftover to new name
[oweals/gnunet.git] / doc / man / gnunet-namecache.1
1 .TH GNUNET\-NAMECACHE 1 "October 16, 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-namecache \- inspect namecache
5
6 .SH SYNOPSIS
7 .B gnunet\-namecache
8 .RI [ options ] -z PKEY -n LABEL
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-namecache\fP can be used to inspect values in the
13 namecache.
14
15 .SH OPTIONS
16 .B
17 .IP "\-c FILENAME,  \-\-config=FILENAME"
18 Use the configuration file FILENAME.
19 .B
20 .IP "\-h, \-\-help"
21 Print short help on options.
22 .B
23 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
24 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and
25 ERROR.
26 .B
27 .IP "\-n NAME, \-\-name=NAME"
28 Name (label) of the record to display (mandatory option)
29 .B
30 .IP "\-v, \-\-version"
31 Print GNUnet version number.
32 .B
33 .IP "\-z PKEY, \-\-zone=PKEY"
34 Specifies the public key of the zone to inspect (mandatory option)
35
36
37 .SH BUGS
38 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending
39 electronic mail to <gnunet\-developers@gnu.org>
40 .SH SEE ALSO
41 \fBgnunet\-gns\fP(1)
42 The full documentation for
43 .B gnunet
44 is maintained as a Texinfo manual.  If the
45 .B info
46 and
47 .B gnunet
48 programs are properly installed at your site, the command
49 .IP
50 .B info gnunet
51 .PP
52 should give you access to the complete handbook,
53 .IP
54 .B info gnunet-c-tutorial
55 .PP
56 will give you access to a tutorial for developers.
57 .PP
58 Depending on your installation, this information is also
59 available in
60 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).