From 6b300a6bc3c88f227bb866a13b382e3f49a46c09 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Aug 2008 17:05:02 +0000 Subject: [PATCH] These functions first appeared in glibc 2.1. --- man3/fenv.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man3/fenv.3 b/man3/fenv.3 index 713a5f513..391e29e9c 100644 --- a/man3/fenv.3 +++ b/man3/fenv.3 @@ -23,7 +23,7 @@ .\" 2000-08-14 added GNU additions from Andreas Jaeger .\" 2000-12-05 some changes inspired by acahalan's remarks .\" -.TH FENV 3 2008-08-07 "Linux" "Linux Programmer's Manual" +.TH FENV 3 2008-08-11 "Linux" "Linux Programmer's Manual" .SH NAME feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fetestexcept, fegetenv, fegetround, feholdexcept, fesetround, @@ -255,6 +255,8 @@ These functions return zero on success and non-zero if an error occurred. .\" Earlier seven of these functions were listed as returning void. .\" This was corrected in Corrigendum 1 (ISO/IEC 9899:1999/Cor.1:2001(E)) .\" of the C99 Standard. +.SH VERSIONS +These functions first appeared in glibc in version 2.1. .SH "CONFORMING TO" IEC 60559 (IEC 559:1989), ANSI/IEEE 854, C99, POSIX.1-2001. .SH NOTES