diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-07-30 08:02:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-07-30 08:02:36 +0000 |
commit | f915feab9d150fd96f9bef9bf978dcd9a1b4a51f (patch) | |
tree | 16efb18a2b35f5e97883c15aadbf961d4aa6e0ae /lib/libm/Makefile | |
parent | 83b0b86d61198544b1aca5b2d6c3b61514325eb0 (diff) |
various markup/grammar fixes for previous, and a missing MLINK
for remquof.3;
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r-- | lib/libm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 7554d024556..8e259df2088 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ -# $OpenBSD: Makefile,v 1.52 2008/07/29 22:08:43 martynas Exp $ +# $OpenBSD: Makefile,v 1.53 2008/07/30 08:02:34 jmc Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -233,6 +233,7 @@ MLINKS+=math.3 mathf.3 MLINKS+=nan.3 nanf.3 MLINKS+=remainder.3 dremf.3 MLINKS+=remainder.3 remainderf.3 +MLINKS+=remainder.3 remquof.3 MLINKS+=rint.3 rintf.3 MLINKS+=round.3 roundf.3 MLINKS+=sin.3 sinf.3 |