]> git.e2factory.org Git - e2factory.git/commitdiff
Fix e2lib.execvp() doc
authorTobias Ulmer <tu@emlix.com>
Tue, 19 Nov 2013 18:19:11 +0000 (19:19 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index fc43514ed1b6401b1fa3fb0a6da62128579c02f5..338452e52c555093d0afb7e76ffcb94f34f1a23d 100644 (file)
@@ -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.