diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-12-01 00:14:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-12-01 00:14:58 +0000 |
commit | f638872ab422a5747b9481a88087cf7d857f048d (patch) | |
tree | a3baf31429b98f0df2be2eb11f85ad908a10cd6a /manual | |
parent | 48085d142e3879a31af25a10316104bb7092eb1c (diff) | |
download | glibc-f638872ab422a5747b9481a88087cf7d857f048d.tar glibc-f638872ab422a5747b9481a88087cf7d857f048d.tar.gz glibc-f638872ab422a5747b9481a88087cf7d857f048d.tar.bz2 glibc-f638872ab422a5747b9481a88087cf7d857f048d.zip |
Fix typos in arith.texi.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/arith.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 3f4e56a6e8..f387c8f1ad 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -1064,7 +1064,7 @@ occur, you can use the following two functions. @comment GNU @deftypefun int feenableexcept (int @var{excepts}) This functions enables traps for each of the exceptions as indicated by -the parameter @var{except}. The individual excepetions are described in +the parameter @var{except}. The individual exceptions are described in @ref{Status bit operations}. Only the specified exceptions are enabled, the status of the other exceptions is not changed. @@ -1076,7 +1076,7 @@ operation was successful, @code{-1} otherwise. @comment GNU @deftypefun int fedisableexcept (int @var{excepts}) This functions disables traps for each of the exceptions as indicated by -the parameter @var{except}. The individual excepetions are described in +the parameter @var{except}. The individual exceptions are described in @ref{Status bit operations}. Only the specified exceptions are disabled, the status of the other exceptions is not changed. |