summaryrefslogtreecommitdiff
path: root/source/namestore.rst
diff options
context:
space:
mode:
Diffstat (limited to 'source/namestore.rst')
-rw-r--r--source/namestore.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namestore.rst b/source/namestore.rst
index 6adb4a2..35eb104 100644
--- a/source/namestore.rst
+++ b/source/namestore.rst
@@ -5,7 +5,7 @@ Variables in single quotes ``'...'`` can or must be changed according to your sp
5 5
6Namestore communicates with GNS records. 6Namestore communicates with GNS records.
7 7
8``type`` is the type of the record, e.g. "PKEY" for private key. 8``type`` is the type of the record, e.g. "PKEY" for private key. Possible types are listed in :ref:`ref-type`.
9 9
10``value`` is the value of the specific type of the record, e.g. the private key of an identity. 10``value`` is the value of the specific type of the record, e.g. the private key of an identity.
11 11