Module Name: src Committed By: nros Date: Tue Mar 15 15:29:19 UTC 2016
Modified Files: src/lib/libm/man: modf.3 Log Message: Add modfl to the modf manpage, the link to modfl was already there but the content was missing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/modf.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/modf.3 diff -u src/lib/libm/man/modf.3:1.1 src/lib/libm/man/modf.3:1.2 --- src/lib/libm/man/modf.3:1.1 Mon Jul 3 16:03:56 2006 +++ src/lib/libm/man/modf.3 Tue Mar 15 15:29:19 2016 @@ -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