NetBSD Problem Report #49399

From www@NetBSD.org  Mon Nov 17 10:52:49 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id D6466A65E9
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 17 Nov 2014 10:52:49 +0000 (UTC)
Message-Id: <20141117105248.490BEA582D@mollari.NetBSD.org>
Date: Mon, 17 Nov 2014 10:52:48 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Add man pages for erfl and erfcl
X-Send-Pr-Version: www-1.0

>Number:         49399
>Category:       misc
>Synopsis:       Add man pages for erfl and erfcl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 17 10:55:00 +0000 2014
>Closed-Date:    Thu Aug 17 18:45:38 +0000 2017
>Last-Modified:  Thu Aug 17 18:45:38 +0000 2017
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
After erfl and erfcl is in libm,
add also the man pagses for erfl and erfcl.
>How-To-Repeat:

>Fix:
diff -u -p -r1.166 Makefile
--- lib/libm/Makefile	19 Sep 2014 17:42:44 -0000	1.166
+++ lib/libm/Makefile	15 Nov 2014 08:02:00 -0000
@@ -308,7 +308,8 @@ MLINKS+=copysign.3 copysignf.3 \
 	copysign.3 copysignl.3
 MLINKS+=cos.3 cosf.3
 MLINKS+=cosh.3 coshf.3
-MLINKS+=erf.3 erff.3 erf.3 erfc.3 erf.3 erfcf.3
+MLINKS+=erf.3 erff.3 erf.3 erfl.3 erf.3 erfc.3 \
+	erf.3 erfcf.3 erf.3 erfcl.3
 MLINKS+=exp.3 expf.3 exp.3 expm1.3 exp.3 expm1f.3 			\
 	exp.3 exp2.3 exp.3 exp2f.3

===================================================================

diff -u -p -r1.12 erf.3
--- lib/libm/man/erf.3	7 Aug 2003 16:44:47 -0000	1.12
+++ lib/libm/man/erf.3	15 Nov 2014 08:02:00 -0000
@@ -34,8 +34,10 @@
 .Sh NAME
 .Nm erf ,
 .Nm erff ,
+.Nm erfl ,
 .Nm erfc ,
-.Nm erfcf
+.Nm erfcf ,
+.Nm erfcl
 .Nd error function operators
 .Sh LIBRARY
 .Lb libm
@@ -45,27 +47,39 @@
 .Fn erf "double x"
 .Ft float
 .Fn erff "float x"
+.Ft long double
+.Fn erfl "long double"
 .Ft double
 .Fn erfc "double x"
 .Ft float
 .Fn erfcf "float x"
+.Ft long double
+.Fn erfcl "long double"
 .Sh DESCRIPTION
 These functions calculate the error function of
 .Fa x .
 .Pp

===================================================================

diff -u -p -r1.1919 mi
--- distrib/sets/lists/comp/mi	24 Oct 2014 02:39:34 -0000	1.1919
+++ distrib/sets/lists/comp/mi	15 Nov 2014 08:11:26 -0000
@@ -6373,7 +6376,9 @@
 ./usr/share/man/cat3/erf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/erfc.0			comp-c-catman		.cat
 ./usr/share/man/cat3/erfcf.0			comp-c-catman		.cat
+./usr/share/man/cat3/erfcl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/erff.0			comp-c-catman		.cat
+./usr/share/man/cat3/erfl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/err.0			comp-c-catman		.cat
 ./usr/share/man/cat3/errc.0			comp-c-catman		.cat
 ./usr/share/man/cat3/error_message.0		comp-krb5-catman	kerberos,.cat
@@ -13229,7 +13234,9 @@
 ./usr/share/man/html3/erf.html			comp-c-htmlman		html
 ./usr/share/man/html3/erfc.html			comp-c-htmlman		html
 ./usr/share/man/html3/erfcf.html		comp-c-htmlman		html
+./usr/share/man/html3/erfcl.html		comp-c-htmlman		html
 ./usr/share/man/html3/erff.html			comp-c-htmlman		html
+./usr/share/man/html3/erfl.html			comp-c-htmlman		html
 ./usr/share/man/html3/err.html			comp-c-htmlman		html
 ./usr/share/man/html3/errc.html			comp-c-htmlman		html
 ./usr/share/man/html3/error_message.html	comp-krb5-htmlman	kerberos,html
@@ -19997,7 +20004,9 @@
 ./usr/share/man/man3/erf.3			comp-c-man		.man
 ./usr/share/man/man3/erfc.3			comp-c-man		.man
 ./usr/share/man/man3/erfcf.3			comp-c-man		.man
+./usr/share/man/man3/erfcl.3			comp-c-man		.man
 ./usr/share/man/man3/erff.3			comp-c-man		.man
+./usr/share/man/man3/erfl.3			comp-c-man		.man
 ./usr/share/man/man3/err.3			comp-c-man		.man
 ./usr/share/man/man3/errc.3			comp-c-man		.man

>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49399 CVS commit: src/lib/libm
Date: Mon, 17 Nov 2014 11:53:23 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Mon Nov 17 16:53:23 UTC 2014

 Modified Files:
 	src/lib/libm: Makefile
 	src/lib/libm/man: erf.3

 Log Message:
 PR/49399: Henning Petersen: Add man pages for erfl and erfcl


 To generate a diff of this commit:
 cvs rdiff -u -r1.166 -r1.167 src/lib/libm/Makefile
 cvs rdiff -u -r1.12 -r1.13 src/lib/libm/man/erf.3

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->pending-pullups
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Wed, 21 Oct 2015 01:59:20 +0000
State-Changed-Why:
pullup-7 #1009


From: "Jeff Rizzo" <riz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49399 CVS commit: [netbsd-7] src
Date: Sun, 8 Nov 2015 00:24:26 +0000

 Module Name:	src
 Committed By:	riz
 Date:		Sun Nov  8 00:24:26 UTC 2015

 Modified Files:
 	src/distrib/sets/lists/comp [netbsd-7]: mi
 	src/lib/libm [netbsd-7]: Makefile
 	src/lib/libm/man [netbsd-7]: erf.3

 Log Message:
 Pull up following revision(s) (requested by dholland in ticket #1009):
 	lib/libm/man/erf.3: revision 1.13
 	distrib/sets/lists/comp/mi: revision 1.1921
 	lib/libm/Makefile: revision 1.167
 PR/49399: Henning Petersen: Add man pages for erfl and erfcl
 fix sets for new erf{c,}l man pages.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1906.2.8 -r1.1906.2.9 src/distrib/sets/lists/comp/mi
 cvs rdiff -u -r1.164.2.2 -r1.164.2.3 src/lib/libm/Makefile
 cvs rdiff -u -r1.12 -r1.12.74.1 src/lib/libm/man/erf.3

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: pending-pullups->closed
State-Changed-By: jdolecek@NetBSD.org
State-Changed-When: Thu, 17 Aug 2017 18:45:38 +0000
State-Changed-Why:
Pullup to netbsd-7 done. Thank you.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.