wrong section
authorNils Gillmann <ng0@n0.is>
Mon, 18 Jun 2018 07:35:49 +0000 (07:35 +0000)
committerNils Gillmann <ng0@n0.is>
Mon, 18 Jun 2018 07:35:49 +0000 (07:35 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
doc/documentation/chapters/user.texi

index 23d03d9673609f4415327638e295038e8e50f4c3..07dd781b032fe0e9aa49449c428b87ece193c869 100644 (file)
@@ -1347,6 +1347,11 @@ GNUnet (currently) uses four different types of URIs for
 file-sharing. They all begin with "gnunet://fs/".
 This section describes the four different URI types in detail.
 
+For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to
+denote whitespace between words. Keywords must contain a balanced
+number of double quotes. Doubles quotes can not be used in the actual
+keywords. This means that the the string '""foo bar""' will be turned
+into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'.
 
 @menu
 * Encoding of hash values in URIs::
@@ -1362,11 +1367,6 @@ This section describes the four different URI types in detail.
 
 Most URIs include some hash values. Hashes are encoded using
 base32hex (RFC 2938).
-For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to
-denote whitespace between words. Keywords must contain a balanced
-number of double quotes. Doubles quotes can not be used in the actual
-keywords. This means that the the string '""foo bar""' will be turned
-into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'.
 
 @cindex chk-uri
 @node Content Hash Key (chk)