From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/opensuse-tumbleweed/man2/stime.2 | 73 +++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 upstream/opensuse-tumbleweed/man2/stime.2 (limited to 'upstream/opensuse-tumbleweed/man2/stime.2') diff --git a/upstream/opensuse-tumbleweed/man2/stime.2 b/upstream/opensuse-tumbleweed/man2/stime.2 new file mode 100644 index 00000000..e4d1a38a --- /dev/null +++ b/upstream/opensuse-tumbleweed/man2/stime.2 @@ -0,0 +1,73 @@ +.\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992 +.\" +.\" SPDX-License-Identifier: Linux-man-pages-copyleft +.\" +.\" Modified by Michael Haardt +.\" Modified 1993-07-24 by Rik Faith +.\" Modified 2001-03-16 by Andries Brouwer +.\" Modified 2004-05-27 by Michael Kerrisk +.\" +.TH stime 2 2023-03-30 "Linux man-pages 6.05.01" +.SH NAME +stime \- set time +.SH SYNOPSIS +.nf +.B #include +.PP +.BI "[[deprecated]] int stime(const time_t *" t ); +.fi +.PP +.RS -4 +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.RE +.PP +.BR stime (): +.nf + Since glibc 2.19: + _DEFAULT_SOURCE + glibc 2.19 and earlier: + _SVID_SOURCE +.fi +.SH DESCRIPTION +.BR NOTE : +This function is deprecated; +use +.BR clock_settime (2) +instead. +.PP +.BR stime () +sets the system's idea of the time and date. +The time, pointed +to by \fIt\fP, is measured in seconds since the +Epoch, 1970-01-01 00:00:00 +0000 (UTC). +.BR stime () +may be executed only by the superuser. +.SH RETURN VALUE +On success, zero is returned. +On error, \-1 is returned, and +.I errno +is set to indicate the error. +.SH ERRORS +.TP +.B EFAULT +Error in getting information from user space. +.TP +.B EPERM +The calling process has insufficient privilege. +Under Linux, the +.B CAP_SYS_TIME +privilege is required. +.SH STANDARDS +None. +.SH HISTORY +SVr4. +.PP +Starting with glibc 2.31, +this function is no longer available to newly linked applications +and is no longer declared in +.IR . +.SH SEE ALSO +.BR date (1), +.BR settimeofday (2), +.BR capabilities (7) -- cgit v1.2.3