Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/on_exit.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/on_exit.3 b/man3/on_exit.3 index afcd9f9ed..7997b601e 100644 --- a/man3/on_exit.3 +++ b/man3/on_exit.3 @@ -35,7 +35,7 @@ on_exit \- register a function to be called at normal process termination .nf .B #include <stdlib.h> .PP -.BI "int on_exit(void (*" function ")(int , void *), void *" arg ); +.BI "int on_exit(void (*" function ")(int, void *), void *" arg ); .fi .PP .RS -4 -- 2.31.1