Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man2/chmod.2.man.txt
          +++ new/usr/src/man/man2/chmod.2.man.txt
↓ open down ↓ 147 lines elided ↑ open up ↑
 148  148                  a root owned executable, additional restrictions apply. See
 149  149                  privileges(5).
 150  150  
 151  151  
 152  152  
 153  153         The chmod() and fchmodat() functions will fail if:
 154  154  
 155  155         EACCES
 156  156                         Search permission is denied on a component of the path
 157  157                         prefix of path and for fchmodat(), filedes was not
 158      -                       opened with O_SEARCH requsted.  The privilege
      158 +                       opened with O_SEARCH requested.  The privilege
 159  159                         {FILE_DAC_SEARCH} overrides file permissions
 160  160                         restrictions in that case.
 161  161  
 162  162  
 163  163         EFAULT
 164  164                         The path argument points to an illegal address.
 165  165  
 166  166  
 167  167         ELOOP
 168  168                         A loop exists in symbolic links encountered during the
↓ open down ↓ 195 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX