[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unix man pages updated for Lua 5.2
- From: Craig Barnes <craigbarnes85@...>
- Date: Fri, 22 Jun 2012 02:49:15 +0100
On 21 June 2012 21:14, Ico <lua@zevv.nl> wrote:
> I have updated the (unofficial) Lua API man pages to Lua version 5.2.
>
> These are groff files which are generated from the Lua reference manual,
> I did my best to create acceptable formatting but there might still be
> some flaws.
>
> The .tgz archive can be found at http://zevv.nl/play/code/luaman/
>
Hi, thanks for this. Is the script you used to generate it available too?
By the way, your archives are using the ".tgz" extension but they're
not gzipped. "tar xf" works but "tar xzf" gives the error "gzip:
stdin: not in gzip format".
-- Craig