summaryrefslogtreecommitdiffstats
path: root/lib/libm
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-07 13:45:30 +0000
committerru <ru@FreeBSD.org>2001-02-07 13:45:30 +0000
commit5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da (patch)
tree8e915f713fa577df2f4f07d605cac3b4ef1a5b3d /lib/libm
parent2001e1a6ee8240523374c0f047409f2af57730c3 (diff)
downloadFreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.zip
FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.tar.gz
mdoc(7) police: Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/common_source/erf.32
-rw-r--r--lib/libm/common_source/exp.32
-rw-r--r--lib/libm/common_source/ieee.34
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/common_source/erf.3 b/lib/libm/common_source/erf.3
index 4baf476..4c7391c 100644
--- a/lib/libm/common_source/erf.3
+++ b/lib/libm/common_source/erf.3
@@ -54,7 +54,7 @@ These functions calculate the error function of
The
.Fn erf
calculates the error function of x; where
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.if n \{\
erf(x) = 2/sqrt(pi)\(**\|integral from 0 to x of exp(\-t\(**t) dt. \}
.if t \{\
diff --git a/lib/libm/common_source/exp.3 b/lib/libm/common_source/exp.3
index 09fc4fe..10de794 100644
--- a/lib/libm/common_source/exp.3
+++ b/lib/libm/common_source/exp.3
@@ -248,7 +248,7 @@ Analysts will accept 0**0 = 1 despite that x**y can
approach anything or nothing as x and y approach 0
independently.
The reason for setting 0**0 = 1 anyway is this:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
If x(z) and y(z) are
.Em any
functions analytic (expandable
diff --git a/lib/libm/common_source/ieee.3 b/lib/libm/common_source/ieee.3
index a14e7ef..aaed641 100644
--- a/lib/libm/common_source/ieee.3
+++ b/lib/libm/common_source/ieee.3
@@ -227,7 +227,7 @@ proposed
standard p854, namely that
.Fn logb x
satisfy
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
1 \(<=
.Fn scalb \\*(Bax\\*(Ba \-logb(x)
<
@@ -261,7 +261,7 @@ similar in spirit to the
reserved operand, but very
different in important details. Since the sign bit of a
reserved operand makes it look negative,
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Fn copysign x "reserved operand"
=
.Pf \- Fa x ;
OpenPOWER on IntegriCloud