asinh.3, atanh.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-27 03:02:20 +02:00
parent 7b072c4d33
commit a339ce4369
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ or
.BR asinhl ():
.RS 4
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
_POSIX_C_SOURCE >= 200112L;
_POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99

View File

@ -66,7 +66,7 @@ or
.BR atanhl ():
.RS 4
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
_POSIX_C_SOURCE >= 200112L;
_POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99