summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-01-30 16:38:27 +0000
committerSteve Peters <steve@fisharerojo.org>2008-01-30 16:38:27 +0000
commite148a7d386b499a188cdf6f37c4fd19434c1d755 (patch)
treee62d3860413fec082330cfae0ad067436947aa95 /lib/File
parent2b631c9356b0f839ed3ae65cb5939f6101ae50f1 (diff)
downloadperl-e148a7d386b499a188cdf6f37c4fd19434c1d755.tar.gz
Formatting for C<<{ bydepth => 1 }>> doesn't seem to be working
right in the manpage. p4raw-id: //depot/perl@33127
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Find.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm
index c41c4dcf94..d8dd4f4cf3 100644
--- a/lib/File/Find.pm
+++ b/lib/File/Find.pm
@@ -84,7 +84,7 @@ described in L<The wanted function> below.
Reports the name of a directory only AFTER all its entries
have been reported. Entry point C<finddepth()> is a shortcut for
-specifying C<<{ bydepth => 1 }>> in the first argument of C<find()>.
+specifying C<{ bydepth =E<gt> 1 }> in the first argument of C<find()>.
=item C<preprocess>