Fix Pod nit in perlfunc
Steve Peters [Thu, 10 May 2007 20:34:21 +0000 (20:34 +0000)]
p4raw-id: //depot/perl@31197

pod/perlfunc.pod

index 101d10e..c6b8659 100644 (file)
@@ -4415,7 +4415,7 @@ name is returned instead.  You can think of C<ref> as a C<typeof> operator.
 The return value C<LVALUE> indicates a reference to an lvalue that is not
 a variable. You get this from taking the reference of function calls like
 C<pos()> or C<substr()>. C<VSTRING> is returned if the reference points
-to a L<version string|perldata\"Version Strings">.
+to a L<version string|perldata/"Version Strings">.
 
 The result C<Regexp> indicates that the argument is a regular expression
 resulting from C<qr//>.