diff options
author | raf@tradingpost.com.au <raf@tradingpost.com.au> | 2005-04-07 00:20:31 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-07 08:33:53 +0000 |
commit | 75f15e9f00f368613ca4c59248fc2f6b4315911c (patch) | |
tree | a0d0ebc06eca512a6645873c6ccbede02512eca2 /pod/perlpodspec.pod | |
parent | 7292dc67d9d3871d00ae8272949316f40122092b (diff) | |
download | perl-75f15e9f00f368613ca4c59248fc2f6b4315911c.tar.gz |
[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
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 1e08c2b69a..0b60dfd967 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 |