OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / scalbln.3
index 1ae2193..85360ee 100644 (file)
@@ -22,7 +22,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH SCALBLN 3 2008-08-11 "" "Linux Programmer's Manual"
+.TH SCALBLN 3 2010-09-20 "" "Linux Programmer's Manual"
 .SH NAME
 scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl \-
 multiply floating-point number by integral power of radix
 .SH NAME
 scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl \-
 multiply floating-point number by integral power of radix
@@ -52,14 +52,24 @@ Feature Test Macro Requirements for glibc (see
 .BR scalbln (),
 .BR scalblnf (),
 .BR scalblnl ():
 .BR scalbln (),
 .BR scalblnf (),
 .BR scalblnl ():
-_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.RS
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
+.br
+or
 .I cc\ -std=c99
 .I cc\ -std=c99
+.RE
 .br
 .BR scalbn (),
 .BR scalbnf (),
 .BR scalbnl ():
 .br
 .BR scalbn (),
 .BR scalbnf (),
 .BR scalbnl ():
-_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.RS
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
+.br
+or
 .I cc\ -std=c99
 .I cc\ -std=c99
+.RE
 .ad b
 .SH DESCRIPTION
 These functions multiply their first argument
 .ad b
 .SH DESCRIPTION
 These functions multiply their first argument