[perldocjp-cvs 1216] CVS update: docs/perl/5.10.0

Back to archive index

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


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



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