gnunet-nse.1: follow standards
[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 .IP "\-c FILENAME,  \-\-config=FILENAME"
17 Use the configuration file FILENAME.
18 .IP "\-h, \-\-help"
19 Print short help on options.
20 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
21 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and
22 ERROR.
23 .IP "\-n NAME, \-\-name=NAME"
24 Name (label) of the record to display (mandatory option)
25 .IP "\-v, \-\-version"
26 Print GNUnet version number.
27 .IP "\-z PKEY, \-\-zone=PKEY"
28 Specifies the public key of the zone to inspect (mandatory option)
29
30
31 .SH BUGS
32 Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
33 electronic mail to <gnunet\-developers@gnu.org>
34 .SH SEE ALSO
35 \fBgnunet\-gns\fP(1)
36 The full documentation for
37 .B gnunet
38 is maintained as a Texinfo manual.  If the
39 .B info
40 and
41 .B gnunet
42 programs are properly installed at your site, the command
43 .IP
44 .B info gnunet
45 .PP
46 should give you access to the complete handbook,
47 .IP
48 .B info gnunet-c-tutorial
49 .PP
50 will give you access to a tutorial for developers.
51 .PP
52 Depending on your installation, this information is also
53 available in
54 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).