From e48d29582438d62e2aa36a56fbb63efa777ce4af Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 20 Nov 2013 17:06:05 +0100 Subject: [PATCH] Improve callcmd()/fdct documentation Signed-off-by: Tobias Ulmer --- generic/e2lib.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/generic/e2lib.lua b/generic/e2lib.lua index ca6d165..20507f2 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -1192,12 +1192,14 @@ end -- @table fdct -- @field dup File descriptor in the child process that should be replaced by -- this configuration. --- @field istype "readfo" denotes +-- @field istype Describes the type of fdct. Can be either "readfo" or +-- "writefunc". For details, check their respective pseudo-tables. -- @see fdct_readfo +-- @see fdct_writefunc --- File descriptor configuration table - readfo. This is an extension to -- fdct for documentation purposes. It's not a separate table. When istype is ---"readfo", the following field are expected in addition to ones in fdct. +-- "readfo", the following field are expected in addition to ones in fdct. -- The file object is used as an input to the child. -- @table fdct_readfo -- @field file Readable file object. -- 2.39.5