Added 'simplesect' sections to the manual

'simplesect' encloses the introductory text of sections with
subsections, so that each section either is all text or is all
subsections. (This commit also corrects a small brace error in the
manual and extra spaces/tabs in some other files.)
This commit is contained in:
Roberto Ierusalimschy
2020-04-13 13:42:40 -03:00
parent 7ccc6d8290
commit 9e0a8475cd
5 changed files with 56 additions and 6 deletions

2
lgc.c
View File

@@ -152,7 +152,7 @@ static GCObject **getgclist (GCObject *o) {
** and its key is not marked, mark its entry as dead. This allows the
** collection of the key, but keeps its entry in the table (its removal
** could break a chain). The main feature of a dead key is that it must
** be different from any other value, to do not disturb searches.
** be different from any other value, to do not disturb searches.
** Other places never manipulate dead keys, because its associated empty
** value is enough to signal that the entry is logically empty.
*/