diff --git a/man3/abs.3 b/man3/abs.3 index 7519f3def..af9c5b2d6 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -39,9 +39,7 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer .B #include .PP .BI "int abs(int " j ); -.br .BI "long int labs(long int " j ); -.br .BI "long long int llabs(long long int " j ); .B #include diff --git a/man3/acosh.3 b/man3/acosh.3 index 47d335077..b92b5cb59 100644 --- a/man3/acosh.3 +++ b/man3/acosh.3 @@ -40,9 +40,7 @@ acosh, acoshf, acoshl \- inverse hyperbolic cosine function .B #include .PP .BI "double acosh(double " x ); -.br .BI "float acoshf(float " x ); -.br .BI "long double acoshl(long double " x ); .PP .fi diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index 6297714f8..f49cf059f 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -31,7 +31,6 @@ aio_suspend \- wait for asynchronous I/O operation or timeout .B "#include " .PP .BI "int aio_suspend(const struct aiocb * const " aiocb_list [], -.br .BI " int " nitems ", const struct timespec *" timeout ); .PP Link with \fI\-lrt\fP. diff --git a/man3/asin.3 b/man3/asin.3 index c8dd8d3ef..029d8e056 100644 --- a/man3/asin.3 +++ b/man3/asin.3 @@ -40,9 +40,7 @@ asin, asinf, asinl \- arc sine function .B #include .PP .BI "double asin(double " x ); -.br .BI "float asinf(float " x ); -.br .BI "long double asinl(long double " x ); .fi .PP diff --git a/man3/asinh.3 b/man3/asinh.3 index 9d7520612..37d2f583b 100644 --- a/man3/asinh.3 +++ b/man3/asinh.3 @@ -40,9 +40,7 @@ asinh, asinhf, asinhl \- inverse hyperbolic sine function .B #include .PP .BI "double asinh(double " x ); -.br .BI "float asinhf(float " x ); -.br .BI "long double asinhl(long double " x ); .fi .PP diff --git a/man3/atan.3 b/man3/atan.3 index f5761677d..7eb6f84dc 100644 --- a/man3/atan.3 +++ b/man3/atan.3 @@ -40,9 +40,7 @@ atan, atanf, atanl \- arc tangent function .B #include .PP .BI "double atan(double " x ); -.br .BI "float atanf(float " x ); -.br .BI "long double atanl( long double " x ); .PP .fi diff --git a/man3/atanh.3 b/man3/atanh.3 index 5341fd5ca..c963be519 100644 --- a/man3/atanh.3 +++ b/man3/atanh.3 @@ -40,9 +40,7 @@ atanh, atanhf, atanhl \- inverse hyperbolic tangent function .B #include .PP .BI "double atanh(double " x ); -.br .BI "float atanhf(float " x ); -.br .BI "long double atanhl(long double " x ); .PP .fi diff --git a/man3/atoi.3 b/man3/atoi.3 index ee9bb567a..33014b383 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -38,9 +38,7 @@ atoi, atol, atoll \- convert a string to an integer .B #include .PP .BI "int atoi(const char *" nptr ); -.br .BI "long atol(const char *" nptr ); -.br .BI "long long atoll(const char *" nptr ); .fi .PP diff --git a/man3/cbrt.3 b/man3/cbrt.3 index 9b22a3cc5..da6c4b835 100644 --- a/man3/cbrt.3 +++ b/man3/cbrt.3 @@ -35,9 +35,7 @@ cbrt, cbrtf, cbrtl \- cube root function .B #include .PP .BI "double cbrt(double " x ); -.br .BI "float cbrtf(float " x ); -.br .BI "long double cbrtl(long double " x ); .fi .PP diff --git a/man3/ceil.3 b/man3/ceil.3 index 3ffe22943..2efd33539 100644 --- a/man3/ceil.3 +++ b/man3/ceil.3 @@ -33,9 +33,7 @@ less than argument .B #include .PP .BI "double ceil(double " x ); -.br .BI "float ceilf(float " x ); -.br .BI "long double ceill(long double " x ); .fi .PP