From 20c58d702860ad04346e2b71abea13ef04145a1e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 21 Jul 2007 05:25:03 +0000 Subject: [PATCH] ffix --- man2/io_cancel.2 | 2 +- man2/io_destroy.2 | 2 +- man2/io_getevents.2 | 2 +- man2/io_setup.2 | 2 +- man2/io_submit.2 | 2 +- man3/acos.3 | 2 +- man3/acosh.3 | 2 +- man3/asin.3 | 2 +- man3/asinh.3 | 2 +- man3/atan.3 | 2 +- man3/atan2.3 | 2 +- man3/atanh.3 | 2 +- man3/cabs.3 | 2 +- man3/cacos.3 | 2 +- man3/cacosh.3 | 2 +- man3/carg.3 | 2 +- man3/casin.3 | 2 +- man3/casinh.3 | 2 +- man3/catan.3 | 2 +- man3/catanh.3 | 2 +- man3/cbrt.3 | 2 +- man3/ccos.3 | 2 +- man3/ccosh.3 | 2 +- man3/ceil.3 | 2 +- man3/cerf.3 | 2 +- man3/cexp.3 | 2 +- man3/cexp2.3 | 2 +- man3/cimag.3 | 2 +- man3/clog.3 | 2 +- man3/clog10.3 | 2 +- man3/clog2.3 | 2 +- man3/conj.3 | 2 +- man3/copysign.3 | 2 +- man3/cos.3 | 2 +- man3/cosh.3 | 2 +- man3/cpow.3 | 2 +- man3/cproj.3 | 2 +- man3/creal.3 | 2 +- man3/csin.3 | 2 +- man3/csinh.3 | 2 +- man3/csqrt.3 | 2 +- man3/ctan.3 | 2 +- man3/ctanh.3 | 2 +- man3/erf.3 | 2 +- man3/exp.3 | 2 +- man3/exp10.3 | 2 +- man3/expm1.3 | 2 +- man3/fabs.3 | 2 +- man3/floor.3 | 2 +- man3/fmod.3 | 2 +- man3/frexp.3 | 2 +- man3/gamma.3 | 2 +- man3/hypot.3 | 2 +- man3/ilogb.3 | 2 +- man3/infnan.3 | 2 +- man3/j0.3 | 2 +- man3/ldexp.3 | 2 +- man3/log.3 | 2 +- man3/log10.3 | 2 +- man3/logb.3 | 2 +- man3/modf.3 | 2 +- man3/nextafter.3 | 2 +- man3/pow.3 | 2 +- man3/pow10.3 | 2 +- man3/remainder.3 | 2 +- man3/rint.3 | 2 +- man3/scalb.3 | 2 +- man3/shm_open.3 | 2 +- man3/significand.3 | 2 +- man3/sin.3 | 2 +- man3/sincos.3 | 2 +- man3/sinh.3 | 2 +- man3/sqrt.3 | 2 +- man3/tan.3 | 2 +- man3/tanh.3 | 2 +- man7/complex.7 | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index b338b2e53..e16642e3f 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -37,7 +37,7 @@ io_cancel \- cancel an outstanding asynchronous I/O operation .\" .ad .\" .hy .sp -Link with \fI-laio\fP. +Link with \fI\-laio\fP. .fi .SH "DESCRIPTION" .PP diff --git a/man2/io_destroy.2 b/man2/io_destroy.2 index a3205704c..d2c438189 100644 --- a/man2/io_destroy.2 +++ b/man2/io_destroy.2 @@ -35,7 +35,7 @@ io_destroy \- destroy an asynchronous I/O context .\" .ad .\" .hy .sp -Link with \fI-laio\fP. +Link with \fI\-laio\fP. .fi .SH "DESCRIPTION" .PP diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index f2423e8f9..c44155fa3 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -38,7 +38,7 @@ io_getevents \- read asynchronous I/O events from the completion queue .\" .ad .\" .hy .sp -Link with \fI-laio\fP. +Link with \fI\-laio\fP. .fi .SH "DESCRIPTION" .PP diff --git a/man2/io_setup.2 b/man2/io_setup.2 index 0db41e04c..cfe006a7c 100644 --- a/man2/io_setup.2 +++ b/man2/io_setup.2 @@ -35,7 +35,7 @@ io_setup \- create an asynchronous I/O context .\" .ad .\" .hy .sp -Link with \fI-laio\fP. +Link with \fI\-laio\fP. .fi .SH "DESCRIPTION" .PP diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 51c539728..4be2b3fdf 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -36,7 +36,7 @@ io_submit \- submit asynchronous I/O blocks for processing .\" .ad .\" .hy .sp -Link with \fI-laio\fP. +Link with \fI\-laio\fP. .fi .SH "DESCRIPTION" .PP diff --git a/man3/acos.3 b/man3/acos.3 index 6ef8521db..4c4f029f5 100644 --- a/man3/acos.3 +++ b/man3/acos.3 @@ -40,7 +40,7 @@ acos, acosf, acosl \- arc cosine function .BI "long double acosl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR acos () diff --git a/man3/acosh.3 b/man3/acosh.3 index e71b061fd..afa554e0d 100644 --- a/man3/acosh.3 +++ b/man3/acosh.3 @@ -42,7 +42,7 @@ acosh, acoshf, acoshl \- inverse hyperbolic cosine function .BI "long double acoshl(long double " x ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/asin.3 b/man3/asin.3 index a1a3f8888..a8cf5213d 100644 --- a/man3/asin.3 +++ b/man3/asin.3 @@ -42,7 +42,7 @@ asin, asinf, asinl \- arc sine function .BI "long double asinl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR asin () diff --git a/man3/asinh.3 b/man3/asinh.3 index 4735f50f5..f3bc0d882 100644 --- a/man3/asinh.3 +++ b/man3/asinh.3 @@ -42,7 +42,7 @@ asinh, asinhf, asinhl \- inverse hyperbolic sine function .BI "long double asinhl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/atan.3 b/man3/atan.3 index 0e6853159..c96e6b4c0 100644 --- a/man3/atan.3 +++ b/man3/atan.3 @@ -42,7 +42,7 @@ atan, atanf, atanl \- arc tangent function .BI "long double atanl( long double " x ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR atan () diff --git a/man3/atan2.3 b/man3/atan2.3 index 410756e9c..516930317 100644 --- a/man3/atan2.3 +++ b/man3/atan2.3 @@ -42,7 +42,7 @@ atan2, atan2f, atan2l \- arc tangent function of two variables .BI "long double atan2l(long double " y ", long double " x ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR atan2 () diff --git a/man3/atanh.3 b/man3/atanh.3 index 38f0ef95c..b652a2037 100644 --- a/man3/atanh.3 +++ b/man3/atanh.3 @@ -42,7 +42,7 @@ atanh, atanhf, atanhl \- inverse hyperbolic tangent function .BI "long double atanhl(long double " x ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/cabs.3 b/man3/cabs.3 index 950893dc7..4847cfa6e 100644 --- a/man3/cabs.3 +++ b/man3/cabs.3 @@ -13,7 +13,7 @@ cabs, cabsf, cabsl \- absolute value of a complex number .br .BI "long double cabsl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR cabs () diff --git a/man3/cacos.3 b/man3/cacos.3 index 8bb51e72e..4cc375536 100644 --- a/man3/cacos.3 +++ b/man3/cacos.3 @@ -13,7 +13,7 @@ cacos, cacosf, cacosl \- complex arc cosine .br .BI "long double complex cacosl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR cacos () diff --git a/man3/cacosh.3 b/man3/cacosh.3 index d4c6c72e8..d701b8d15 100644 --- a/man3/cacosh.3 +++ b/man3/cacosh.3 @@ -13,7 +13,7 @@ cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine .br .BI "long double complex cacoshl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR cacosh () diff --git a/man3/carg.3 b/man3/carg.3 index 6e1139859..18b5a64da 100644 --- a/man3/carg.3 +++ b/man3/carg.3 @@ -13,7 +13,7 @@ carg, cargf, cargl \- calculate the argument .br .BI "long double cargl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION A complex number can be described by two real coordinates. One may use rectangular coordinates and gets z = x+I*y, where diff --git a/man3/casin.3 b/man3/casin.3 index 3874b969f..739b89761 100644 --- a/man3/casin.3 +++ b/man3/casin.3 @@ -13,7 +13,7 @@ casin, casinf, casinl \- complex arc sine .br .BI "long double complex casinl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR casin () diff --git a/man3/casinh.3 b/man3/casinh.3 index e102693ec..c8fa82e1c 100644 --- a/man3/casinh.3 +++ b/man3/casinh.3 @@ -13,7 +13,7 @@ casinh, casinhf, casinhl \- complex arc sine hyperbolic .br .BI "long double complex casinhl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR casinh () diff --git a/man3/catan.3 b/man3/catan.3 index 16d7e2925..208b915ba 100644 --- a/man3/catan.3 +++ b/man3/catan.3 @@ -13,7 +13,7 @@ catan, catanf, catanl \- complex arc tangents .br .BI "long double complex catanl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR catan () diff --git a/man3/catanh.3 b/man3/catanh.3 index 38966114c..fe0842d10 100644 --- a/man3/catanh.3 +++ b/man3/catanh.3 @@ -13,7 +13,7 @@ catanh, catanhf, catanhl \- complex arc tangents hyperbolic .br .BI "long double complex catanhl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR catanh () diff --git a/man3/cbrt.3 b/man3/cbrt.3 index 95b2fd0ad..4ad862e32 100644 --- a/man3/cbrt.3 +++ b/man3/cbrt.3 @@ -39,7 +39,7 @@ cbrt, cbrtf, cbrtl \- cube root function .BI "long double cbrtl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/ccos.3 b/man3/ccos.3 index ae5e15134..20a0af5b8 100644 --- a/man3/ccos.3 +++ b/man3/ccos.3 @@ -13,7 +13,7 @@ ccos, ccosf, ccosl \- complex cosine function .br .BI "long double complex ccosl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The complex cosine function ccos(z) is defined as (exp(i*z)+exp(\-i*z))/2. .SH "CONFORMING TO" diff --git a/man3/ccosh.3 b/man3/ccosh.3 index dd935ce0c..0fb0c7d5e 100644 --- a/man3/ccosh.3 +++ b/man3/ccosh.3 @@ -13,7 +13,7 @@ ccosh, ccoshf, ccoshl \- complex hyperbolic cosine .br .BI "long double complex ccoshl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The complex hyperbolic cosine function ccosh(z) is defined as (exp(z)+exp(\-z))/2. diff --git a/man3/ceil.3 b/man3/ceil.3 index 3527a5d66..91d6c08e2 100644 --- a/man3/ceil.3 +++ b/man3/ceil.3 @@ -35,7 +35,7 @@ less than argument .BI "long double ceill(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION These functions round \fIx\fP up to the nearest integer. .SH "RETURN VALUE" diff --git a/man3/cerf.3 b/man3/cerf.3 index 48730006c..4ecf33cc0 100644 --- a/man3/cerf.3 +++ b/man3/cerf.3 @@ -19,7 +19,7 @@ cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function .br .BI "long double complex cerfcl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The function .BR cerf () diff --git a/man3/cexp.3 b/man3/cexp.3 index 6155bea71..b83598a65 100644 --- a/man3/cexp.3 +++ b/man3/cexp.3 @@ -13,7 +13,7 @@ cexp, cexpf, cexpl \- complex exponential function .br .BI "long double complex cexpl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The function calculates e (2.71828..., the base of natural logarithms) raised to the power of z. diff --git a/man3/cexp2.3 b/man3/cexp2.3 index f63a045ad..0d734d237 100644 --- a/man3/cexp2.3 +++ b/man3/cexp2.3 @@ -13,7 +13,7 @@ cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number .br .BI "long double complex cexp2l(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The function returns 2 raised to the power of z. .SH "CONFORMING TO" diff --git a/man3/cimag.3 b/man3/cimag.3 index 25ec28d14..247f8c1bf 100644 --- a/man3/cimag.3 +++ b/man3/cimag.3 @@ -13,7 +13,7 @@ cimag, cimagf, cimagl \- get imaginary part of a complex number .br .BI "long double cimagl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR cimag () diff --git a/man3/clog.3 b/man3/clog.3 index 8cbf1a425..cc31e2c34 100644 --- a/man3/clog.3 +++ b/man3/clog.3 @@ -13,7 +13,7 @@ clog, clogf, clogl \- natural logarithm of a complex number .br .BI "long double complex clogl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The logarithm .BR clog () diff --git a/man3/clog10.3 b/man3/clog10.3 index 850df9962..a22665fda 100644 --- a/man3/clog10.3 +++ b/man3/clog10.3 @@ -15,7 +15,7 @@ clog10, clog10f, clog10l \- base-10 logarithm of a complex number .br .BI "long double complex clog10l(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The call .I clog10(z) diff --git a/man3/clog2.3 b/man3/clog2.3 index 0f054d86f..b78789795 100644 --- a/man3/clog2.3 +++ b/man3/clog2.3 @@ -13,7 +13,7 @@ clog2, clog2f, clog2l \- base-2 logarithm of a complex number .br .BI "long double complex clog2l(long double complex " z ); .\" .sp -.\" Link with \fI-lm\fP. +.\" Link with \fI\-lm\fP. .SH DESCRIPTION The call .I clog2(z) diff --git a/man3/conj.3 b/man3/conj.3 index db8f6baa3..dd66a6fcf 100644 --- a/man3/conj.3 +++ b/man3/conj.3 @@ -13,7 +13,7 @@ conj, conjf, conjl \- calculate the complex conjugate .br .BI "long double complex conjl(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR conj () diff --git a/man3/copysign.3 b/man3/copysign.3 index d386e0a44..bfa6dc7bb 100644 --- a/man3/copysign.3 +++ b/man3/copysign.3 @@ -40,7 +40,7 @@ copysign, copysignf, copysignl \- copy sign of a number .BI "long double copysignl(long double " x ", long double " y ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/cos.3 b/man3/cos.3 index 95f633f24..7284acefe 100644 --- a/man3/cos.3 +++ b/man3/cos.3 @@ -41,7 +41,7 @@ cos, cosf, cosl \- cosine function .BI "long double cosl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR cos () diff --git a/man3/cosh.3 b/man3/cosh.3 index f9455de8a..af56f0dc3 100644 --- a/man3/cosh.3 +++ b/man3/cosh.3 @@ -43,7 +43,7 @@ cosh, coshf, coshl \- hyperbolic cosine function .BI "long double coshl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR cosh () diff --git a/man3/cpow.3 b/man3/cpow.3 index a9bd98787..d6cda6ed3 100644 --- a/man3/cpow.3 +++ b/man3/cpow.3 @@ -13,7 +13,7 @@ cpow, cpowf, cpowl \- complex power function .br .BI "long double complex cpowl(long double complex " x ", complex long double " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The function calculates .I x diff --git a/man3/cproj.3 b/man3/cproj.3 index ac6039609..9f6c10ed5 100644 --- a/man3/cproj.3 +++ b/man3/cproj.3 @@ -13,7 +13,7 @@ cproj, cprojf, cprojl \- project into Riemann Sphere .br .BI "long double complex cprojl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION This function projects a point in the plane onto the surface of a Riemann Sphere, the one-point compactification of the complex plane. diff --git a/man3/creal.3 b/man3/creal.3 index 306bc884c..e15b79664 100644 --- a/man3/creal.3 +++ b/man3/creal.3 @@ -13,7 +13,7 @@ creal, crealf, creall \- get real part of a complex number .br .BI "long double creall(long double complex " z ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR creal () diff --git a/man3/csin.3 b/man3/csin.3 index 34e9f58d8..b2587f0fa 100644 --- a/man3/csin.3 +++ b/man3/csin.3 @@ -13,7 +13,7 @@ csin, csinf, csinl \- complex sine function .br .BI "long double complex csinl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The complex sine function csin(z) is defined as (exp(i*z)\-exp(\-i*z))/(2*i). .SH "CONFORMING TO" diff --git a/man3/csinh.3 b/man3/csinh.3 index 18d0b3142..dfa259ab0 100644 --- a/man3/csinh.3 +++ b/man3/csinh.3 @@ -13,7 +13,7 @@ csinh, csinhf, csinhl \- complex hyperbolic sine .br .BI "long double complex csinhl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The complex hyperbolic sine function sinh(z) is defined as (exp(z)\-exp(\-z))/2. diff --git a/man3/csqrt.3 b/man3/csqrt.3 index 0919c5091..49fbb2567 100644 --- a/man3/csqrt.3 +++ b/man3/csqrt.3 @@ -13,7 +13,7 @@ csqrt, csqrtf, csqrtl \- complex square root .br .BI "long double complex csqrtl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION Calculate the square root of a given complex number, with non-negative real part, and diff --git a/man3/ctan.3 b/man3/ctan.3 index e08809472..57fab1b89 100644 --- a/man3/ctan.3 +++ b/man3/ctan.3 @@ -13,7 +13,7 @@ ctan, ctanf, ctanl \- complex tangent function .br .BI "long double complex ctanl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The complex tangent function ctan(z) is defined mathematically as csin(z) / ccos(z). diff --git a/man3/ctanh.3 b/man3/ctanh.3 index fcbcb9417..4f1fb43b6 100644 --- a/man3/ctanh.3 +++ b/man3/ctanh.3 @@ -13,7 +13,7 @@ ctanh, ctanhf, ctanhl \- complex hyperbolic tangent .br .BI "long double complex ctanhl(long double complex " z ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The complex hyperbolic tangent function ctanh(z) is defined mathematically as csinh(z) / ccosh(z). diff --git a/man3/erf.3 b/man3/erf.3 index 4392787ec..4207bb291 100644 --- a/man3/erf.3 +++ b/man3/erf.3 @@ -49,7 +49,7 @@ complementary error function .BI "long double erfcl(long double " x ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/exp.3 b/man3/exp.3 index 65a5dfa1b..fe5bf2b7a 100644 --- a/man3/exp.3 +++ b/man3/exp.3 @@ -43,7 +43,7 @@ exp, expf, expl \- base-e exponential function .BI "long double expl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR exp () diff --git a/man3/exp10.3 b/man3/exp10.3 index f821de16d..784e20c79 100644 --- a/man3/exp10.3 +++ b/man3/exp10.3 @@ -44,7 +44,7 @@ exp10, exp10f, exp10l \- base-10 exponential function .BI "long double exp10l(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR exp10 () diff --git a/man3/expm1.3 b/man3/expm1.3 index d5df08f45..7027a411e 100644 --- a/man3/expm1.3 +++ b/man3/expm1.3 @@ -37,7 +37,7 @@ expm1, expm1f, expm1l \- exponential minus 1 .BI "long double expm1l(long double " x ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/fabs.3 b/man3/fabs.3 index a26df718c..9d333afc9 100644 --- a/man3/fabs.3 +++ b/man3/fabs.3 @@ -41,7 +41,7 @@ fabs, fabsf, fabsl \- absolute value of floating-point number .BI "long double fabsl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR fabs () diff --git a/man3/floor.3 b/man3/floor.3 index 5f2bb0104..361fc1042 100644 --- a/man3/floor.3 +++ b/man3/floor.3 @@ -34,7 +34,7 @@ floor, floorf, floorl \- largest integral value not greater than argument .BI "long double floorl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION These functions round \fIx\fP down to the nearest integer. .SH "RETURN VALUE" diff --git a/man3/fmod.3 b/man3/fmod.3 index f214b13df..3cf9f9c79 100644 --- a/man3/fmod.3 +++ b/man3/fmod.3 @@ -42,7 +42,7 @@ fmod, fmodf, fmodl \- floating-point remainder function .BI "long double fmodl(long double " x ", long double " y ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR fmod () diff --git a/man3/frexp.3 b/man3/frexp.3 index f5b89c1c8..538b66fab 100644 --- a/man3/frexp.3 +++ b/man3/frexp.3 @@ -43,7 +43,7 @@ and integral components .BI "long double frexpl(long double " x ", int *" exp ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR frexp () diff --git a/man3/gamma.3 b/man3/gamma.3 index dd0cf474e..d311482c7 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -15,7 +15,7 @@ gamma, gammaf, gammal \- (logarithm of the) gamma function .br .BI "long double gammal(long double " x ");" .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/hypot.3 b/man3/hypot.3 index c209394b9..40f1d4f4f 100644 --- a/man3/hypot.3 +++ b/man3/hypot.3 @@ -42,7 +42,7 @@ hypot, hypotf, hypotl \- Euclidean distance function .BI "long double hypotl(long double " x ", long double " y ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/ilogb.3 b/man3/ilogb.3 index 0986e1cf7..6fd3126f3 100644 --- a/man3/ilogb.3 +++ b/man3/ilogb.3 @@ -34,7 +34,7 @@ ilogb, ilogbf, ilogbl \- get integer exponent of a floating point value .br .BI "int ilogbl(long double " x ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION These functions return the exponent part of their argument as a signed integer. diff --git a/man3/infnan.3 b/man3/infnan.3 index 9d7c21599..3363dab74 100644 --- a/man3/infnan.3 +++ b/man3/infnan.3 @@ -38,7 +38,7 @@ infnan \- deal with infinite or not-a-number (NaN) result .BI "double infnan(int " error ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR infnan () diff --git a/man3/j0.3 b/man3/j0.3 index 973ae6b2b..3f9c325dc 100644 --- a/man3/j0.3 +++ b/man3/j0.3 @@ -73,7 +73,7 @@ y0, y0f, y0l, y1, y1f, y1l, yn, ynf, ynl \- Bessel functions .BI "long double ynl(int " n ", long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/ldexp.3 b/man3/ldexp.3 index 5a97aeff4..1955d6812 100644 --- a/man3/ldexp.3 +++ b/man3/ldexp.3 @@ -41,7 +41,7 @@ ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2 .BI "long double ldexpl(long double " x ", int " exp ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR ldexp () diff --git a/man3/log.3 b/man3/log.3 index 936e01b79..b8931e689 100644 --- a/man3/log.3 +++ b/man3/log.3 @@ -43,7 +43,7 @@ log, logf, logl \- natural logarithmic function .BI "long double logl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR log () diff --git a/man3/log10.3 b/man3/log10.3 index dd44b3e18..0d2567e22 100644 --- a/man3/log10.3 +++ b/man3/log10.3 @@ -43,7 +43,7 @@ log10, log10f, log10l \- base-10 logarithmic function .BI "long double log10l(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR log10 () diff --git a/man3/logb.3 b/man3/logb.3 index 50617ec3f..f610ef5c1 100644 --- a/man3/logb.3 +++ b/man3/logb.3 @@ -34,7 +34,7 @@ logb, logbf, logbl \- get exponent of a floating point value .br .BI "long double logbl(long double " x ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/modf.3 b/man3/modf.3 index 18947151c..0b2e39011 100644 --- a/man3/modf.3 +++ b/man3/modf.3 @@ -43,7 +43,7 @@ floating-point number .BI "long double modfl(long double " x ", long double *" iptr ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR modf () diff --git a/man3/nextafter.3 b/man3/nextafter.3 index 6683f7c2e..399ee123a 100644 --- a/man3/nextafter.3 +++ b/man3/nextafter.3 @@ -20,7 +20,7 @@ floating point number manipulation .br .BI "long double nexttowardl(long double " x ", long double " y ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/pow.3 b/man3/pow.3 index c7defa18b..56d4db1a9 100644 --- a/man3/pow.3 +++ b/man3/pow.3 @@ -42,7 +42,7 @@ pow, powf, powl \- power functions .BI "long double powl(long double " x ", long double " y ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR pow () diff --git a/man3/pow10.3 b/man3/pow10.3 index 5b6b4ab9a..a34c2dc54 100644 --- a/man3/pow10.3 +++ b/man3/pow10.3 @@ -35,7 +35,7 @@ pow10, pow10f, pow10l \- base-10 power functions .BI "long double pow10l(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR pow10 () diff --git a/man3/remainder.3 b/man3/remainder.3 index 09f0fa5ae..85ea6ea46 100644 --- a/man3/remainder.3 +++ b/man3/remainder.3 @@ -49,7 +49,7 @@ floating-point remainder function .BI "long double dreml(long double " x ", long double " y ); .sp .fi -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/rint.3 b/man3/rint.3 index 4243ef5ce..0472ed435 100644 --- a/man3/rint.3 +++ b/man3/rint.3 @@ -40,7 +40,7 @@ nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl \- round to nearest intege .BI "long double rintl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/scalb.3 b/man3/scalb.3 index f0776b15f..0838272f4 100644 --- a/man3/scalb.3 +++ b/man3/scalb.3 @@ -45,7 +45,7 @@ multiply floating-point number by integral power of radix .br .BI "long double scalblnl(long double " x ", long int " exp ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/shm_open.3 b/man3/shm_open.3 index ce919a361..f5d72106d 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -33,7 +33,7 @@ shm_open, shm_unlink \- Create/open or unlink POSIX shared memory objects .sp .BI "int shm_unlink(const char *" name ); .sp -Link with \fI-lrt\fP. +Link with \fI\-lrt\fP. .SH DESCRIPTION .BR shm_open () creates and opens a new, or opens an existing, POSIX shared memory object. diff --git a/man3/significand.3 b/man3/significand.3 index 0e0d65faa..94b41e603 100644 --- a/man3/significand.3 +++ b/man3/significand.3 @@ -14,7 +14,7 @@ get mantissa of floating point number .br .BI "long double significandl(long double " x ); .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/sin.3 b/man3/sin.3 index d12410727..a369c130b 100644 --- a/man3/sin.3 +++ b/man3/sin.3 @@ -41,7 +41,7 @@ sin, sinf, sinl \- sine function .BI "long double sinl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR sin () diff --git a/man3/sincos.3 b/man3/sincos.3 index 4910c88e7..fed14cb2a 100644 --- a/man3/sincos.3 +++ b/man3/sincos.3 @@ -16,7 +16,7 @@ sincos, sincosf, sincosl \- calculate sin and cos simultaneously .BI "void sincosl(long double " x ", long double *" sin ", long double *" cos ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION Several applications need sine and cosine of the same angle .IR x . diff --git a/man3/sinh.3 b/man3/sinh.3 index 7288e8429..8fc82a254 100644 --- a/man3/sinh.3 +++ b/man3/sinh.3 @@ -43,7 +43,7 @@ sinh, sinhf, sinhl \- hyperbolic sine function .BI "long double sinhl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR sinh () diff --git a/man3/sqrt.3 b/man3/sqrt.3 index be8b62bab..c7b8f9a39 100644 --- a/man3/sqrt.3 +++ b/man3/sqrt.3 @@ -41,7 +41,7 @@ sqrt, sqrtf, sqrtl \- square root function .BI "long double sqrtl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR sqrt () diff --git a/man3/tan.3 b/man3/tan.3 index a5b811eae..396169ac7 100644 --- a/man3/tan.3 +++ b/man3/tan.3 @@ -42,7 +42,7 @@ tan, tanf, tanl \- tangent function .BI "long double tanl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR tan () diff --git a/man3/tanh.3 b/man3/tanh.3 index fa9235ea2..26b00678b 100644 --- a/man3/tanh.3 +++ b/man3/tanh.3 @@ -42,7 +42,7 @@ tanh, tanhf, tanhl \- hyperbolic tangent function .BI "long double tanhl(long double " x ); .fi .sp -Link with \fI-lm\fP. +Link with \fI\-lm\fP. .SH DESCRIPTION The .BR tanh () diff --git a/man7/complex.7 b/man7/complex.7 index 2f5642539..ff7e3baf8 100644 --- a/man7/complex.7 +++ b/man7/complex.7 @@ -32,7 +32,7 @@ Nearly all math function have a complex counterpart but there are some complex only functions. .SH EXAMPLE Your C-compiler can work with complex numbers if it supports the C99 standard. -Link with \fI-lm\fP. +Link with \fI\-lm\fP. The imaginary unit is represented by I. .sp .nf