diff --git a/man/footer b/man/footer index ec6a4acee7b6427a7f400e4ac2b6dad4d42fc3cc..eb9fa8fb1461c3d1c7dc1e8bc5d45f8e4eedb43b 100644 --- a/man/footer +++ b/man/footer @@ -10,11 +10,9 @@ .SH "SEE ALSO" \fIlektor\fP(1), \fIlektord\fP(1), -\fIlktadm\fP(1), \fIlkt\fP(1), \fImpc\fP(1), -\fImpd\fP(1), -\fImeson\fP(1) +\fImpd\fP(1) .PP \fBIEEE Standard for information Technology \- Portable Operating System Interface (POSIX)\fP diff --git a/man/lektor.template b/man/lektor.template index c9e36090c651003379a6c6c0a2a8106b5ce479ec..10bd44e9f8be6e229891843ea6b53a1e223a0756 100644 --- a/man/lektor.template +++ b/man/lektor.template @@ -129,9 +129,16 @@ you do so. Some functions are mendatory for a module: +.PP +.PD 0 +.TP +.PD - The \fBnew(void **)\fP function creates the module +.TP - The \fBfree(void **)\fP release the module, it \fIcan't\fP be used after +.TP - The \fBclose(void **)\fP close the module, it \fIcan\fP be used after +.PP All exported functions must take a \fBva_list\fP. The first argument of the \fBva_list\fP is a \fBvoid **\fP, which point to the pointer used to access the