From ac7bc7dc91fd898b819e49238b290fc5dc91c2fd Mon Sep 17 00:00:00 2001 From: mpp Date: Fri, 9 Feb 1996 00:45:45 +0000 Subject: Added some missing MLINKS for section 3 man pages. Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. --- lib/msun/Makefile | 47 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 12 deletions(-) (limited to 'lib/msun') diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 903ea98..7d7debd 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.6 1995/10/02 20:02:05 wollman Exp $ +# $Id: Makefile,v 1.7 1995/10/22 19:16:01 bde Exp $ # # ==================================================== # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -102,17 +102,40 @@ MAN3+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ ieee_test.3 j0.3 lgamma.3 math.3 rint.3 sin.3 sinh.3 sqrt.3 \ tan.3 tanh.3 -MLINKS+=erf.3 erfc.3 -MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 -MLINKS+=hypot.3 cabs.3 -MLINKS+=ieee.3 copysign.3 ieee.3 finite.3 ieee.3 ilogb.3 \ - ieee.3 nextafter.3 ieee.3 remainder.3 ieee.3 scalbn.3 -MLINKS+=ieee_test.3 logb.3 -MLINKS+=ieee_test.3 scalb.3 -MLINKS+=ieee_test.3 significand.3 -MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3 -MLINKS+=lgamma.3 gamma.3 -MLINKS+=sqrt.3 cbrt.3 +MLINKS+=acos.3 acosf.3 +MLINKS+=acosh.3 acoshf.3 +MLINKS+=asin.3 asinf.3 +MLINKS+=asinh.3 asinhf.3 +MLINKS+=atan.3 atanf.3 +MLINKS+=atanh.3 atanhf.3 +MLINKS+=atan2.3 atan2f.3 +MLINKS+=ceil.3 ceilf.3 +MLINKS+=cos.3 cosf.3 +MLINKS+=cosh.3 coshf.3 +MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 +MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \ + exp.3 expf.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp10.3 exp.3 exp10f.3 \ + exp.3 expm1f.3 exp.3 logf.3 exp.3 log2.3 exp.3 log2f.3 exp.3 powf.3 \ + exp.3 log10f.3 exp.3 log1pf.3 +MLINKS+=fabs.3 fabsf.3 +MLINKS+=floor.3 floorf.3 +MLINKS+=fmod.3 fmodf.3 +MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3 +MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 finite.3 ieee.3 finitef.3 \ + ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 nextafter.3 ieee.3 nextafterf.3 \ + ieee.3 remainder.3 ieee.3 remainderf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3 +MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3 +MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3 +MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3 +MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3 +MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3 +MLINKS+=lgamma.3 gamma.3 lgamma.3 lgammaf.3 lgamma.3 gammaf.3 +MLINKS+=rint.3 rintf.3 +MLINKS+=sin.3 sinf.3 +MLIBKS+=sinh.3 sinhf.3 +MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 +MLINKS+=tan.3 tanf.3 +MLINKS+=tanh.3 tanhf.3 # XXX we should have only one math.h, and a rule for installing .h's... beforeinstall: -- cgit v1.1