[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luaman: 5.3.0-beta Unix man pages
- From: Ico Doornekamp <lua@...>
- Date: Sat, 25 Oct 2014 23:23:39 +0200
Luaman is a collection of Unix man pages for all of the lua and C api
functions. Luaman for 5.3.0 beta is available at
http://zevv.nl/play/code/luaman/luaman-5.3.0-beta.tgz
The man pages are converted from the official Lua reference manual with
some basic scripting and with a little help from Asciidoc and Docbook.
The converter script is available at:
https://github.com/zevv/luaman
Changes since 5.2:
- Updated for Lua 5.3.0 beta
- Reworked converter script for better layout quality
- Added lua core and library functions
Ico