From 61d70a99f983a9e8e27d43a091c128e983d7c52a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 19 Sep 2010 06:42:04 +0200 Subject: [PATCH] lgamma.3: ffix Signed-off-by: Michael Kerrisk --- man3/lgamma.3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/man3/lgamma.3 b/man3/lgamma.3 index eca5bd100..5b587154f 100644 --- a/man3/lgamma.3 +++ b/man3/lgamma.3 @@ -36,12 +36,19 @@ Feature Test Macro Requirements for glibc (see .sp .ad l .BR lgamma (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 +.RE .br .BR lgammaf (), .BR lgammal (): -_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 .br .BR lgamma_r (),