Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-28 12:45:45 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-10-28 12:45:45 +0300
commit09687ee963afbc3019a1a422a3da598ea64901ee (patch)
tree3f4bed1aa4dc313cbc6cfc7c2a56633b8f661624 /winsup/doc/ntsec.xml
parent3c8e918c38feb844e58d549e435e2323de58d436 (diff)
* ntsec.xml: Fix Solaris doc URLs.
Diffstat (limited to 'winsup/doc/ntsec.xml')
-rw-r--r--winsup/doc/ntsec.xml7
1 files changed, 4 insertions, 3 deletions
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>