This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Wrap some text in C<...>
authorKarl Williamson <khw@cpan.org>
Mon, 2 Jun 2014 00:07:34 +0000 (18:07 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 17:23:00 +0000 (11:23 -0600)
pod/perllocale.pod

index ac96801..13bfeec 100644 (file)
@@ -866,7 +866,7 @@ your application.  For strict matching of (mundane) ASCII letters and
 digits--for example, in command strings--locale-aware applications
 should use C<\w> with the C</a> regular expression modifier.  See L<"SECURITY">.
 
 digits--for example, in command strings--locale-aware applications
 should use C<\w> with the C</a> regular expression modifier.  See L<"SECURITY">.
 
-=head2 Category LC_NUMERIC: Numeric Formatting
+=head2 Category C<LC_NUMERIC>: Numeric Formatting
 
 After a proper C<POSIX::setlocale()> call, and within the scope of one
 of the C<use locale> variants, Perl obeys the C<LC_NUMERIC>
 
 After a proper C<POSIX::setlocale()> call, and within the scope of one
 of the C<use locale> variants, Perl obeys the C<LC_NUMERIC>