Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/man Add modfl to the modf manpage, the link to modf...
details: https://anonhg.NetBSD.org/src/rev/f96be740c9db
branches: trunk
changeset: 814282:f96be740c9db
user: nros <nros%NetBSD.org@localhost>
date: Tue Mar 15 15:29:19 2016 +0000
description:
Add modfl to the modf manpage, the link to modfl was already there but the
content was missing.
diffstat:
lib/libm/man/modf.3 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r afb84c0f4de1 -r f96be740c9db lib/libm/man/modf.3
--- a/lib/libm/man/modf.3 Tue Mar 15 15:17:08 2016 +0000
+++ b/lib/libm/man/modf.3 Tue Mar 15 15:29:19 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modf.3,v 1.1 2006/07/03 16:03:56 drochner Exp $
+.\" $NetBSD: modf.3,v 1.2 2016/03/15 15:29:19 nros Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)modf.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd March 21, 2006
+.Dd March 7, 2016
.Dt MODF 3
.Os
.Sh NAME
@@ -47,6 +47,8 @@
.Fn modf "double value" "double *iptr"
.Ft float
.Fn modff "float value" "float *iptr"
+.Ft long double
+.Fn modfl "long double value" "long double *iptr"
.Sh DESCRIPTION
The
.Fn modf
Home |
Main Index |
Thread Index |
Old Index