commit ccdbd0a3d61d9e714c60f8fc9fa6a20df84f196f from: Sergey Bronnikov date: Fri Dec 09 07:27:06 2022 UTC man3: fix a typo commit - 81307153727da9d10fa431813f857fd838f1aaba commit + ccdbd0a3d61d9e714c60f8fc9fa6a20df84f196f blob - d017651e158cb699dc29537d246a4b2943666935 blob + 6ddc13ae0bad9a0edd912fb9fa6e803bd5316b2b --- CHANGELOG.md +++ CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http ### Fixed +- Typo in `lua_gethookcount(3)`. + [Unreleased]: https://github.com/ligurio/luac-manual-pages/compare/0.1.2...master ## [0.1.2] blob - d9429750b76735aa7e0b7c604b5c9c6916284b2a blob + 4cc898065a8265f9d107b2210e10b1e32182e683 --- man3/lua_gethookcount.3 +++ man3/lua_gethookcount.3 @@ -9,7 +9,7 @@ .Ft int .Fn lua_gethookcount "lua_State *L" .Sh DESCRIPTION -.Fn lua_gethookmask +.Fn lua_gethookcount returns the current hook count. .Sh RETURN VALUES Returns the current hook count.