diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-09-19 06:52:23 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-09-22 16:59:06 +0200 |
| commit | b90c43a8d714c3d9b0e4ac0cdcb57735eb04e6e1 (patch) | |
| tree | 1575e565e7e888774fa1841ff65d0a5f112bbf64 /man3 | |
| parent | 45babd3880e04f7b894ada8ae0c4de03423234b8 (diff) | |
| download | man-pages-b90c43a8d714c3d9b0e4ac0cdcb57735eb04e6e1.tar.gz | |
ceil.3, cos.3, cosh.3, floor.3, fmod.3, frexp.3, ldexp.3, log.3, log10.3, modf.3, pow.3, sin.3, sinh.3, sqrt.3, tan.3, tanh.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/ceil.3 | 8 | ||||
| -rw-r--r-- | man3/cos.3 | 8 | ||||
| -rw-r--r-- | man3/cosh.3 | 8 | ||||
| -rw-r--r-- | man3/floor.3 | 8 | ||||
| -rw-r--r-- | man3/fmod.3 | 8 | ||||
| -rw-r--r-- | man3/frexp.3 | 8 | ||||
| -rw-r--r-- | man3/ldexp.3 | 8 | ||||
| -rw-r--r-- | man3/log.3 | 8 | ||||
| -rw-r--r-- | man3/log10.3 | 8 | ||||
| -rw-r--r-- | man3/modf.3 | 8 | ||||
| -rw-r--r-- | man3/pow.3 | 8 | ||||
| -rw-r--r-- | man3/sin.3 | 8 | ||||
| -rw-r--r-- | man3/sinh.3 | 8 | ||||
| -rw-r--r-- | man3/sqrt.3 | 8 | ||||
| -rw-r--r-- | man3/tan.3 | 8 | ||||
| -rw-r--r-- | man3/tanh.3 | 9 |
16 files changed, 97 insertions, 32 deletions
diff --git a/man3/ceil.3 b/man3/ceil.3 index 7c50e53db5..63f86f9914 100644 --- a/man3/ceil.3 +++ b/man3/ceil.3 @@ -47,9 +47,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR ceilf (), .BR ceill (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION These functions return the smallest integral value that is not less than .IR x . diff --git a/man3/cos.3 b/man3/cos.3 index 29a1620cf6..535eb081d6 100644 --- a/man3/cos.3 +++ b/man3/cos.3 @@ -53,9 +53,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR cosf (), .BR cosl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR cos () diff --git a/man3/cosh.3 b/man3/cosh.3 index b9e657db9b..7a31587b59 100644 --- a/man3/cosh.3 +++ b/man3/cosh.3 @@ -55,9 +55,13 @@ 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; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR cosh () diff --git a/man3/floor.3 b/man3/floor.3 index 43f36a199a..6090a2f800 100644 --- a/man3/floor.3 +++ b/man3/floor.3 @@ -46,9 +46,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR floorf (), .BR floorl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION These functions return the largest integral value that is not greater than .IR x . diff --git a/man3/fmod.3 b/man3/fmod.3 index 104bf791a0..b8a9bc3845 100644 --- a/man3/fmod.3 +++ b/man3/fmod.3 @@ -54,9 +54,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR fmodf (), .BR fmodl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR fmod () diff --git a/man3/frexp.3 b/man3/frexp.3 index e5fc4f9e18..f168c7986d 100644 --- a/man3/frexp.3 +++ b/man3/frexp.3 @@ -53,9 +53,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR frexpf (), .BR frexpl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR frexp () diff --git a/man3/ldexp.3 b/man3/ldexp.3 index dafb62921c..01b1407b90 100644 --- a/man3/ldexp.3 +++ b/man3/ldexp.3 @@ -53,9 +53,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR ldexpf (), .BR ldexpl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR ldexp () diff --git a/man3/log.3 b/man3/log.3 index b3f66209f7..005f2cddad 100644 --- a/man3/log.3 +++ b/man3/log.3 @@ -55,9 +55,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR logf (), .BR logl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR log () diff --git a/man3/log10.3 b/man3/log10.3 index 9ab192772f..26e6168c62 100644 --- a/man3/log10.3 +++ b/man3/log10.3 @@ -55,9 +55,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR log10f (), .BR log10l (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR log10 () diff --git a/man3/modf.3 b/man3/modf.3 index cfb1e42880..d64b59801a 100644 --- a/man3/modf.3 +++ b/man3/modf.3 @@ -53,9 +53,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR modf (), .BR modl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR modf () diff --git a/man3/pow.3 b/man3/pow.3 index cf00dd80fe..a17e30825a 100644 --- a/man3/pow.3 +++ b/man3/pow.3 @@ -54,9 +54,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR powf (), .BR powl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR pow () diff --git a/man3/sin.3 b/man3/sin.3 index c9df35ad28..ded382efa6 100644 --- a/man3/sin.3 +++ b/man3/sin.3 @@ -54,9 +54,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR sinf (), .BR sinl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR sin () diff --git a/man3/sinh.3 b/man3/sinh.3 index 6e81e65dbc..86900f96ef 100644 --- a/man3/sinh.3 +++ b/man3/sinh.3 @@ -55,9 +55,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR sinhf (), .BR sinhl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR sinh () diff --git a/man3/sqrt.3 b/man3/sqrt.3 index 95723c8c2f..46f3a0ba62 100644 --- a/man3/sqrt.3 +++ b/man3/sqrt.3 @@ -53,9 +53,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR sqrtf (), .BR sqrtl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR sqrt () diff --git a/man3/tan.3 b/man3/tan.3 index b3dc25452c..f069055d0d 100644 --- a/man3/tan.3 +++ b/man3/tan.3 @@ -54,9 +54,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR tanf (), .BR tanl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR tan () diff --git a/man3/tanh.3 b/man3/tanh.3 index 859c09e0ba..4bbf889bf9 100644 --- a/man3/tanh.3 +++ b/man3/tanh.3 @@ -54,9 +54,14 @@ Feature Test Macro Requirements for glibc (see .ad l .BR tanhf (), .BR tanhl (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.a.RE +.ad .SH DESCRIPTION The .BR tanh () |
