OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / cosh.3
index b9e657d..26c53a3 100644 (file)
@@ -31,7 +31,7 @@
 .\" Modified 2002-07-27 by Walter Harms
 .\" (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH COSH 3 2008-08-10 ""  "Linux Programmer's Manual"
+.TH COSH 3 2010-09-20 ""  "Linux Programmer's Manual"
 .SH NAME
 cosh, coshf, coshl \- hyperbolic cosine function
 .SH SYNOPSIS
@@ -55,9 +55,14 @@ Feature Test Macro Requirements for glibc (see
 .ad l
 .BR coshf (),
 .BR coshl ():
-_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.RS 4
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
+.br
+or
 .I cc\ -std=c99
-.ad b
+.RE
+.ad
 .SH DESCRIPTION
 The
 .BR cosh ()