diff --git a/man3/remquo.3 b/man3/remquo.3 index 9d7e374bc..767ed8d23 100644 --- a/man3/remquo.3 +++ b/man3/remquo.3 @@ -17,9 +17,7 @@ remquo, remquof, remquol \- remainder and part of quotient .B #include .PP .BI "double remquo(double " x ", double " y ", int *" quo ); -.br .BI "float remquof(float " x ", float " y ", int *" quo ); -.br .BI "long double remquol(long double " x ", long double " y ", int *" quo ); .fi .PP diff --git a/man3/rint.3 b/man3/rint.3 index 923584926..8c911d8f8 100644 --- a/man3/rint.3 +++ b/man3/rint.3 @@ -33,15 +33,11 @@ to nearest integer .B #include .PP .BI "double nearbyint(double " x ); -.br .BI "float nearbyintf(float " x ); -.br .BI "long double nearbyintl(long double " x ); .PP .BI "double rint(double " x ); -.br .BI "float rintf(float " x ); -.br .BI "long double rintl(long double " x ); .fi .PP diff --git a/man3/round.3 b/man3/round.3 index 50b761cc2..e637555e9 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -32,9 +32,7 @@ round, roundf, roundl \- round to nearest integer, away from zero .B #include .PP .BI "double round(double " x ); -.br .BI "float roundf(float " x ); -.br .BI "long double roundl(long double " x ); .fi .PP