diff --git a/reference/fileinfo/functions/finfo-set-flags.xml b/reference/fileinfo/functions/finfo-set-flags.xml
index e8cfac5482..ffa2ad4fe9 100644
--- a/reference/fileinfo/functions/finfo-set-flags.xml
+++ b/reference/fileinfo/functions/finfo-set-flags.xml
@@ -11,7 +11,7 @@
&reftitle.description;
&style.procedural;
- boolfinfo_set_flags
+ truefinfo_set_flags
finfofinfo
intflags
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- &return.success;
+ &return.true.always;
diff --git a/reference/hash/functions/hash-file.xml b/reference/hash/functions/hash-file.xml
index d8f13e4534..a66865ff6e 100644
--- a/reference/hash/functions/hash-file.xml
+++ b/reference/hash/functions/hash-file.xml
@@ -50,7 +50,8 @@
options
- An array of options for the various hashing algorithms. Currently, only the "seed" parameter is
+ An array of options for the various hashing algorithms.
+ Currently, only the "seed" parameter is
supported by the MurmurHash variants.
diff --git a/reference/hash/functions/hash-init.xml b/reference/hash/functions/hash-init.xml
index 3b4292e1d9..9e928ddca7 100644
--- a/reference/hash/functions/hash-init.xml
+++ b/reference/hash/functions/hash-init.xml
@@ -53,7 +53,8 @@
options
- An array of options for the various hashing algorithms. Currently, only the "seed" parameter is
+ An array of options for the various hashing algorithms.
+ Currently, only the "seed" parameter is
supported by the MurmurHash variants.
diff --git a/reference/hash/functions/hash-pbkdf2.xml b/reference/hash/functions/hash-pbkdf2.xml
index 9aaf7a7335..38714d4f7f 100644
--- a/reference/hash/functions/hash-pbkdf2.xml
+++ b/reference/hash/functions/hash-pbkdf2.xml
@@ -1,6 +1,6 @@
-
+
hash_pbkdf2
Generate a PBKDF2 key derivation of a supplied password
@@ -16,6 +16,7 @@
intiterations
intlength0
boolbinary&false;
+ arrayoptions[]
@@ -82,6 +83,16 @@
+
+ options
+
+
+ An array of options for the various hashing algorithms.
+ Currently, only the "seed" key is
+ supported by the MurmurHash variants.
+
+
+
diff --git a/reference/hash/functions/hash-update.xml b/reference/hash/functions/hash-update.xml
index 1ea1f9c95a..efdf53fe2c 100644
--- a/reference/hash/functions/hash-update.xml
+++ b/reference/hash/functions/hash-update.xml
@@ -8,7 +8,7 @@
&reftitle.description;
- boolhash_update
+ truehash_update
HashContextcontext
stringdata
@@ -41,7 +41,7 @@
&reftitle.returnvalues;
- Returns &true;.
+ &return.true.always;
@@ -82,7 +82,6 @@
-