From 50ccd772b0580ce87dbe8fb5924c5a6a3f82b829 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Mon, 10 Aug 2020 18:15:35 +0200 Subject: [PATCH] DOC: Fix manpage --- man/footer | 4 +--- man/lektor.template | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/man/footer b/man/footer index ec6a4ace..eb9fa8fb 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 c9e36090..10bd44e9 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 -- GitLab