perllocale: Nits
authorKarl Williamson <public@khwilliamson.com>
Mon, 31 Mar 2014 21:33:01 +0000 (15:33 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 1 Apr 2014 16:54:40 +0000 (10:54 -0600)
The hyperlink text looks wrong in html

pod/perllocale.pod

index a62d8dc..94734df 100644 (file)
@@ -232,10 +232,10 @@ C<printf> functions.  These wrappers don't do anything with the locale,
 and the underlying C library function is affected by the locale in
 effect at the time of the wrapper call.
 The affected functions are
-L<perlapi/my_sprintf>,
-L<perlapi/my_snprintf>,
+L<my_sprintf|perlapi/my_sprintf>,
+L<my_snprintf|perlapi/my_snprintf>,
 and
-L<perlapi/my_vsnprintf>.
+L<my_vsnprintf|perlapi/my_vsnprintf>.
 
 =back