[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc-doc-reference] 01/01: debian/patches/04-finite.diff: fix description of finite (closes: #593532).



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc-doc-reference.

commit e5ce2dd697275f54b84064e39c602458bb80201d
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 23 12:52:18 2017 +0100

    debian/patches/04-finite.diff: fix description of finite (closes: #593532).
---
 debian/changelog              |  2 ++
 debian/patches/04-finite.diff | 19 +++++++++++++++++++
 debian/patches/series         |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5e44c2..0098da9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ glibc-doc-reference (2.25-3) UNRELEASED; urgency=medium
     including the full GFDL license.
   * debian/patches/03-SC_SSIZE_MAX.diff: add missing underscore in front
     of SC_SSIZE_MAX (closes: #756858).
+  * debian/patches/04-finite.diff: fix description of finite (closes:
+    #593532).
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 07 Dec 2017 13:18:46 +0100
 
diff --git a/debian/patches/04-finite.diff b/debian/patches/04-finite.diff
new file mode 100644
index 0000000..a4e7c97
--- /dev/null
+++ b/debian/patches/04-finite.diff
@@ -0,0 +1,19 @@
+2017-12-23  Aurelien Jarno <aurelien@aurel32.net>
+
+	[BZ #22596]
+	* manual/arith.texi (finite): Fix the description of the return
+	value.
+
+--- a/manual/arith.texi
++++ b/manual/arith.texi
+@@ -467,8 +467,8 @@ function for some reason, you can write
+ @deftypefunx int finitel (long double @var{x})
+ @standards{BSD, math.h}
+ @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
+-This function returns a nonzero value if @var{x} is finite or a ``not a
+-number'' value, and zero otherwise.
++This function returns a nonzero value if @var{x} is neither infinite nor
++a ``not a number'' value, and zero otherwise.
+ @end deftypefun
+ 
+ @strong{Portability Note:} The functions listed in this section are BSD
diff --git a/debian/patches/series b/debian/patches/series
index 95da450..3ed95d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-build-system.diff
 02-dont-clutter-main-info-directory.diff
 03-SC_SSIZE_MAX.diff
+04-finite.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc-doc-reference.git


Reply to: