projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38d777
)
perllocale: Nits
author
Karl Williamson
<public@khwilliamson.com>
Mon, 31 Mar 2014 21:33:01 +0000
(15:33 -0600)
committer
Karl 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
patch
|
blob
|
history
diff --git
a/pod/perllocale.pod
b/pod/perllocale.pod
index
a62d8dc
..
94734df
100644
(file)
--- a/
pod/perllocale.pod
+++ b/
pod/perllocale.pod
@@
-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