diff --git a/ares/ares_cancel.3 b/ares/ares_cancel.3
index c014682229d29d4a6d36ed83e6598a9cfcf0b9b8..875f0f43273de656e8e53065c3ddad81f94803cc 100644
--- a/ares/ares_cancel.3
+++ b/ares/ares_cancel.3
@@ -34,6 +34,6 @@ might have been stored in their arguments.
 .BR ares_init (3)
 .BR ares_destroy (3)
 .SH NOTES
-This function is not compatible with ares.
+This function was added in c-ares 1.2.0
 .SH AUTHOR
 Dirk Manske
diff --git a/ares/ares_getsock.3 b/ares/ares_getsock.3
index 301d8c2442aed3ea72f85ebd4fb058502380e2d7..57254cd36cb88ed3c3ecdaa9452bb8b591fc57f9 100644
--- a/ares/ares_getsock.3
+++ b/ares/ares_getsock.3
@@ -50,6 +50,8 @@ extract the information appropriately:
 #define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \
                                          ARES_GETSOCK_MAXNUM)))
 .fi
+.SH NOTES
+This function was added in c-ares 1.3.1
 .SH SEE ALSO
 .BR ares_timeout (3),
 .BR ares_fds (3),