OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man3 / lrint.3
index 295f7d6..ba4d058 100644 (file)
@@ -2,6 +2,7 @@
 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LRINT 3 2010\-09\-20 "" "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2001, 2005 Yuichi SATO
+.\"         all rights reserved.
+.\" Translated Sun Jul  8 11:59:22 JST 2001
+.\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
+.\" Updated & Modified Sat Jan 15 22:39:05 JST 2005
+.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\" Updated 2008-09-18, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"
+.TH LRINT 3 2014\-01\-18 "" "Linux Programmer's Manual"
 .SH 名前
 lrint, lrintf, lrintl, llrint, llrintf, llrintl \- 最も近い整数値に丸める
 .SH 書式
@@ -64,7 +75,7 @@ or \fIcc\ \-std=c99\fP
 .SH 説明
 これらの関数は、現在の丸め方向に基づき、最も近い整数に引き数を丸める (現在の丸め方向については \fBfesetround\fP(3)  を参照)。
 
-\fBrint\fP(3)  と違い、これらの関数の返り値の型は引き数の型と異なる点に注意すること。
+\fBrint\fP(3) 系の関数と違い、これらの関数の返り値の型は引き数の型と異なる点に注意すること。
 .SH 返り値
 これらの関数は丸めた整数値を返す。
 
@@ -87,8 +98,16 @@ or \fIcc\ \-std=c99\fP
 これらの関数は \fIerrno\fP を設定しない。
 .SH バージョン
 これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBlrint\fP(), \fBlrintf\fP(), \fBlrintl\fP(), \fBllrint\fP(), \fBllrintf\fP(),
+\fBllrintl\fP() はスレッドセーフである。
 .SH 準拠
 C99, POSIX.1\-2001.
 .SH 関連項目
 \fBceil\fP(3), \fBfloor\fP(3), \fBlround\fP(3), \fBnearbyint\fP(3), \fBrint\fP(3),
 \fBround\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。