OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / time.2
index a03d0f5..62203fb 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified by Michael Haardt <michael@moria.de>
 .\" Modified Sat Jul 24 14:13:40 1993 by Rik Faith <faith@cs.unc.edu>
@@ -43,7 +43,7 @@ If
 is non-NULL,
 the return value is also stored in the memory pointed to by
 .IR t .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, the value of time in seconds since the Epoch is returned.
 On error, \fI((time_t)\ \-1)\fP is returned, and \fIerrno\fP is set
 appropriately.
@@ -52,7 +52,7 @@ appropriately.
 .B EFAULT
 .I t
 points outside your accessible address space.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
 .\" .br
 .\" Under 4.3BSD, this call is obsoleted by
@@ -73,9 +73,18 @@ and the Epoch, because of leap seconds and because system clocks are not
 required to be synchronized to a standard reference.
 The intention is that the interpretation of seconds since the Epoch values be
 consistent; see POSIX.1-2008 Rationale A.4.15 for further rationale.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR date (1),
 .BR gettimeofday (2),
 .BR ctime (3),
 .BR ftime (3),
 .BR time (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.