summaryrefslogtreecommitdiff
path: root/man2/time.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 16:30:46 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 16:30:46 +0000
commit2dd578fd5b80cbfe5892b200633aa1442c4ac674 (patch)
tree24e8979404da027e60b9f9722256768404464d3b /man2/time.2
parenta1d5f77cc8a41c7c0ba751140e31b8b0e71fd091 (diff)
Reordered sections for consistency.
Diffstat (limited to 'man2/time.2')
-rw-r--r--man2/time.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/time.2 b/man2/time.2
index b6c405bd..1d703008 100644
--- a/man2/time.2
+++ b/man2/time.2
@@ -52,6 +52,12 @@ appropriately.
.B EFAULT
.I t
points outside your accessible address space.
+.SH "CONFORMING TO"
+SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
+.\" .br
+.\" Under 4.3BSD, this call is obsoleted by
+.\" .BR gettimeofday (2).
+POSIX does not specify any error conditions.
.SH NOTES
POSIX.1 defines
.I seconds since the Epoch
@@ -65,12 +71,6 @@ required to be synchronised to a standard reference.
The intention is
that the interpretation of seconds since the Epoch values be
consistent; see POSIX.1 Annex B 2.2.2 for further rationale.
-.SH "CONFORMING TO"
-SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
-.\" .br
-.\" Under 4.3BSD, this call is obsoleted by
-.\" .BR gettimeofday (2).
-POSIX does not specify any error conditions.
.SH "SEE ALSO"
.BR date (1),
.BR gettimeofday (2),