From 09687ee963afbc3019a1a422a3da598ea64901ee Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 28 Oct 2014 09:45:45 +0000 Subject: [PATCH] * ntsec.xml: Fix Solaris doc URLs. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/ntsec.xml | 7 ++++--- 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,3 +1,7 @@ +2014-10-28 Corinna Vinschen + + * ntsec.xml: Fix Solaris doc URLs. + 2014-10-28 Corinna Vinschen * ntsec.xml: Try to make an expression less ambiguous. 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 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 -http://docs.sun.com. +http://docs.oracle.com. +For an overview see acl(5).