doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / acl-resources.txt
index d01e2d6..bbd2e32 100644 (file)
@@ -72,10 +72,10 @@ Introductions:
   http://www.softpanorama.org/Solaris/ACL/index.shtml
   http://www.cs.duke.edu/csl/faqs/solaris-acls.php
 Manual pages:
-  http://docs.sun.com/app/docs/doc/816-5167/acl-2?l=en&a=view
-  http://docs.sun.com/app/docs/doc/816-5165/getfacl-1?l=en&a=view
-  http://docs.sun.com/app/docs/doc/816-5165/setfacl-1?l=en&a=view
-  http://docs.sun.com/app/docs/doc/816-5167/pathconf-2?l=en&a=view
+  http://docs.oracle.com/cd/E23823_01/html/816-5167/acl-2.html
+  http://docs.oracle.com/cd/E23823_01/html/816-5165/getfacl-1.html
+  http://docs.oracle.com/cd/E23823_01/html/816-5165/setfacl-1.html
+  http://docs.oracle.com/cd/E23823_01/html/816-5167/pathconf-2.html
 Includes:
   <sys/acl.h>
 Library:
@@ -182,7 +182,7 @@ OpenBSD ACLs
 Not available.
 
 
-MacOS X ACLs
+Mac OS X ACLs
 
 Manual pages:
   http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/acl.3.html
@@ -243,15 +243,16 @@ Utilities:
   chmod
 
 
-HP-UX ACLs
+HP-UX 11.00 ACLs
 
+Present in HP-UX >= 11.00. On some machines, yields ENOSYS always.
 Manual pages:
-  http://docs.hp.com/en/B2355-60105/acl.2.html
-  http://docs.hp.com/en/B2355-60105/lsacl.1.html
-  http://docs.hp.com/en/B2355-60105/chacl.1.html
-  http://docs.hp.com/en/B2355-60105/getacl.1.html
+  getacl, fgetacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261503/c02261503.pdf
+  setacl, fsetacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02267386/c02267386.pdf
+  lsacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261049/c02261049.pdf
+  chacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01921575/c01921575.pdf p. 125
 Includes:
-  <acl.h> or <sys/acl.h>, optionally <aclv.h>
+  <acl.h> or <sys/acl.h>
 Library:
   none needed
 Functions:
@@ -259,14 +260,31 @@ Functions:
   fgetacl
   fsetacl
   setacl
-Functions only declared in <aclv.h>:
-  acl
 Utilities:
   lsacl
   chacl
+  chmod
+
+
+HP-UX 11.11 ACLs
+
+Present in HP-UX >= 11.11.
+Manual pages:
+  acl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02254861/c02254861.pdf
+  acl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01921366/c01921366.pdf p. 27
+  aclsort: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02254876/c02254876.pdf
+  getacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261501/c02261501.pdf
+  setacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02267385/c02267385.pdf
+Includes:
+  <aclv.h>
+Library:
+  none needed
+Functions:
+  acl
+  aclsort
+Utilities:
   getacl
   setacl
-  chmod
 
 
 IRIX ACLs
@@ -458,7 +476,7 @@ Utilities:
   setfacl
 
 
-Win32 ACLs
+Native Windows ACLs
 
 Introduction:
   http://setacl.sourceforge.net/html/doc-basics.html
@@ -475,4 +493,3 @@ Functions:
   ...
 Utilities:
   cacls
-