diff options
Diffstat (limited to 'doc/glibc-functions/feenableexcept.texi')
-rw-r--r-- | doc/glibc-functions/feenableexcept.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/glibc-functions/feenableexcept.texi b/doc/glibc-functions/feenableexcept.texi index c62e5d0d1f..045cdf743f 100644 --- a/doc/glibc-functions/feenableexcept.texi +++ b/doc/glibc-functions/feenableexcept.texi @@ -2,7 +2,18 @@ @subsection @code{feenableexcept} @findex feenableexcept -Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/feenableexcept.3.html,,man feenableexcept} +Documentation: +@itemize +@item +@ifinfo +@ref{Control Functions,,Floating-Point Control Functions,libc}, +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Control-Functions.html}, +@end ifnotinfo +@item +@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/feenableexcept.3.html,,man feenableexcept}. +@end itemize Gnulib module: --- |