diff options
author | Andreas Jaeger <aj@suse.de> | 2007-10-22 05:00:46 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2007-10-22 05:00:46 +0000 |
commit | 9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73 (patch) | |
tree | 97b384ccaea68f01d81dd0c7727209413e645458 /manual/arith.texi | |
parent | 260b2e06c2f5a7457d2518aaba51b467c877a7fc (diff) | |
download | glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.tar.gz glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.tar.xz glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.zip |
* manual/texinfo.tex: Update to latest version.
* manual/sysinfo.texi (System Parameters): Fix Formatting. * manual/arith.texi (Status bit operations): Fix formatting. * manual/errno.texi (Error Messages): Fix formatting. * manual/sysinfo.texi (System Parameters): Fix formatting. * manual/libc.texinfo: Update VERSION and UPDATED. 2007-10-21 Andreas Jaeger <aj@suse.de> * manual/texinfo.tex: Update to latest version. * manual/sysinfo.texi (System Parameters): Fix Formatting. * manual/arith.texi (Status bit operations): Fix formatting. * manual/errno.texi (Error Messages): Fix formatting. * manual/sysinfo.texi (System Parameters): Fix formatting. * manual/libc.texinfo: Update VERSION and UPDATED.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 99fe67ae72..989bf04615 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -778,8 +778,7 @@ non-zero value otherwise. @comment fenv.h @comment ISO -@deftypefun int fesetexceptflag (const fexcept_t *@var{flagp}, int -@var{excepts}) +@deftypefun int fesetexceptflag (const fexcept_t *@var{flagp}, int @var{excepts}) This function restores the flags for the exceptions indicated by @var{excepts} to the values stored in the variable pointed to by @var{flagp}. |