Commit Briefs

Sergey Bronnikov

man3: update history section (master)

These manual pages were not actually written by me.


Sergey Bronnikov

Release 0.1.3 (tags/0.1.3)


Sergey Bronnikov

man3: fix broken source code formatting



Sergey Bronnikov

changelog: fixed description in lua_close

The patch follows up commit 9525c139 ("man3: fix description in lua_close.3").


Sergey Bronnikov

man3: fix description in lua_close.3

`lua_close` [1] used description of `lua_checkstack` [2] by mistake. 1. https://www.lua.org/manual/5.1/manual.html#lua_close 1. https://www.lua.org/manual/5.1/manual.html#lua_checkstack



Sergey Bronnikov

ci: publish CSS


Sergey Bronnikov

ci: publish html table of contents


Sergey Bronnikov

ci: rebuild mandoc.db after installation


Branches



Tags

0.1.3

0.1.2

0.1.1

Tree

.github/
CHANGELOG.mdcommits | blame
Makefilecommits | blame
README.mdcommits | blame
index.htmlcommits | blame
man3/
style.csscommits | 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)