Pod tweak.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 13 Mar 2002 17:28:36 +0000 (17:28 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 13 Mar 2002 17:28:36 +0000 (17:28 +0000)
p4raw-id: //depot/perl@15217

lib/open.pm

index 7e3fdf0..7d59d9a 100644 (file)
@@ -213,7 +213,7 @@ filehandles (STDIN, STDOUT, STDERR) to comply with encoding selected
 for input/output handles.  For example, if both input and out are
 chosen to be C<:utf8>, a C<:std> will mean that STDIN, STDOUT, and
 STDERR are also in C<:utf8>.  On the other hand, if only output is
-chosen to be in C<:encoding(koi8r)', a C<:std> will cause only the
+chosen to be in C<< :encoding(koi8r) >>, a C<:std> will cause only the
 STDOUT and STDERR to be in C<koi8r>.  The C<:locale> subpragma
 implicitly turns on C<:std>.