Fix most of the pod2man moanings reported in
[p5sagit/p5-mst-13.2.git] / lib / utf8.pm
index 269a1c2..8f650d9 100644 (file)
@@ -58,7 +58,7 @@ C<\x>.  For instance, a Unicode smiley face is C<\x{263A}>.  A
 character in the Latin-1 range (128..255) should be written C<\x{ab}>
 rather than C<\xab>, since the former will turn into a two-byte UTF-8
 code, while the latter will continue to be interpreted as generating a
-8-bit byte rather than a character.  In fact, if -w is turned on, it will
+8-bit byte rather than a character.  In fact, if C<-w> is turned on, it will
 produce a warning that you might be generating invalid UTF-8.
 
 =item *