Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/man Document frexpl() now that we have it as well.



details:   https://anonhg.NetBSD.org/src/rev/93ddd7808ca4
branches:  trunk
changeset: 340516:93ddd7808ca4
user:      he <he%NetBSD.org@localhost>
date:      Thu Sep 10 08:28:54 2015 +0000

description:
Document frexpl() now that we have it as well.

diffstat:

 lib/libm/man/frexp.3 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1e3d60af1786 -r 93ddd7808ca4 lib/libm/man/frexp.3
--- a/lib/libm/man/frexp.3      Thu Sep 10 06:32:47 2015 +0000
+++ b/lib/libm/man/frexp.3      Thu Sep 10 08:28:54 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: frexp.3,v 1.2 2010/04/29 08:35:03 joerg Exp $
+.\"    $NetBSD: frexp.3,v 1.3 2015/09/10 08:28:54 he Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -47,6 +47,8 @@
 .Fn frexp "double value" "int *exp"
 .Ft float
 .Fn frexpf "float value" "int *exp"
+.Ft long double
+.Fn frexpl "long double value" "int *exp"
 .Sh DESCRIPTION
 The
 .Fn frexp



Home | Main Index | Thread Index | Old Index