commit 9634617d93b0c181cadd16365dd897a59591035b from: Sergey Bronnikov date: Wed Nov 29 13:48:37 2023 UTC man3: remove excess function name in description commit - 27cd79baab78683fd52100dca881528c18701df4 commit + 9634617d93b0c181cadd16365dd897a59591035b blob - eb75bc235cd1419ef8a7c924b8a1f375b2314be8 blob + c06ce480c4ac308dbd3bc6fa8dc9ac0dcea513a9 --- CHANGELOG.md +++ CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http - Typo in `lua_gethookcount(3)`. - Description in `lua_close(3)`. +- Description in `luaL_newmetatable(3)`. [Unreleased]: https://github.com/ligurio/luac-manual-pages/compare/0.1.2...master blob - d4e80614b026d1b6d237d1264523477c02fd31b4 blob + adf3fa44bf3abccee2527551c23ed51d182e6569 --- man3/luaL_newmetatable.3 +++ man3/luaL_newmetatable.3 @@ -10,7 +10,6 @@ .Ft int .Fn luaL_newmetatable "lua_State *L" "const char *tname" .Sh DESCRIPTION -.Fn luaL_newmetatable If the registry already has the key .Fa tname , returns 0. Otherwise, creates a new table to be used as a metatable for