From: Tobias Ulmer Date: Tue, 19 Nov 2013 18:19:11 +0000 (+0100) Subject: Fix e2lib.execvp() doc X-Git-Tag: e2factory-2.3.15rc1~373 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=3148b6d7075ef98baca6aa15cbdc29ec273261fc;p=e2factory.git Fix e2lib.execvp() doc Signed-off-by: Tobias Ulmer --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index fc43514..338452e 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -307,7 +307,7 @@ end --- Execute a process image and replace the current process. -- See execvp(3) for more information. --- @param file File name or path to execute. PATH is searched. +-- @param filenm File name or path to execute. PATH is searched. -- @param argv Vector containing arguments for the process. First argument -- should be the file name itself. -- @return False on error. It does not return on success.