* ntsec.xml: Fix Solaris doc URLs.

This commit is contained in:
Corinna Vinschen 2014-10-28 09:45:45 +00:00
parent 3c8e918c38
commit 09687ee963
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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>