add perlcompile.pod (edited content from Nathan Torkington
[p5sagit/p5-mst-13.2.git] / pod / perlop.pod
index bd4ca1d..14ca6b5 100644 (file)
@@ -673,7 +673,7 @@ a transliteration, the first eleven of these sequences may be used.
     \x1b       hex char        (ESC)
     \x{263a}   wide hex char   (SMILEY)
     \c[                control char    (ESC)
-    \C{name}   named char
+    \N{name}   named char
 
     \l         lowercase next char
     \u         uppercase next char
@@ -684,7 +684,7 @@ a transliteration, the first eleven of these sequences may be used.
 
 If C<use locale> is in effect, the case map used by C<\l>, C<\L>, C<\u>
 and C<\U> is taken from the current locale.  See L<perllocale>.  For
-documentation of C<\C{name}>, see L<charnames>.
+documentation of C<\N{name}>, see L<charnames>.
 
 All systems use the virtual C<"\n"> to represent a line terminator,
 called a "newline".  There is no such thing as an unvarying, physical