summaryrefslogtreecommitdiff
path: root/static/v10/man2/mdate.2
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man2/mdate.2
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man2/mdate.2')
-rw-r--r--static/v10/man2/mdate.231
1 files changed, 31 insertions, 0 deletions
diff --git a/static/v10/man2/mdate.2 b/static/v10/man2/mdate.2
new file mode 100644
index 00000000..a6331f6e
--- /dev/null
+++ b/static/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 --