Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 50ccd772 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DOC: Fix manpage

parent 24cd6142
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!115Solves over usage of CPU
...@@ -10,11 +10,9 @@ ...@@ -10,11 +10,9 @@
.SH "SEE ALSO" .SH "SEE ALSO"
\fIlektor\fP(1), \fIlektor\fP(1),
\fIlektord\fP(1), \fIlektord\fP(1),
\fIlktadm\fP(1),
\fIlkt\fP(1), \fIlkt\fP(1),
\fImpc\fP(1), \fImpc\fP(1),
\fImpd\fP(1), \fImpd\fP(1)
\fImeson\fP(1)
.PP .PP
\fBIEEE Standard for information Technology \- \fBIEEE Standard for information Technology \-
Portable Operating System Interface (POSIX)\fP Portable Operating System Interface (POSIX)\fP
...@@ -129,9 +129,16 @@ you do so. ...@@ -129,9 +129,16 @@ you do so.
Some functions are mendatory for a module: Some functions are mendatory for a module:
.PP
.PD 0
.TP
.PD
- The \fBnew(void **)\fP function creates the module - The \fBnew(void **)\fP function creates the module
.TP
- The \fBfree(void **)\fP release the module, it \fIcan't\fP be used after - 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 - 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 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 \fBva_list\fP is a \fBvoid **\fP, which point to the pointer used to access the
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter