MDATE (II) 3/15/72 MDATE (II) NAME mdate -- set modified date on file SYNOPSIS (time to r0-r1) sys mdate; file / mdate = 30. DESCRIPTION File 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. This call is allowed only to the super-user or to the owner of the file. SEE ALSO -- DIAGNOSTICS Error bit is set if the user is neither the owner nor the super-user or if the file cannot be found. BUGS --