diff --git a/reference/calendar/functions/easter-date.xml b/reference/calendar/functions/easter-date.xml
index e4ab52eff5..effe00b1ba 100644
--- a/reference/calendar/functions/easter-date.xml
+++ b/reference/calendar/functions/easter-date.xml
@@ -10,7 +10,7 @@
&reftitle.description;
inteaster_date
- intyear
+ intyeardate("Y")
Returns the Unix timestamp corresponding to midnight on Easter of
@@ -47,7 +47,8 @@
year
- The year as a number between 1970 an 2037
+ The year as a number between 1970 an 2037. If omitted, defaults to the
+ current year according to the local time.
diff --git a/reference/calendar/functions/easter-days.xml b/reference/calendar/functions/easter-days.xml
index 16b85ab838..b106b6bddf 100644
--- a/reference/calendar/functions/easter-days.xml
+++ b/reference/calendar/functions/easter-days.xml
@@ -10,7 +10,7 @@
&reftitle.description;
inteaster_days
- intyear
+ intyeardate("Y")
intmethodCAL_EASTER_DEFAULT
@@ -49,7 +49,8 @@
year
- The year as a positive number
+ The year as a positive number. If omitted, defaults to the
+ current year according to the local time.
diff --git a/reference/uodbc/functions/odbc-fetch-array.xml b/reference/uodbc/functions/odbc-fetch-array.xml
index 419b7544db..8748f406a6 100644
--- a/reference/uodbc/functions/odbc-fetch-array.xml
+++ b/reference/uodbc/functions/odbc-fetch-array.xml
@@ -87,6 +87,15 @@
+
+ &reftitle.notes;
+
+
+ This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.
+
+
+
+
&reftitle.seealso;
diff --git a/reference/uodbc/functions/odbc-fetch-object.xml b/reference/uodbc/functions/odbc-fetch-object.xml
index 20e9fa75ec..56aa3a1ccb 100644
--- a/reference/uodbc/functions/odbc-fetch-object.xml
+++ b/reference/uodbc/functions/odbc-fetch-object.xml
@@ -14,8 +14,8 @@
intrownumber
- Fetch an object from an ODBC query. See the changelog below
- for when this function is available.
+ Fetch an object from an ODBC query. See the
+ changelog below for when this function is available.
@@ -87,6 +87,15 @@
+
+ &reftitle.notes;
+
+
+ This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.
+
+
+
+
&reftitle.seealso;