Research V4 development
[unix-history] / man / man2 / stime.2
CommitLineData
88d0a458
KT
1.th STIME II 8/5/73
2.sh NAME
3stime \*- set time
4.sh SYNOPSIS
5(stime = 25.)
6(time in r0-r1)
7.br
8.ft B
9sys stime
10.s3
11stime(tbuf)
12.br
13int tbuf[2];
14.ft R
15.sh DESCRIPTION
16.it Stime
17sets the system's idea of the time and date.
18Time is measured in seconds from 0000 GMT Jan 1 1970.
19Only the super-user may use this call.
20.sh "SEE ALSO"
21date(I), time(II), ctime(III)
22.sh DIAGNOSTICS
23Error bit (c-bit)
24set if user is not the super-user.