diff options
author | 2011-07-08 22:58:54 +0000 | |
---|---|---|
committer | 2011-07-08 22:58:54 +0000 | |
commit | 02ce5f830ce3803c736c3a4771af8bd08e1f1aef (patch) | |
tree | b90ce1509d70e5aa9e15fb5c62c97c62bb7e2ffa | |
parent | Remove the stupid commented out fabs(3), frexp(3), and modf(3) (diff) | |
download | wireguard-openbsd-02ce5f830ce3803c736c3a4771af8bd08e1f1aef.tar.xz wireguard-openbsd-02ce5f830ce3803c736c3a4771af8bd08e1f1aef.zip |
Move fabs(3) manual page from libm to libc, for consistency. The
modf(3), frexp(3), ldexp(3), fpclassify(3) pages are in libc, too.
-rw-r--r-- | lib/libc/gen/Makefile.inc | 9 | ||||
-rw-r--r-- | lib/libc/gen/fabs.3 (renamed from lib/libm/man/fabs.3) | 4 | ||||
-rw-r--r-- | lib/libm/Makefile | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 28dc6e4dce0..2025fe6742f 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.52 2011/07/08 22:28:33 martynas Exp $ +# $OpenBSD: Makefile.inc,v 1.53 2011/07/08 22:58:54 martynas Exp $ # gen sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/gen ${LIBCSRCDIR}/gen @@ -49,8 +49,8 @@ errlst.o errlst.po: MAN+= alarm.3 auth_subr.3 authenticate.3 basename.3 clock.3 confstr.3 \ ctermid.3 ctype.3 daemon.3 devname.3 directory.3 dirname.3 err.3 \ - exec.3 fnmatch.3 fpclassify.3 fpgetmask.3 frexp.3 ftok.3 fts.3 ftw.3 \ - getbsize.3 getcap.3 getcwd.3 getdomainname.3 getdiskbyname.3 \ + exec.3 fabs.3 fnmatch.3 fpclassify.3 fpgetmask.3 frexp.3 ftok.3 fts.3 \ + ftw.3 getbsize.3 getcap.3 getcwd.3 getdomainname.3 getdiskbyname.3 \ getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \ getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 getpwent.3 \ getpwnam.3 \ @@ -86,6 +86,7 @@ MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \ err.3 warnx.3 err.3 vwarnx.3 MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \ exec.3 execvp.3 +MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3 MLINKS+=fpclassify.3 finite.3 fpclassify.3 finitef.3 fpclassify.3 isfinite.3 \ fpclassify.3 isinf.3 fpclassify.3 isinff.3 fpclassify.3 isnan.3 \ fpclassify.3 isnanf.3 fpclassify.3 isnormal.3 fpclassify.3 signbit.3 @@ -124,7 +125,7 @@ MLINKS+=login_cap.3 login_getclass.3 login_cap.3 login_getstyle.3 login_cap.3 \ login_getcapsize.3 login_cap.3 login_getcapstr.3 login_cap.3 \ login_getcaptime.3 login_cap.3 login_close.3 login_cap.3 \ secure_path.3 login_cap.3 setclasscontext.3 login_cap.3 setusercontext.3 -MLINKS+=modf.3 modff.3 +MLINKS+=modf.3 modff.3 modf.3 modfl.3 MLINKS+=popen.3 pclose.3 MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3 diff --git a/lib/libm/man/fabs.3 b/lib/libc/gen/fabs.3 index aa9fcdbd076..14e6848136a 100644 --- a/lib/libm/man/fabs.3 +++ b/lib/libc/gen/fabs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fabs.3,v 1.12 2011/07/07 01:34:52 martynas Exp $ +.\" $OpenBSD: fabs.3,v 1.1 2011/07/08 22:58:54 martynas Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,7 +29,7 @@ .\" .\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: July 8 2011 $ .Dt FABS 3 .Os .Sh NAME diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 1d83d42370e..1e7d5c65c8b 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2011/07/08 22:52:56 martynas Exp $ +# $OpenBSD: Makefile,v 1.91 2011/07/08 22:58:54 martynas Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -192,7 +192,7 @@ SRCS+= ${LONG_SRCS} MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ cimag.3 conj.3 copysign.3 cos.3 cosh.3 cproj.3 erf.3 exp.3 \ - fabs.3 fdim.3 feclearexcept.3 feenableexcept.3 fegetenv.3 \ + fdim.3 feclearexcept.3 feenableexcept.3 fegetenv.3 \ fegetround.3 floor.3 fmax.3 fmod.3 hypot.3 ilogb.3 j0.3 \ lgamma.3 logb.3 lrint.3 lround.3 nan.3 nextafter.3 \ remainder.3 rint.3 round.3 scalbn.3 sin.3 sinh.3 sqrt.3 \ @@ -254,7 +254,6 @@ MLINKS+=exp.3 log1pf.3 MLINKS+=exp.3 log2f.3 MLINKS+=exp.3 logf.3 MLINKS+=exp.3 powf.3 -MLINKS+=fabs.3 fabsf.3 MLINKS+=fdim.3 fdimf.3 MLINKS+=floor.3 floorf.3 MLINKS+=fmax.3 fmaxf.3 @@ -319,7 +318,6 @@ MLINKS+=exp.3 log1pl.3 MLINKS+=exp.3 log2l.3 MLINKS+=exp.3 logl.3 MLINKS+=exp.3 powl.3 -MLINKS+=fabs.3 fabsl.3 MLINKS+=fdim.3 fdiml.3 MLINKS+=floor.3 floorl.3 MLINKS+=fmax.3 fmaxl.3 |