Print this page
12288 getfacl and setfacl could stand improvement

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3sec/acltotext.3sec.man.txt
          +++ new/usr/src/man/man3sec/acltotext.3sec.man.txt
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13         char *acltotext(aclent_t *aclbufp, int aclcnt);
  14   14  
  15   15  
  16   16         aclent_t *aclfromtext(char *acltextp, int *aclcnt);
  17   17  
  18   18  
  19   19  DESCRIPTION
  20   20         The acltotext() function converts an internal ACL representation
  21   21         pointed to by aclbufp into an external ACL representation. The space
  22   22         for the external text string is obtained using malloc(3C). The caller
  23      -       is responsible for freeing the space upon completion..
       23 +       is responsible for freeing the space upon completion.
  24   24  
  25   25  
  26   26         The aclfromtext() function converts an external ACL representation
  27   27         pointed to by acltextp into an internal ACL representation.  The space
  28   28         for the list of ACL entries is obtained using malloc(3C). The caller is
  29   29         responsible for freeing the space upon completion. The aclcnt argument
  30   30         indicates the number of ACL entries found.
  31   31  
  32   32  
  33   33         An external ACL representation is defined as follows:
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX