aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-namecache.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-namecache.1')
-rw-r--r--doc/man/gnunet-namecache.127
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/man/gnunet-namecache.1 b/doc/man/gnunet-namecache.1
index a040622b0..5917fe079 100644
--- a/doc/man/gnunet-namecache.1
+++ b/doc/man/gnunet-namecache.1
@@ -26,33 +26,32 @@
26.Os 26.Os
27.Sh NAME 27.Sh NAME
28.Nm gnunet-namecache 28.Nm gnunet-namecache
29.Nd 29.Nd inspect namecache
30inspect namecache
31.Sh SYNOPSIS 30.Sh SYNOPSIS
32.Nm 31.Nm
33.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 32.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl h | \-help 33.Op Fl h | -help
35.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 34.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
36.Op Fl n Ar NAME | Fl \-name= Ns Ar NAME 35.Op Fl n Ar NAME | Fl -name= Ns Ar NAME
37.Op Fl v | \-version 36.Op Fl v | -version
38.Op Fl z Ar PKEY | Fl \-zone= Ns Ar PKEY 37.Op Fl z Ar PKEY | Fl -zone= Ns Ar PKEY
39.Sh DESCRIPTION 38.Sh DESCRIPTION
40.Nm 39.Nm
41can be used to inspect values in the namecache. 40can be used to inspect values in the namecache.
42It is passed the mandatory option 'z' ('--zone=') with the argument PKEY, and the mandatory option 'n' ('--name=') with the argument NAME. 41It is passed the mandatory option 'z' ('--zone=') with the argument PKEY, and the mandatory option 'n' ('--name=') with the argument NAME.
43.Bl -tag -width indent 42.Bl -tag -width indent
44.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 43.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
45Use the configuration file FILENAME. 44Use the configuration file FILENAME.
46.It Fl h | \-help 45.It Fl h | -help
47Print short help on options. 46Print short help on options.
48.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 47.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
49Use LOGLEVEL for logging. 48Use LOGLEVEL for logging.
50Valid values are DEBUG, INFO, WARNING and ERROR. 49Valid values are DEBUG, INFO, WARNING and ERROR.
51.It Fl n Ar NAME | Fl \-name= Ns Ar NAME 50.It Fl n Ar NAME | Fl -name= Ns Ar NAME
52Name (label) of the record to display (mandatory option). 51Name (label) of the record to display (mandatory option).
53.It Fl v | \-version 52.It Fl v | -version
54Print GNUnet version number. 53Print GNUnet version number.
55.It Fl z Ar PKEY | Fl \-zone= Ns Ar PKEY 54.It Fl z Ar PKEY | Fl -zone= Ns Ar PKEY
56Specifies the public key of the zone to inspect (mandatory option) 55Specifies the public key of the zone to inspect (mandatory option)
57.El 56.El
58.\".Sh EXAMPLES 57.\".Sh EXAMPLES