aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-18 07:35:49 +0000
committerNils Gillmann <ng0@n0.is>2018-06-18 07:35:49 +0000
commite35ee32cbed2e359a6a3eafbe385fc013b14a5b9 (patch)
tree82d879b1b07b6611198cc9069574d846c6ecaafc
parent4548744aeb0f1e2ce84de3c3e3679d26d7673467 (diff)
downloadgnunet-e35ee32cbed2e359a6a3eafbe385fc013b14a5b9.tar.gz
gnunet-e35ee32cbed2e359a6a3eafbe385fc013b14a5b9.zip
wrong section
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r--doc/documentation/chapters/user.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 23d03d967..07dd781b0 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -1347,6 +1347,11 @@ GNUnet (currently) uses four different types of URIs for
1347file-sharing. They all begin with "gnunet://fs/". 1347file-sharing. They all begin with "gnunet://fs/".
1348This section describes the four different URI types in detail. 1348This section describes the four different URI types in detail.
1349 1349
1350For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to
1351denote whitespace between words. Keywords must contain a balanced
1352number of double quotes. Doubles quotes can not be used in the actual
1353keywords. This means that the the string '""foo bar""' will be turned
1354into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'.
1350 1355
1351@menu 1356@menu
1352* Encoding of hash values in URIs:: 1357* Encoding of hash values in URIs::
@@ -1362,11 +1367,6 @@ This section describes the four different URI types in detail.
1362 1367
1363Most URIs include some hash values. Hashes are encoded using 1368Most URIs include some hash values. Hashes are encoded using
1364base32hex (RFC 2938). 1369base32hex (RFC 2938).
1365For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to
1366denote whitespace between words. Keywords must contain a balanced
1367number of double quotes. Doubles quotes can not be used in the actual
1368keywords. This means that the the string '""foo bar""' will be turned
1369into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'.
1370 1370
1371@cindex chk-uri 1371@cindex chk-uri
1372@node Content Hash Key (chk) 1372@node Content Hash Key (chk)