Research V3 development
[unix-history] / man / man2 / mdate.2
.pa 1
.he 'MDATE (II)'3/15/72'MDATE (II)'
.ti 0
NAME mdate -- set modified date on file
.sp
.ti 0
SYNOPSIS (time to r0-r1)
.br
.nf
sys mdate; file / mdate = 30.
.fi
.sp
.ti 0
DESCRIPTION File\b\b\b\b____
is the address of a null-terminated string giving the
name of a file.
The modified time of the file is set to the time given in
the r0-r1 registers.
.sp
This call is allowed only to the super-user
or to the owner of the file.
.sp
.ti 0
SEE ALSO --
.sp
.ti 0
DIAGNOSTICS Error bit
is set if the user is neither the owner nor the super-user or if the file cannot be found.
.sp
.ti 0
BUGS --