Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

stime(2)


STIME

STIME

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
DIAGNOSTICS
ASSEMBLER

NAME

stime − set time

SYNOPSIS

stime(tp)
long *tp;

DESCRIPTION

Stime sets the system’s idea of the time and date. Time, pointed to by tp, is measured in seconds from 0000 GMT Jan 1, 1970. Only the super-user may use this call.

SEE ALSO

date(1), time(2), ctime(3)

DIAGNOSTICS

Zero is returned if the time was set; −1 if user is not the super-user.

ASSEMBLER

(stime = 25.)
(time in r0-r1)
sys stime



stime(2)