summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/ntsec.xml7
2 files changed, 8 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index d9580f91e..05cea48a4 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,9 @@
2014-10-28 Corinna Vinschen <corinna@vinschen.de>
+ * ntsec.xml: Fix Solaris doc URLs.
+
+2014-10-28 Corinna Vinschen <corinna@vinschen.de>
+
* ntsec.xml: Try to make an expression less ambiguous.
2014-10-27 Luke Kendall <luke.kendall@cisra.canon.com.au>
diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml
index 0d296efc5..79e8fd1e2 100644
--- a/winsup/doc/ntsec.xml
+++ b/winsup/doc/ntsec.xml
@@ -221,10 +221,11 @@ which disallows mapping of certain POSIX permissions cleanly. See
<para>POSIX is able to create only three different permissions? Not quite.
Newer operating systems and file systems on POSIX systems also provide
access control lists. Two different APIs exist for accessing these
-ACLs, the Solaris API and the POSIX API. Cygwin implements the Solaris
-API to access Windows ACLs in a Unixy way. Online man pages for the
+ACLs, the Solaris API and the POSIX API. Cygwin implements the original
+Solaris API to access Windows ACLs in a Unixy way. Online man pages for the
Solaris ACL API can be found on
-<ulink url="http://docs.sun.com">http://docs.sun.com</ulink>.</para>
+<ulink url="http://docs.oracle.com">http://docs.oracle.com</ulink>.
+For an overview see <ulink url="http://docs.oracle.com/cd/E23824_01/html/821-1474/acl-5.html#scrolltoc">acl(5)</ulink>.</para>
</sect2>