diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
commit | 329223e6f229a55ee8fed800f358f30e994ed749 (patch) | |
tree | 5d5e6c715ccfb778a29f10e1ea16f06731edbda8 /lib/msun | |
parent | 05f0a865546b5e0b902987be72a75a7b0ef85d09 (diff) | |
download | FreeBSD-src-329223e6f229a55ee8fed800f358f30e994ed749.zip FreeBSD-src-329223e6f229a55ee8fed800f358f30e994ed749.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'lib/msun')
-rw-r--r-- | lib/msun/man/exp.3 | 3 | ||||
-rw-r--r-- | lib/msun/man/j0.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3 index dc60be6..56e0cf8 100644 --- a/lib/msun/man/exp.3 +++ b/lib/msun/man/exp.3 @@ -264,7 +264,8 @@ cases. Here are reasons for returning x**0 = 1 always: .It Any program that already tests whether x is zero (or infinite or \*(Na) before computing x**0 cannot care -whether 0**0 = 1 or not. Any program that depends +whether 0**0 = 1 or not. +Any program that depends upon 0**0 to be invalid is dubious anyway since that expression's meaning and, if invalid, its consequences vary from one computer system to another. diff --git a/lib/msun/man/j0.3 b/lib/msun/man/j0.3 index 8dbbb5b..2aa0247 100644 --- a/lib/msun/man/j0.3 +++ b/lib/msun/man/j0.3 @@ -131,7 +131,8 @@ value .Fa x . .Sh RETURN VALUES If these functions are successful, -the computed value is returned. On the +the computed value is returned. +On the .Tn VAX and .Tn Tahoe |