- Description:
- Lua 5.1 C API manual pages
- Last Change:
- Clone URL:
ssh://bronevichok.ru/lua-c-manual-pages.git
Commit Briefs
man3: fix header in lua_sethook (master)
Tree
| .github/ | |
| CHANGELOG.md | commits | blame |
| Makefile | commits | blame |
| README.md | commits | blame |
| index.html | commits | blame |
| man3/ | |
| style.css | commits | blame |
README.md
## Lua C API manual pages is a set of manual pages that covers Lua 5.1 C API described in Lua 5.1 Reference Manual. It includes: - [3.7 – Functions and Types](http://www.lua.org/manual/5.1/manual.html#3.7) - [3.8 – The Debug Interface](http://www.lua.org/manual/5.1/manual.html#3.8) - [4.1 – Functions and Types](http://www.lua.org/manual/5.1/manual.html#4.1) ### Installation ```sh $ apt install -y mandoc make $ make check $ make install $ makewhatis ``` ### See also - [C++ 98/11/14 manual pages for Linux/MacOS](https://github.com/aitjcize/cppman) - [Formatted C++20 stdlib man pages (cppreference)](https://github.com/jeaye/stdman) - [x86 and amd64 instruction reference manual pages](https://github.com/ttmo-O/x86-manpages)
