Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man2/utimes.2.man.txt
          +++ new/usr/src/man/man2/utimes.2.man.txt
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63  
  64   64  
  65   65         The utimensat() function determines the file to set the access and
  66   66         modification times in an similar way to futemsat(). If the argument
  67   67         path is an absolute path, then the argument filedes is ignored;
  68   68         otherwise, path is interpreted as a path relative to the directory
  69   69         specified by filedes. If filedes is set to AT_FDCWD, then path is
  70   70         resolved relative to the current working directory. The behavior when
  71   71         encountering symbolic links may be controlled by the value of the flag
  72   72         argument. If the value of flag is the constant AT_SYMLINK_NOFOLLOW,
  73      -       then when a symbolic link is encountered while resoloving a path, it
       73 +       then when a symbolic link is encountered while resolving a path, it
  74   74         will not be followed. Otherwise, the value of flag should be 0.
  75   75  
  76   76  RETURN VALUES
  77   77         Upon successful completion, 0 is returned.  Otherwise, -1 is returned,
  78   78         errno is set to indicate the error, and the file times will not be
  79   79         affected.
  80   80  
  81   81  ERRORS
  82   82         The utimes(), futimesat(), futimens(), and utimensat() functions will
  83   83         fail if:
↓ open down ↓ 104 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX