7 lines
No EOL
182 B
Bash
7 lines
No EOL
182 B
Bash
local tArgs = {...}
|
|
|
|
if #tArgs < 1 then
|
|
kerneldraw.printAppInfo("man", "type 'ls system/man-pages' or 'manpages'")
|
|
else
|
|
kerneldraw.printAppInfo("man", man.findManual(tArgs[1]))
|
|
end |