OSDN Git Service

(split) LDP v3.24 -> v3.29 の定型的な変更内容を反映。
[linuxjm/LDP_man-pages.git] / draft / man3 / abs.3
index 85c6677..b1819c9 100644 (file)
@@ -35,7 +35,7 @@
 .\"         by Kentaro OGAWA <k_ogawa@oyna.cc.muroran-it.ac.jp>
 .\" Updated Mon 29 Jan 2001 17:18:34 JST by Kentaro Shirakata <argrath@ub32.org>
 .\"
-.TH ABS 3  2007-07-26 "GNU" "Linux Programmer's Manual"
+.TH ABS 3  2010-09-20 "GNU" "Linux Programmer's Manual"
 .SH Ì¾Á°
 .\"O abs, labs, llabs, imaxabs \- compute the absolute value of an integer
 abs, labs, llabs, imaxabs \- À°¿ô¤ÎÀäÂÐÃͤò·×»»¤¹¤ë
@@ -62,9 +62,15 @@ glibc 
 »²¾È):
 .in
 .sp
+.ad l
 .BR llabs ():
-_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; ¤Þ¤¿¤Ï
+.RS 4
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
+.br
+or
 .I cc\ -std=c99
+.ad
 .SH ÀâÌÀ
 .\"O The
 .\"O .BR abs ()