home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man2 / stime.2 < prev    next >
Encoding:
Text File  |  1975-06-26  |  435 b   |  26 lines

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