From 72a0ee36b6d08510d378397e28dacb746df5f40a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 11 Jul 2009 07:54:57 +0000 Subject: nixio: Update documentation to prepare 0.3 release --- libs/nixio/docsrc/CHANGELOG.lua | 29 +++++++++++++++++++++++++++++ libs/nixio/docsrc/README.lua | 13 +++++-------- libs/nixio/docsrc/nixio.UnifiedIO.lua | 1 - 3 files changed, 34 insertions(+), 9 deletions(-) create mode 100644 libs/nixio/docsrc/CHANGELOG.lua (limited to 'libs/nixio/docsrc') diff --git a/libs/nixio/docsrc/CHANGELOG.lua b/libs/nixio/docsrc/CHANGELOG.lua new file mode 100644 index 0000000000..f73e96632d --- /dev/null +++ b/libs/nixio/docsrc/CHANGELOG.lua @@ -0,0 +1,29 @@ +--- Changes and improvements. +module "CHANGELOG" + +--- Nixio 0.3 +-- +-- @class table +-- @name 0.2 +-- @return ! + +--- Nixio 0.2 +-- +-- @class table +-- @name 0.2 +-- @return ! \ No newline at end of file diff --git a/libs/nixio/docsrc/README.lua b/libs/nixio/docsrc/README.lua index 20793cefea..b957a69903 100644 --- a/libs/nixio/docsrc/README.lua +++ b/libs/nixio/docsrc/README.lua @@ -80,15 +80,12 @@ module "README" --- Cryptography and TLS libraries. -- diff --git a/libs/nixio/docsrc/nixio.UnifiedIO.lua b/libs/nixio/docsrc/nixio.UnifiedIO.lua index d0b189cf44..6e407ff2ca 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. -- cgit v1.2.3