diff -ru libdaemon-0.12/libdaemon/dlog.h libdaemon-0.12-new/libdaemon/dlog.h
--- libdaemon-0.12/libdaemon/dlog.h	2007-07-11 03:58:34.000000000 +1000
+++ libdaemon-0.12-new/libdaemon/dlog.h	2007-11-14 13:18:57.000000000 +1000
@@ -68,7 +68,10 @@
 /** This variable is defined to 1 iff daemon_logv() is supported.*/
 #define DAEMON_LOGV_AVAILABLE 1
 
-/** Same as daemon_logv, but without variadic arguments */
+/** Same as daemon_logv, but without variadic arguments
+ * @since 0.11
+ * @see DAEMON_LOGV_AVAILABLE
+ */
 void daemon_logv(int prio, const char* t, va_list ap);
 
 /** Return a sensible syslog identification for daemon_log_ident
