Module Name: src
Committed By: he
Date: Thu Sep 10 08:28:54 UTC 2015
Modified Files:
src/lib/libm/man: frexp.3
Log Message:
Document frexpl() now that we have it as well.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/frexp.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/man/frexp.3
diff -u src/lib/libm/man/frexp.3:1.2 src/lib/libm/man/frexp.3:1.3
--- src/lib/libm/man/frexp.3:1.2 Thu Apr 29 08:35:03 2010
+++ src/lib/libm/man/frexp.3 Thu Sep 10 08:28:54 2015
@@ -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