From: raf@tradingpost.com.au <raf@tradingpost.com.au>
Date: Thu, 7 Apr 2005 00:20:31 +0000 (+0000)
Subject: [perl #34699] documentation bug in "man perlpodspec"
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75f15e9f00f368613ca4c59248fc2f6b4315911c;p=p5sagit%2Fp5-mst-13.2.git

[perl #34699] documentation bug in "man perlpodspec"
From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>

p4raw-id: //depot/perl@24187
---

diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod
index 1e08c2b..0b60dfd 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -522,7 +522,7 @@ a "-".  This was so that this:
 
 would parse as equivalent to this:
 
-    C<$foo-E<lt>bar>
+    C<$foo-E<gt>bar>
 
 instead of as equivalent to a "C" formatting code containing 
 only "$foo-", and then a "bar>" outside the "C" formatting code.  This