aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation/chapters/user.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 8ad81fbee..23d03d967 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -1362,6 +1362,11 @@ This section describes the four different URI types in detail.
1362 1362
1363Most URIs include some hash values. Hashes are encoded using 1363Most URIs include some hash values. Hashes are encoded using
1364base32hex (RFC 2938). 1364base32hex (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"'.
1365 1370
1366@cindex chk-uri 1371@cindex chk-uri
1367@node Content Hash Key (chk) 1372@node Content Hash Key (chk)