Print this page
12288 getfacl and setfacl could stand improvement

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3sec/acl_totext.3sec.man.txt
          +++ new/usr/src/man/man3sec/acl_totext.3sec.man.txt
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28         from the following list, defined in <sys/acl.h>.
  29   29  
  30   30         ACL_COMPACT_FMT
  31   31                            For NFSv4 ACLs, the ACL entries will be formatted
  32   32                            using the compact ACL format detailed in ls(1) for
  33   33                            the -V option.
  34   34  
  35   35  
  36   36         ACL_APPEND_ID
  37   37                            Append the uid or gid for additional user or group
  38      -                          entries.  This flag is used to construt ACL entries
       38 +                          entries.  This flag is used to construct ACL entries
  39   39                            in a manner that is suitable for archive utilities
  40   40                            such as tar(1). When the ACL is translated from the
  41   41                            external format to internal representation using
  42   42                            acl_fromtext(), the appended ID will be used to
  43   43                            populate the uid or gid field of the ACL entry when
  44   44                            the user or group name does not exist on the host
  45   45                            system. The appended id will be ignored when the
  46   46                            user or group name does exist on the system.
  47   47  
  48   48  
↓ open down ↓ 380 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX