Formatting for C<<{ bydepth => 1 }>> doesn't seem to be working
Steve Peters [Wed, 30 Jan 2008 16:38:27 +0000 (16:38 +0000)]
right in the manpage.

p4raw-id: //depot/perl@33127

lib/File/Find.pm

index c41c4dc..d8dd4f4 100644 (file)
@@ -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>