OSDN Git Service

Update releases for LDP 3.68
[linuxjm/LDP_man-pages.git] / release / man2 / splice.2
index 9f6e381..34d00d4 100644 (file)
@@ -90,9 +90,8 @@ splice \- パイプとの間でデータを継ぎ合わせる
 \fBEINVAL\fP
 .\" The append-mode error is given since 2.6.27; in earlier kernels,
 .\" splice() in append mode was broken
-Target filesystem doesn't support splicing; target file is opened in append
-mode; neither of the descriptors refers to a pipe; or offset given for
-nonseekable device.
+対象のファイルシステムが splice に対応していない、 または対象のファイルが追記モードでオープンされている、
+またはディスクリプタのどちらもパイプを参照していない、 または seek できないデバイスに対してオフセットが指定された。
 .TP 
 \fBENOMEM\fP
 メモリ不足。
@@ -150,6 +149,6 @@ nonseekable device.
 .SH 関連項目
 \fBsendfile\fP(2), \fBtee\fP(2), \fBvmsplice\fP(2)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。