summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
committerru <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
commit623da62a5a107f8c09ce13cac2352200842890c6 (patch)
tree0ba5da0413d7f6bd39551fb636861f2919892751 /lib/msun
parent0163eae9720c84e99a846110ca1db02eab99186e (diff)
downloadFreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.zip
FreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.tar.gz
mdoc(7) police: Use the new .In macro for #include statements.
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/acos.32
-rw-r--r--lib/msun/man/acosh.32
-rw-r--r--lib/msun/man/asin.32
-rw-r--r--lib/msun/man/asinh.32
-rw-r--r--lib/msun/man/atan.32
-rw-r--r--lib/msun/man/atan2.32
-rw-r--r--lib/msun/man/atanh.32
-rw-r--r--lib/msun/man/ceil.32
-rw-r--r--lib/msun/man/cos.32
-rw-r--r--lib/msun/man/cosh.32
-rw-r--r--lib/msun/man/erf.32
-rw-r--r--lib/msun/man/exp.32
-rw-r--r--lib/msun/man/fabs.32
-rw-r--r--lib/msun/man/floor.32
-rw-r--r--lib/msun/man/fmod.32
-rw-r--r--lib/msun/man/hypot.32
-rw-r--r--lib/msun/man/ieee.32
-rw-r--r--lib/msun/man/ieee_test.32
-rw-r--r--lib/msun/man/j0.32
-rw-r--r--lib/msun/man/lgamma.32
-rw-r--r--lib/msun/man/rint.32
-rw-r--r--lib/msun/man/sin.32
-rw-r--r--lib/msun/man/sinh.32
-rw-r--r--lib/msun/man/sqrt.32
-rw-r--r--lib/msun/man/tan.32
-rw-r--r--lib/msun/man/tanh.32
26 files changed, 26 insertions, 26 deletions
diff --git a/lib/msun/man/acos.3 b/lib/msun/man/acos.3
index 582e1c0..f4442b7 100644
--- a/lib/msun/man/acos.3
+++ b/lib/msun/man/acos.3
@@ -40,7 +40,7 @@
.Nm acosf
.Nd arc cosine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn acos "double x"
.Ft float
diff --git a/lib/msun/man/acosh.3 b/lib/msun/man/acosh.3
index 1b423ab..65adde3 100644
--- a/lib/msun/man/acosh.3
+++ b/lib/msun/man/acosh.3
@@ -40,7 +40,7 @@
.Nm acoshf
.Nd inverse hyperbolic cosine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn acosh "double x"
.Ft float
diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3
index 3bb8061..0860b3c 100644
--- a/lib/msun/man/asin.3
+++ b/lib/msun/man/asin.3
@@ -40,7 +40,7 @@
.Nm asinf
.Nd arc sine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn asin "double x"
.Ft float
diff --git a/lib/msun/man/asinh.3 b/lib/msun/man/asinh.3
index 09450f9..5f945a2 100644
--- a/lib/msun/man/asinh.3
+++ b/lib/msun/man/asinh.3
@@ -40,7 +40,7 @@
.Nm asinhf
.Nd inverse hyperbolic sine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn asinh "double x"
.Ft float
diff --git a/lib/msun/man/atan.3 b/lib/msun/man/atan.3
index 4c6fd64..7e0ee7b 100644
--- a/lib/msun/man/atan.3
+++ b/lib/msun/man/atan.3
@@ -40,7 +40,7 @@
.Nm atanf
.Nd arc tangent functions of one variable
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn atan "double x"
.Ft float
diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3
index 0c124e7..9898112 100644
--- a/lib/msun/man/atan2.3
+++ b/lib/msun/man/atan2.3
@@ -40,7 +40,7 @@
.Nm atan2f
.Nd arc tangent functions of two variables
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn atan2 "double y" "double x"
.Ft float
diff --git a/lib/msun/man/atanh.3 b/lib/msun/man/atanh.3
index bff082b..57ddd46 100644
--- a/lib/msun/man/atanh.3
+++ b/lib/msun/man/atanh.3
@@ -40,7 +40,7 @@
.Nm atanhf
.Nd inverse hyperbolic tangent functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn atanh "double x"
.Ft float
diff --git a/lib/msun/man/ceil.3 b/lib/msun/man/ceil.3
index f7fd521..0a4992e 100644
--- a/lib/msun/man/ceil.3
+++ b/lib/msun/man/ceil.3
@@ -40,7 +40,7 @@
.Nm ceilf
.Nd round to smallest integral value >= x
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn ceil "double x"
.Ft float
diff --git a/lib/msun/man/cos.3 b/lib/msun/man/cos.3
index bd1b313..61c049a 100644
--- a/lib/msun/man/cos.3
+++ b/lib/msun/man/cos.3
@@ -40,7 +40,7 @@
.Nm cosf
.Nd cosine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn cos "double x"
.Ft float
diff --git a/lib/msun/man/cosh.3 b/lib/msun/man/cosh.3
index 7646772..e69c4c9 100644
--- a/lib/msun/man/cosh.3
+++ b/lib/msun/man/cosh.3
@@ -40,7 +40,7 @@
.Nm coshf
.Nd hyperbolic cosine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn cosh "double x"
.Ft float
diff --git a/lib/msun/man/erf.3 b/lib/msun/man/erf.3
index 6157fd8..107fe21 100644
--- a/lib/msun/man/erf.3
+++ b/lib/msun/man/erf.3
@@ -42,7 +42,7 @@
.Nm erfcf
.Nd error function operators
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn erf "double x"
.Ft float
diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3
index 3ba89f4..166eee4 100644
--- a/lib/msun/man/exp.3
+++ b/lib/msun/man/exp.3
@@ -54,7 +54,7 @@
.Nm powf
.Nd exponential, logarithm, power functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn exp "double x"
.Ft float
diff --git a/lib/msun/man/fabs.3 b/lib/msun/man/fabs.3
index 179d352..51a4b39 100644
--- a/lib/msun/man/fabs.3
+++ b/lib/msun/man/fabs.3
@@ -41,7 +41,7 @@
.Nm fabsf
.Nd floating-point absolute value functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn fabs "double x"
.Ft float
diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3
index 3932383..75fa698 100644
--- a/lib/msun/man/floor.3
+++ b/lib/msun/man/floor.3
@@ -40,7 +40,7 @@
.Nm floorf
.Nd round to largest integral value <= x
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn floor "double x"
.Ft float
diff --git a/lib/msun/man/fmod.3 b/lib/msun/man/fmod.3
index ec1f0c7..343d405 100644
--- a/lib/msun/man/fmod.3
+++ b/lib/msun/man/fmod.3
@@ -40,7 +40,7 @@
.Nm fmodf
.Nd floating-point remainder functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn fmod "double x" "double y"
.Ft float
diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3
index 951e253..8389520 100644
--- a/lib/msun/man/hypot.3
+++ b/lib/msun/man/hypot.3
@@ -42,7 +42,7 @@
.Nm cabsf
.Nd euclidean distance and complex absolute value functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn hypot "double x" "double y"
.Ft float
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3
index f0186e2..4114704 100644
--- a/lib/msun/man/ieee.3
+++ b/lib/msun/man/ieee.3
@@ -50,7 +50,7 @@
.Nm scalbnf
.Nd functions for IEEE arithmetic
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn copysign "double x" "double y"
.Ft float
diff --git a/lib/msun/man/ieee_test.3 b/lib/msun/man/ieee_test.3
index 84f78a5..d9426a0 100644
--- a/lib/msun/man/ieee_test.3
+++ b/lib/msun/man/ieee_test.3
@@ -44,7 +44,7 @@
.Nm significandf
.Nd IEEE test functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn logb "double x"
.Ft float
diff --git a/lib/msun/man/j0.3 b/lib/msun/man/j0.3
index dfd58b7..f774247 100644
--- a/lib/msun/man/j0.3
+++ b/lib/msun/man/j0.3
@@ -50,7 +50,7 @@
.Nm ynf
.Nd Bessel functions of first and second kind
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn j0 "double x"
.Ft float
diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3
index 0b7e31b..0df380e 100644
--- a/lib/msun/man/lgamma.3
+++ b/lib/msun/man/lgamma.3
@@ -42,7 +42,7 @@
.Nm gammaf
.Nd log gamma functions, gamma functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft extern int
.Fa signgam ;
.sp
diff --git a/lib/msun/man/rint.3 b/lib/msun/man/rint.3
index d4b7aeb..1e94640 100644
--- a/lib/msun/man/rint.3
+++ b/lib/msun/man/rint.3
@@ -40,7 +40,7 @@
.Nm rintf
.Nd round to integral value in floating-point format
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn rint "double x"
.Ft float
diff --git a/lib/msun/man/sin.3 b/lib/msun/man/sin.3
index 200ee63..59c1725 100644
--- a/lib/msun/man/sin.3
+++ b/lib/msun/man/sin.3
@@ -41,7 +41,7 @@
.Nm sinf
.Nd sine functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn sin "double x"
.Ft float
diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3
index 78995a0..a2b293f 100644
--- a/lib/msun/man/sinh.3
+++ b/lib/msun/man/sinh.3
@@ -39,7 +39,7 @@
.Nm sinhf
.Nd hyperbolic sine function
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn sinh "double x"
.Ft float
diff --git a/lib/msun/man/sqrt.3 b/lib/msun/man/sqrt.3
index 956eb5d..073827f 100644
--- a/lib/msun/man/sqrt.3
+++ b/lib/msun/man/sqrt.3
@@ -42,7 +42,7 @@
.Nm sqrtf
.Nd cube root and square root functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn cbrt "double x"
.Ft float
diff --git a/lib/msun/man/tan.3 b/lib/msun/man/tan.3
index a1b2457..c9ea7ac 100644
--- a/lib/msun/man/tan.3
+++ b/lib/msun/man/tan.3
@@ -40,7 +40,7 @@
.Nm tanf
.Nd tangent functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn tan "double x"
.Ft float
diff --git a/lib/msun/man/tanh.3 b/lib/msun/man/tanh.3
index e17ed38..171b327 100644
--- a/lib/msun/man/tanh.3
+++ b/lib/msun/man/tanh.3
@@ -40,7 +40,7 @@
.Nm tanhf
.Nd hyperbolic tangent functions
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn tanh "double x"
.Ft float
OpenPOWER on IntegriCloud