OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / gettimeofday.2
index aaee276..06fbb6c 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 1993-07-23 by Rik Faith (faith@cs.unc.edu)
@@ -84,6 +84,8 @@ struct timezone {
 .fi
 .in
 .PP
+.\" FIXME The compilation warning looks to be going away in 2.17
+.\" see glibc commit 4b7634a5e03b0da6f8875de9d3f74c1cf6f2a6e8
 .\" The following is covered under EPERM below:
 .\" .PP
 .\" Only the superuser may use
@@ -120,10 +122,10 @@ SVr4, 4.3BSD に準拠する。 POSIX.1\-2001 は \fBgettimeofday\fP()  につ
 \fBsettimeofday\fP()  については記述していない。 POSIX.1\-2008 では \fBgettimeofday\fP()
 は廃止予定とされており、 代わりに \fBclock_gettime\fP(2)  の使用が推奨されている。
 .SH 注意
-\fBgettimeofday\fP(2) が返す時刻は、システム時間の不連続な変化
-(例えば、システム管理者がシステム時間を手動で変更した場合など)
-の影響を\fI受ける\fP。単調増加するクロックが必要な場合は、
-\fBclock_gettime\fP(2) を参照してほしい。
+The time returned by \fBgettimeofday\fP()  \fIis\fP affected by discontinuous
+jumps in the system time (e.g., if the system administrator manually changes
+the system time).  If you need a monotonically increasing clock, see
+\fBclock_gettime\fP(2).
 
 \fItimeval\fP 構造体を操作するためのマクロの説明は \fBtimeradd\fP(3)  にある。
 
@@ -177,6 +179,6 @@ Linux において \fBsettimeofday\fP() を呼び出すときは、
 \fBctime\fP(3), \fBftime\fP(3), \fBtimeradd\fP(3), \fBcapabilities\fP(7),
 \fBtime\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。