1 --- utime.3.bsdnew 2009-11-08 14:20:21.000000000 -0800
2 +++ utime.3 2009-11-08 14:32:59.000000000 -0800
7 -.Fn utime "const char *file" "const struct utimbuf *timep"
9 +.Fa "const char *path"
10 +.Fa "const struct utimbuf *times"
14 This interface is obsoleted by
15 @@ -48,28 +51,28 @@ This interface is obsoleted by
19 -function sets the access and modification times of the named file from
21 +function sets the access and modification times of the named file,
32 If the times are specified (the
38 the caller must be the owner of the file or be the super-user.
40 If the times are not specified (the
45 -the caller must be the owner of the file, have permission to write
46 -the file, or be the super-user.
48 +the caller must be the owner of the file,
49 +have permission to write the file, or be the super-user.