diff options
Diffstat (limited to 'libs/nixio/docsrc/nixio.UnifiedIO.lua')
-rw-r--r-- | libs/nixio/docsrc/nixio.UnifiedIO.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/nixio/docsrc/nixio.UnifiedIO.lua b/libs/nixio/docsrc/nixio.UnifiedIO.lua index d0b189cf4..6e407ff2c 100644 --- a/libs/nixio/docsrc/nixio.UnifiedIO.lua +++ b/libs/nixio/docsrc/nixio.UnifiedIO.lua @@ -111,7 +111,6 @@ module "nixio.UnifiedIO" -- @usage This function uses the sendfile() syscall to copy the data or the -- blocksource function of the source descriptor and the sink function -- of the target descriptor as a fallback mechanism. --- @usage Support for splice() on Linux is not implemented yet. -- @usage If the limit parameter is ommited, data is copied -- until an end-of-file, end-of-stream, connection shutdown or similar happens. -- @usage If the descriptor is non-blocking the function may fail with EAGAIN. |