stime.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 32 行
3
32 行
.\" SCCSID: @(#)stime.3 8.1 9/11/90.TH stime 3 .SH Namestime \- set time.SH Syntax.B int stime (tp).br.B long *tp;.SH Description.NXR "stime system call".NXA "stime system call" "gettimeofday system call".NXR "time" "setting"The .PN stimesystem call sets the system's time and date.The.I tpargument points to the value of time asmeasured in seconds from 00:00:00 GMT January 1, 1970..SH Return ValuesUpon successful completion, a value of zero (0) is returned.Otherwise, a value of \-1 is returned and.I errnois set to indicate the error..SH Diagnostics.TP 15[EPERM]The effective user IDof the calling process is not the superuser..SH See Alsogettimeofday(2), time(3)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?