commit - 7cad4307db2248ead52c68ef3a263ae226d3e557
commit + 76feaa87c407dfdaf6453ffad88d18f21336574b
blob - ffbc8cb637064c627a7e8f3ea326ab43d762b9ae
blob + 65652dbd31310f918f29e0b950cdaad849cde913
--- CHANGELOG.md
+++ CHANGELOG.md
### Fixed
+- Header in `lua_sethook(3)`.
+
[Unreleased]: https://github.com/ligurio/luac-manual-pages/compare/0.1.3...master
## [0.1.3]
blob - 26cc9eb0ec077dbdc86a1820e124384f1d93f320
blob + e693e09eb2d25453c0be87f232c939510b8b3e95
--- man3/lua_sethook.3
+++ man3/lua_sethook.3
.Nd sets the debugging hook function, function indicator
.Bq -0, +0, -
.Sh SYNOPSIS
-.In fcntl.h
+.In lua.h
.Ft int
.Fn lua_sethook "lua_State *L" "lua_Hook f" "int mask" "int count"
.Sh DESCRIPTION