diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 0ec9114ab..a69886850 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-31  Corinna Vinschen  <corinna@vinschen.de>
+
+	* utils.xml (setfacl): Drop outdated note that default ACEs are not
+	taken into account.
+
 2014-08-31  Corinna Vinschen  <corinna@vinschen.de>
 
 	* ntsec.xml: Disable description of db_prefix and db_separator settings.
diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml
index ffc2f1282..bd82cfa85 100644
--- a/winsup/doc/utils.xml
+++ b/winsup/doc/utils.xml
@@ -1786,10 +1786,6 @@ $ getfacl source_file | setfacl -f - target_file
       directory that contains default ACL entries will have permissions
       according to the combination of the current umask, the explicit
       permissions requested and the default ACL entries </para>
-
-    <para> Limitations: Under Cygwin, the default ACL entries are not taken
-      into account currently. </para>
-
   </sect2>
 
   <sect2 id="setmetamode">