Talk:LuaPosix: Difference between revisions

From Alpine Linux
(added som comments)
 
m (Talk:LPOSIX moved to Talk:Luaposix: the upstream project name is luaposix)
(No difference)

Revision as of 03:41, 11 August 2010

Tip: Almost every function has its man page. Try for example:

man 2 access

I suggest the format similar to the manpage:

==funciton name==
short description

SYNOPSIS
posix.function(args...)

DESCRIPTION
longer description what the function does.

RETURN VALUE
describes what function returns.

EXAMPLES
show a few example on usage. Do not include the
 require "posix"

We should probably have one page for every function. --Ncopa 00:02, 12 November 2007 (UTC)