summaryrefslogtreecommitdiff
path: root/luxio.c
diff options
context:
space:
mode:
Diffstat (limited to 'luxio.c')
-rw-r--r--luxio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/luxio.c b/luxio.c
index 24ec720..8c1a2c6 100644
--- a/luxio.c
+++ b/luxio.c
@@ -3539,7 +3539,7 @@ luxio_gettimeofday(lua_State *L)
*/
/*** Return a string describing an error number.
-@tparam errno
+@tparam errno errno
@treturn string
@function strerror
*/
@@ -3666,7 +3666,7 @@ luxio_iconv_open(lua_State *L)
}
/*** Close a previously-allocated iconv descriptor.
-@tparam iconv
+@tparam iconv handle
@treturn number return vlaue
@treturn errno
@function iconv_close
@@ -3689,8 +3689,8 @@ luxio_iconv_close(lua_State *L)
#define ICONV_BUF_SIZE 256
/*** Perform character set conversion.
-@tparam iconv
-@tparam string
+@tparam iconv handle
+@tparam string buf
@treturn string|number resulting string or return value in case of error
@treturn errno
@treturn string|nil partial result when error.