summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2021-03-06 20:11:46 +0000
committerJoe Orton <joe@manyfish.uk>2021-03-06 20:11:46 +0000
commitaca4f7fb70fc85c55da8703183402d08716a833d (patch)
tree614f910cf01f34d6424a43fccf799852781558be
parent7839bb6611e35b913711939688e819bf12eb342e (diff)
downloadneon-git-aca4f7fb70fc85c55da8703183402d08716a833d.tar.gz
* doc/ref/hash.xml: Clarify hash calculation.
-rw-r--r--doc/ref/hash.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ref/hash.xml b/doc/ref/hash.xml
index 81ab26f..65b0fc4 100644
--- a/doc/ref/hash.xml
+++ b/doc/ref/hash.xml
@@ -40,7 +40,9 @@
char *</type> strings followed by a &null; terminator. The
<parameter>flags</parameter> argument must select exactly one
hash algorithm from the list below, which can be optionally
- bitwise-ORed with one of the formatting option.</para>
+ bitwise-ORed with one of the formatting option. The hash is
+ calculated for the concatenation of the argument list, without
+ separators.</para>
<refsect2>
<title>Hash algorithms</title>