<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3ALuaPosix</id>
	<title>Talk:LuaPosix - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3ALuaPosix"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;action=history"/>
	<updated>2026-05-10T03:23:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;diff=7583&amp;oldid=prev</id>
		<title>Dubiousjim: Talk:Luaposix moved to Talk:LuaPosix: fix case</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;diff=7583&amp;oldid=prev"/>
		<updated>2012-03-25T08:39:05Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/wiki/Talk:Luaposix&quot; class=&quot;mw-redirect&quot; title=&quot;Talk:Luaposix&quot;&gt;Talk:Luaposix&lt;/a&gt; moved to &lt;a href=&quot;/wiki/Talk:LuaPosix&quot; title=&quot;Talk:LuaPosix&quot;&gt;Talk:LuaPosix&lt;/a&gt;: fix case&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:39, 25 March 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Dubiousjim</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;diff=4262&amp;oldid=prev</id>
		<title>Ncopa: Talk:LPOSIX moved to Talk:Luaposix: the upstream project name is luaposix</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;diff=4262&amp;oldid=prev"/>
		<updated>2010-08-11T03:41:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/wiki/Talk:LPOSIX&quot; class=&quot;mw-redirect&quot; title=&quot;Talk:LPOSIX&quot;&gt;Talk:LPOSIX&lt;/a&gt; moved to &lt;a href=&quot;/wiki/Talk:Luaposix&quot; class=&quot;mw-redirect&quot; title=&quot;Talk:Luaposix&quot;&gt;Talk:Luaposix&lt;/a&gt;: the upstream project name is luaposix&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 03:41, 11 August 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ncopa</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;diff=1796&amp;oldid=prev</id>
		<title>Ncopa: added som comments</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:LuaPosix&amp;diff=1796&amp;oldid=prev"/>
		<updated>2007-11-12T00:02:23Z</updated>

		<summary type="html">&lt;p&gt;added som comments&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Tip: Almost every function has its man page. Try for example:&lt;br /&gt;
 man 2 access&lt;br /&gt;
&lt;br /&gt;
I suggest the format similar to the manpage:&lt;br /&gt;
 ==funciton name==&lt;br /&gt;
 short description&lt;br /&gt;
 &lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;SYNOPSIS&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 posix.function(&amp;#039;&amp;#039;args&amp;#039;&amp;#039;...)&lt;br /&gt;
 &lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;DESCRIPTION&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 longer description what the function does.&lt;br /&gt;
 &lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;RETURN VALUE&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 describes what function returns.&lt;br /&gt;
 &lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;EXAMPLES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 show a few example on usage. Do not include the&lt;br /&gt;
  require &amp;quot;posix&amp;quot;&lt;br /&gt;
&lt;br /&gt;
We should probably have one page for every function.&lt;br /&gt;
--[[User:Ncopa|Ncopa]] 00:02, 12 November 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Ncopa</name></author>
	</entry>
</feed>