summaryrefslogtreecommitdiffstats
path: root/lib/msun/man
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/msun/man
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/msun/man')
-rw-r--r--lib/msun/man/erf.32
-rw-r--r--lib/msun/man/exp.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/man/erf.3 b/lib/msun/man/erf.3
index 95240b6..89c7cb4 100644
--- a/lib/msun/man/erf.3
+++ b/lib/msun/man/erf.3
@@ -60,7 +60,7 @@ The
and the
.Fn erff
functions calculate 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/msun/man/exp.3 b/lib/msun/man/exp.3
index e4cf9fb..d453b10 100644
--- a/lib/msun/man/exp.3
+++ b/lib/msun/man/exp.3
@@ -285,7 +285,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
OpenPOWER on IntegriCloud