diff options
author | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
commit | 5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da (patch) | |
tree | 8e915f713fa577df2f4f07d605cac3b4ef1a5b3d /lib/libm/common_source/exp.3 | |
parent | 2001e1a6ee8240523374c0f047409f2af57730c3 (diff) | |
download | FreeBSD-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/common_source/exp.3')
-rw-r--r-- | lib/libm/common_source/exp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |