OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man3 / ceil.3
index ba7e1dc..5200d93 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 CEIL 3 2010\-09\-20 "" "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1997 Ueyama Rui
+.\"         all rights reserved.
+.\" Translated Tue Feb 21 0:47:30 JST 1997
+.\"         by Ueyama Rui <ueyama@campusnet.or.jp>
+.\" Updated & Modified Fri Jul  6 20:35:28 JST 2001
+.\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
+.\" Updated & Modified Sun Jan  9 23:39:35 JST 2005
+.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\" Updated 2008-09-15, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"
+.TH CEIL 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 ceil, ceilf, ceill \- 引き数を下回らない最小の整数値
 .SH 書式
@@ -66,6 +79,9 @@ or \fIcc\ \-std=c99\fP
 \fIx\fP が整数、+0、\-0、NaN、無限のいずれかの場合、 \fIx\fP そのものが返される。
 .SH エラー
 エラーは発生しない。 POSIX.1\-2001 にはオーバーフローでの範囲エラー (range error) の 記載がある。「注意」の節を参照のこと。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBceil\fP(), \fBceilf\fP(), \fBceill\fP() はスレッドセーフである。
 .SH 準拠
 C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH 注意
@@ -83,6 +99,6 @@ SUSv2 と POSIX.1\-2001 にはオーバーフローに関する記述があり
 \fBfloor\fP(3), \fBlrint\fP(3), \fBnearbyint\fP(3), \fBrint\fP(3), \fBround\fP(3),
 \fBtrunc\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。