Commit Diff


commit - 75b0e394f7ae00a0ce3d2f510cdefabb5546af45
commit + a5160e1f37d2ebcacea3142b164a121004259f24
blob - /dev/null
blob + 9377c209db9e5816711fa8c7a44216992ff74bd7 (mode 644)
--- /dev/null
+++ man3/luaL_getmetatable.3
@@ -0,0 +1,20 @@
+.Dd $Mdocdate: July 24 2022 $
+.Dt LUAL_GETMETATABLE 3
+.Os
+.Sh NAME
+.Nm luaL_getmetatable
+.Nd pushes onto the stack the metatable associated with name in the registry
+.Sh SYNOPSIS
+.In lauxlib.h
+.Ft void
+.Fn luaL_getmetatable "lua_State *L" "const char *tname"
+.Sh DESCRIPTION
+.Fn luaL_getmetatable
+pushes onto the stack the metatable associated with name
+.Fa tname
+in the registry
+.Pq see Xr luaL_newmetatable 3 .
+.Sh HISTORY
+The
+.Fn luaL_getmetatable
+manual page was written by Sergey Bronnikov.