Annotation of cci/usr/src/man/man3/utime.3c, revision 1.1.1.1

1.1       root        1: .TH UTIME 3C "1 April 1983"
                      2: .UC 4
                      3: .SH NAME
                      4: utime \- set file times
                      5: .SH SYNOPSIS
                      6: .nf
                      7: .B #include <sys/types.h>
                      8: .PP
                      9: .B utime(file, timep)
                     10: .B char *file;
                     11: .B time_t timep[2];
                     12: .fi
                     13: .SH DESCRIPTION
                     14: .ft B
                     15: This interface is obsoleted by utimes(2).
                     16: .ft R
                     17: .PP
                     18: The
                     19: .I utime
                     20: call
                     21: uses the
                     22: `accessed' and `updated' times in that order
                     23: from the
                     24: .I timep
                     25: vector
                     26: to set the corresponding recorded times for
                     27: .IR file .
                     28: .PP
                     29: The caller must be the owner of the file or the super-user.
                     30: The `inode-changed' time of the file is set to the current time.
                     31: .SH SEE ALSO
                     32: utimes(2), stat(2)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.