From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] finite.3: ffix
Date: Mon, 22 Jul 2013 19:14:05 +0200 [thread overview]
Message-ID: <51ED685D.2020804@gmail.com> (raw)
In-Reply-To: <1374478032-7985-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
On 07/22/13 09:27, Peng Haitao wrote:
> Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
Thanks. Applied.
Cheers,
Michael
> ---
> man3/finite.3 | 15 ++++++++++++---
> 1 file changed, 12 insertions(+), 3 deletions(-)
>
> diff --git a/man3/finite.3 b/man3/finite.3
> index 72b8646..81c7146 100644
> --- a/man3/finite.3
> +++ b/man3/finite.3
> @@ -89,21 +89,30 @@ _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600
> .ad b
> .SH DESCRIPTION
> The
> -.BR finite ()
> +.BR finite (),
> +.BR finitef (),
> +and
> +.BR finitel ()
> functions return a nonzero value if
> .I x
> is neither infinite
> nor a "not-a-number" (NaN) value, and 0 otherwise.
>
> The
> -.BR isnan ()
> +.BR isnan (),
> +.BR isnanf (),
> +and
> +.BR isnanl ()
> functions return a nonzero value if
> .I x
> is a NaN value,
> and 0 otherwise.
>
> The
> -.BR isinf ()
> +.BR isinf (),
> +.BR isinff (),
> +and
> +.BR isinfl ()
> functions return 1 if
> .I x
> is positive infinity, \-1 if
>
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2013-07-22 17:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-22 7:27 [PATCH] finite.3: ffix Peng Haitao
[not found] ` <1374478032-7985-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2013-07-22 17:14 ` Michael Kerrisk (man-pages) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51ED685D.2020804@gmail.com \
--to=mtk.manpages-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.