From 551e911a892f7dd8cc78763367dcac4f09b6b06a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 21 Dec 2011 19:28:10 +0100 Subject: [PATCH] libm: A little cleanup in the exp*(3) MLINKS. --- Makefile_upgrade.inc | 2 ++ lib/libm/man/Makefile.inc | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 4c431469e3..414b85fbf5 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1765,6 +1765,8 @@ TO_REMOVE+=/usr/share/man/cat9/FREE.9.gz TO_REMOVE+=/usr/share/man/man9/FREE.9.gz TO_REMOVE+=/usr/share/man/cat3/ieee.3.gz TO_REMOVE+=/usr/share/man/man3/ieee.3.gz +TO_REMOVE+=/usr/share/man/cat3/exp2l.3.gz +TO_REMOVE+=/usr/share/man/man3/exp2l.3.gz .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/libdata/stallion/2681.sys diff --git a/lib/libm/man/Makefile.inc b/lib/libm/man/Makefile.inc index c79e34533c..7edd236e71 100644 --- a/lib/libm/man/Makefile.inc +++ b/lib/libm/man/Makefile.inc @@ -1,5 +1,3 @@ -# $DragonFly: src/lib/libm/man/Makefile.inc,v 1.6 2007/06/17 06:26:18 pavalos Exp $ - .PATH: ${.CURDIR}/man MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ @@ -23,7 +21,7 @@ MLINKS+=cosh.3 coshf.3 MLINKS+=erf.3 erff.3 erf.3 erfc.3 erf.3 erfcf.3 MLINKS+=log.3 logf.3 log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 \ log.3 log2.3 log.3 log2f.3 -MLINKS+=exp.3 expf.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 +MLINKS+=exp.3 expf.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expm1.3 exp.3 expm1f.3 MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3 -- 2.41.0