diff options
Diffstat (limited to 'static/unix-v10/man2/mdate.2')
| -rw-r--r-- | static/unix-v10/man2/mdate.2 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/static/unix-v10/man2/mdate.2 b/static/unix-v10/man2/mdate.2 new file mode 100644 index 00000000..a6331f6e --- /dev/null +++ b/static/unix-v10/man2/mdate.2 @@ -0,0 +1,31 @@ +.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____ +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 -- |
