abs.3, acosh.3, aio_suspend.3, asin.3, asinh.3, atan.3, atanh.3, atoi.3, cbrt.3, ceil.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-20 12:33:21 +02:00
parent ebbb532ea0
commit 79e1824a12
10 changed files with 0 additions and 19 deletions

View File

@ -39,9 +39,7 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer
.B #include <stdlib.h>
.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 <inttypes.h>

View File

@ -40,9 +40,7 @@ acosh, acoshf, acoshl \- inverse hyperbolic cosine function
.B #include <math.h>
.PP
.BI "double acosh(double " x );
.br
.BI "float acoshf(float " x );
.br
.BI "long double acoshl(long double " x );
.PP
.fi

View File

@ -31,7 +31,6 @@ aio_suspend \- wait for asynchronous I/O operation or timeout
.B "#include <aio.h>"
.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.

View File

@ -40,9 +40,7 @@ asin, asinf, asinl \- arc sine function
.B #include <math.h>
.PP
.BI "double asin(double " x );
.br
.BI "float asinf(float " x );
.br
.BI "long double asinl(long double " x );
.fi
.PP

View File

@ -40,9 +40,7 @@ asinh, asinhf, asinhl \- inverse hyperbolic sine function
.B #include <math.h>
.PP
.BI "double asinh(double " x );
.br
.BI "float asinhf(float " x );
.br
.BI "long double asinhl(long double " x );
.fi
.PP

View File

@ -40,9 +40,7 @@ atan, atanf, atanl \- arc tangent function
.B #include <math.h>
.PP
.BI "double atan(double " x );
.br
.BI "float atanf(float " x );
.br
.BI "long double atanl( long double " x );
.PP
.fi

View File

@ -40,9 +40,7 @@ atanh, atanhf, atanhl \- inverse hyperbolic tangent function
.B #include <math.h>
.PP
.BI "double atanh(double " x );
.br
.BI "float atanhf(float " x );
.br
.BI "long double atanhl(long double " x );
.PP
.fi

View File

@ -38,9 +38,7 @@ atoi, atol, atoll \- convert a string to an integer
.B #include <stdlib.h>
.PP
.BI "int atoi(const char *" nptr );
.br
.BI "long atol(const char *" nptr );
.br
.BI "long long atoll(const char *" nptr );
.fi
.PP

View File

@ -35,9 +35,7 @@ cbrt, cbrtf, cbrtl \- cube root function
.B #include <math.h>
.PP
.BI "double cbrt(double " x );
.br
.BI "float cbrtf(float " x );
.br
.BI "long double cbrtl(long double " x );
.fi
.PP

View File

@ -33,9 +33,7 @@ less than argument
.B #include <math.h>
.PP
.BI "double ceil(double " x );
.br
.BI "float ceilf(float " x );
.br
.BI "long double ceill(long double " x );
.fi
.PP