aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-09-18 21:38:23 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-09-22 16:59:06 +0200
commit36e93b81f100cd13a9af2acff55ffc9e563db2a8 (patch)
treeecfdf455d153f49456d56f35f2686d8246a3caad
parent34c38af86e0eadf8726f4bf5aabf28e8c169e4df (diff)
downloadman-pages-36e93b81f100cd13a9af2acff55ffc9e563db2a8.tar.gz
acos.3, asin.3, atan.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/acos.36
-rw-r--r--man3/asin.36
-rw-r--r--man3/atan.36
3 files changed, 15 insertions, 3 deletions
diff --git a/man3/acos.3 b/man3/acos.3
index 39c74912b5..63092109f2 100644
--- a/man3/acos.3
+++ b/man3/acos.3
@@ -52,8 +52,12 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR acosf (),
.BR acosl ():
-_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
+.RE
.ad b
.SH DESCRIPTION
The
diff --git a/man3/asin.3 b/man3/asin.3
index ea2ad4d746..9f61d6ce13 100644
--- a/man3/asin.3
+++ b/man3/asin.3
@@ -54,8 +54,12 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR asinf (),
.BR asinl ():
-_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
+.RE
.ad b
.SH DESCRIPTION
The
diff --git a/man3/atan.3 b/man3/atan.3
index dbfd0dd5cd..80e8dac5b9 100644
--- a/man3/atan.3
+++ b/man3/atan.3
@@ -54,8 +54,12 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR atanf (),
.BR atanl ():
-_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
+.RE
.ad b
.SH DESCRIPTION
The