diff --git a/polymer/eduke32/source/lunatic/doc/lunatic.txt b/polymer/eduke32/source/lunatic/doc/lunatic.txt index f4d37cf6e..0be83931f 100644 --- a/polymer/eduke32/source/lunatic/doc/lunatic.txt +++ b/polymer/eduke32/source/lunatic/doc/lunatic.txt @@ -5,6 +5,7 @@ Helixhorned :numbered: :icons: :toc: +:toclevels: 3 :language: lua @@ -1932,7 +1933,8 @@ The `fs` module -- virtual file system facilities [red]*DRAFT* -===== `files = fs.listpath(path, mask)` +[float] +==== `files = fs.listpath(path, mask)` Lists file names matching a wildcard `mask` which can be found under `path`. diff --git a/polymer/eduke32/source/lunatic/lunacon.lua b/polymer/eduke32/source/lunatic/lunacon.lua index 7461a3d9c..13e1eba66 100644 --- a/polymer/eduke32/source/lunatic/lunacon.lua +++ b/polymer/eduke32/source/lunatic/lunacon.lua @@ -735,6 +735,11 @@ local g_labeltype = {} local g_labelspecial = {} -- [