[perldocjp-cvs 1217] CVS update: docs/perl/5.12.1

Back to archive index

peanu****@users***** peanu****@users*****
2011年 4月 4日 (月) 17:32:32 JST


Index: docs/perl/5.12.1/perlfunc.pod
diff -u docs/perl/5.12.1/perlfunc.pod:1.16 docs/perl/5.12.1/perlfunc.pod:1.17
--- docs/perl/5.12.1/perlfunc.pod:1.16	Mon Apr  4 17:26:00 2011
+++ docs/perl/5.12.1/perlfunc.pod	Mon Apr  4 17:32:32 2011
@@ -14315,9 +14315,9 @@
 
 =end original
 
-C<syscall(&SYS_pipe)> には問題があります。
-これはパイプの読み出し側が作ったファイル番号を返します。
-相手側のファイル番号を得る方法がありません。
+C<syscall(&SYS_pipe)> には問題があり、
+作ったパイプの、読み出し側のファイル番号を返しますが、
+もう一方のファイル番号を得る方法がありません。
 この問題を避けるためには、代わりに C<pipe> を使ってください。
 
 =item sysopen FILEHANDLE,FILENAME,MODE



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