diff options
author | Joseph S. Myers <jsm28@hermes.cam.ac.uk> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | 1fef88e72b0b21420614d87ecab0aaedf3725271 (patch) | |
tree | 12e4d27d75a69c3c3bfe2e5be19ce1298d39af74 /lib/overload.pm | |
parent | 3c8c04f28a9e6693f95217cf81ec5f2cdb2bb4d2 (diff) | |
download | perl-1fef88e72b0b21420614d87ecab0aaedf3725271.tar.gz |
Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 28e7d0b3e7..20411ea576 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -203,7 +203,7 @@ postfix form. "atan2", "cos", "sin", "exp", "abs", "log", "sqrt", If C<abs> is unavailable, it can be autogenerated using methods -for "<" or "<=>" combined with either unary minus or subtraction. +for "E<lt>" or "E<lt>=E<gt>" combined with either unary minus or subtraction. =item * I<Boolean, string and numeric conversion> @@ -376,7 +376,7 @@ can be expressed in terms of string conversion. can be expressed in terms of its "spaceship" counterpart: either C<E<lt>=E<gt>> or C<cmp>: - + <, >, <=, >=, ==, != in terms of <=> lt, gt, le, ge, eq, ne in terms of cmp @@ -476,7 +476,7 @@ to be changed are constant (but this is not enforced). =head1 AUTHOR -Ilya Zakharevich <F<ilya@math.mps.ohio-state.edu>>. +Ilya Zakharevich E<lt>F<ilya@math.mps.ohio-state.edu>E<gt>. =head1 DIAGNOSTICS |