OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / stime.2
index fd0dbad..05e9c4d 100644 (file)
 .\" Modified 2001-03-16 by Andries Brouwer <aeb@cwi.nl>
 .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH STIME 2 2010-02-25 "Linux" "Linux Programmer's Manual"
+.TH STIME 2 2014-05-10 "Linux" "Linux Programmer's Manual"
 .SH NAME
 stime \- set time
 .SH SYNOPSIS
 .B #include <time.h>
 .sp
-.BI "int stime(time_t *" t );
+.BI "int stime(const time_t *" t );
 .sp
 .in -4n
 Feature Test Macro Requirements for glibc (see
@@ -62,7 +62,7 @@ Error in getting information from user space.
 .TP
 .B EPERM
 The calling process has insufficient privilege.
-Under Linux the
+Under Linux, the
 .B CAP_SYS_TIME
 privilege is required.
 .SH CONFORMING TO
@@ -72,10 +72,11 @@ SVr4.
 .BR settimeofday (2),
 .BR capabilities (7)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.