[perldocjp-cvs 1491] CVS update: docs/modules/open-1.06

Back to archive index

ktats****@users***** ktats****@users*****
2012年 7月 28日 (土) 17:17:21 JST


Index: docs/modules/open-1.06/open.pod
diff -u docs/modules/open-1.06/open.pod:1.3 docs/modules/open-1.06/open.pod:1.4
--- docs/modules/open-1.06/open.pod:1.3	Thu May 26 01:44:59 2011
+++ docs/modules/open-1.06/open.pod	Sat Jul 28 17:17:21 2012
@@ -110,7 +110,7 @@
 
 =end original
 
-以下のものは
+以下の2行は等価です:
 
     use open ':encoding(utf8)';
     use open IO => ':encoding(utf8)';
@@ -121,7 +121,7 @@
 
 =end original
 
-以下のものおよび
+同様に、以下の2行
 
     use open ':locale';
     use open IO => ':locale';
@@ -132,11 +132,13 @@
 
 =end original
 
-以下のものと等価です
+や以下の2行
 
     use open ':encoding(iso-8859-7)';
     use open IO => ':encoding(iso-8859-7)';
 
+も等価です。
+
 =begin original
 
 The matching of encoding names is loose: case does not matter, and



perldocjp-cvs メーリングリストの案内
Back to archive index