aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-namestore.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-namestore.1')
-rw-r--r--doc/man/gnunet-namestore.19
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index e53bb7d95..b9bbff027 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -26,8 +26,7 @@
26.Os 26.Os
27.Sh NAME 27.Sh NAME
28.Nm gnunet-namestore 28.Nm gnunet-namestore
29.Nd 29.Nd manipulate GNU Name System (GNS) zone data
30manipulate GNU Name System (GNS) zone data
31.Sh SYNOPSIS 30.Sh SYNOPSIS
32.Nm 31.Nm
33.Op Fl a | -add 32.Op Fl a | -add
@@ -61,11 +60,11 @@ Desired operation is adding a record.
61Use the configuration file FILENAME. 60Use the configuration file FILENAME.
62.It Fl d | -delete 61.It Fl d | -delete
63Desired operation is deleting records under the given name that match 62Desired operation is deleting records under the given name that match
64the specified type (\-t) and value (\-V). 63the specified type (-t) and value (-V).
65If type or value are not specified, it means that all types (or 64If type or value are not specified, it means that all types (or
66values) should be assumed to match (and possibly multiple or all 65values) should be assumed to match (and possibly multiple or all
67values under the given label will be deleted). 66values under the given label will be deleted).
68Specifying a label (\-n) is mandatory. 67Specifying a label (-n) is mandatory.
69Note that matching by expiration time or flags is (currently) not 68Note that matching by expiration time or flags is (currently) not
70supported. 69supported.
71.It Fl D | -display 70.It Fl D | -display
@@ -85,7 +84,7 @@ suggested name for this zone.
85Use LOGLEVEL for logging. 84Use LOGLEVEL for logging.
86Valid values are DEBUG, INFO, WARNING and ERROR. 85Valid values are DEBUG, INFO, WARNING and ERROR.
87.It Fl m | -monitor 86.It Fl m | -monitor
88Monitor changes to the zone on an ongoing basis (in contrast to \-D, 87Monitor changes to the zone on an ongoing basis (in contrast to -D,
89which merely displays the current records). 88which merely displays the current records).
90.It Fl n Ar NAME | Fl -name= Ns Ar NAME 89.It Fl n Ar NAME | Fl -name= Ns Ar NAME
91Label or name of the record to add/delete/display. 90Label or name of the record to add/delete/display.