]> git.e2factory.org Git - e2factory.git/commitdiff
Update e2lib.get_sys_arch() doc
authorTobias Ulmer <tu@emlix.com>
Fri, 12 Jul 2013 14:34:30 +0000 (16:34 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:01:23 +0000 (15:01 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index 334dd7c0ef87b2dbe70e8d05ffed12c056284bec..badf0b3b5b088bfb2e1e1781373d485de3136ecf 100644 (file)
@@ -1898,9 +1898,9 @@ function e2lib.tar(argv)
     return e2lib.call_tool_argv("tar", argv)
 end
 
---- get system architecture
--- @return string: machine hardware name
--- @return an error object on failure
+--- Get system architecture.
+-- @return Machine hardware name as a string, false on error.
+-- @return Error object on failure.
 function e2lib.get_sys_arch()
     local rc, re, e, uname, cmd, p, msg, l, arch