X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fabs.3;h=93ed8ce0afb6a20949503269fe90bc561092712c;hb=c1dfa2f6ab1bbed84992d3c59ee9925f4d453668;hp=30d7233452f1a39857102635dbab339fd424cf17;hpb=fc763faabe545d972b718551999cbd8204464dd6;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/abs.3 b/draft/man3/abs.3 index 30d72334..93ed8ce0 100644 --- a/draft/man3/abs.3 +++ b/draft/man3/abs.3 @@ -1,5 +1,6 @@ .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" +.\" %%%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. @@ -19,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 .\" .\" References consulted: .\" Linux libc source code @@ -34,7 +36,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH ABS 3 2010\-09\-20 GNU "Linux Programmer's Manual" +.TH ABS 3 2013\-06\-21 GNU "Linux Programmer's Manual" .SH 名前 abs, labs, llabs, imaxabs \- 整数の絶対値を計算する .SH 書式 @@ -69,8 +71,11 @@ or \fIcc\ \-std=c99\fP 関数は、 それぞれの関数の型に応じた引数 \fIj\fP の絶対値を計算する。 .SH 返り値 それぞれの関数の型に応じた整数の引数の絶対値を返す。 +.SH 属性 +.SS "マルチスレッディング (pthreads(7) 参照)" +関数 \fBabs\fP(), \fBlabs\fP(), \fBllabs\fP(), \fBimaxabs\fP() はスレッドセーフである。 .SH 準拠 -.\" POSIX.1 (1996 edition) only requires the +.\" POSIX.1 (1996 edition) requires only the .\" .BR abs () .\" function. SVr4, POSIX.1\-2001, 4.3BSD, C99. C89 は \fBabs\fP() 関数と \fBlabs\fP() 関数のみを含んでいる。 @@ -89,6 +94,6 @@ GCC は \fBabs\fP() と \fBlabs\fP() をビルドイン関数として扱う .SH 関連項目 \fBcabs\fP(3), \fBceil\fP(3), \fBfabs\fP(3), \fBfloor\fP(3), \fBrint\fP(3) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。