summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-28 09:45:45 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-10-28 09:45:45 +0000
commit09687ee963afbc3019a1a422a3da598ea64901ee (patch)
tree3f4bed1aa4dc313cbc6cfc7c2a56633b8f661624
parent3c8e918c38feb844e58d549e435e2323de58d436 (diff)
downloadcygnal-09687ee963afbc3019a1a422a3da598ea64901ee.tar.gz
cygnal-09687ee963afbc3019a1a422a3da598ea64901ee.tar.bz2
cygnal-09687ee963afbc3019a1a422a3da598ea64901ee.zip
* ntsec.xml: Fix Solaris doc URLs.
-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>