summaryrefslogtreecommitdiff
path: root/docs/man/man3/command_t.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/command_t.3')
-rw-r--r--docs/man/man3/command_t.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/man3/command_t.3 b/docs/man/man3/command_t.3
index d9c551c30..37dbe8e76 100644
--- a/docs/man/man3/command_t.3
+++ b/docs/man/man3/command_t.3
@@ -20,7 +20,7 @@ Inherits \fBExtensible\fP.
.br
.RI "\fICommand name. \fP"
.ti -1c
-.RI "handlerfunc * \fBhandler_function\fP"
+.RI "\fBhandlerfunc\fP * \fBhandler_function\fP"
.br
.RI "\fIHandler function as in typedef. \fP"
.ti -1c
@@ -61,7 +61,7 @@ Definition at line 31 of file ctables.h.
User flags needed to execute the command or 0.
.PP
Definition at line 37 of file ctables.h.
-.SS "handlerfunc* \fBcommand_t::handler_function\fP"
+.SS "\fBhandlerfunc\fP* \fBcommand_t::handler_function\fP"
.PP
Handler function as in typedef.
.PP