1 --- _SB/Libc/gen/FreeBSD/utime.3 2003-05-20 15:21:03.000000000 -0700
2 +++ _SB/Libc/gen/FreeBSD/utime.3.edit 2006-06-28 16:55:51.000000000 -0700
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
19 -function sets the access and modification times of the named file from
20 -the structures in the argument array
22 +function sets the access and modification times of the named file,
23 +based on the structures in the argument array
26 If the times are specified (the
32 the caller must be the owner of the file or be the super-user.
34 If the times are not specified (the
39 -the caller must be the owner of the file, have permission to write
40 -the file, or be the super-user.
42 +the caller must be the owner of the file,
43 +have permission to write the file, or be the super-user.