Change 15217 by jhi@alpha on 2002/03/13 17:28:36
Pod tweak.
Affected files ...
.... //depot/perl/lib/open.pm#32 edit
Differences ...
==== //depot/perl/lib/open.pm#32 (text) ====
Index: perl/lib/open.pm
--- perl/lib/open.pm.~1~ Wed Mar 13 10:45:05 2002
+++ perl/lib/open.pm Wed Mar 13 10:45:05 2002
@@ -213,7 +213,7 @@
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>.
End of Patch.