From 3148b6d7075ef98baca6aa15cbdc29ec273261fc Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 19 Nov 2013 19:19:11 +0100 Subject: [PATCH] Fix e2lib.execvp() doc Signed-off-by: Tobias Ulmer --- generic/e2lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5