From 914792726f9e452ad9b805ed49cd023c05d83a9d Mon Sep 17 00:00:00 2001 From: Zachary Lebold Date: Mon, 7 Mar 2016 02:01:18 -0500 Subject: [PATCH] Update _exit.html Remove extraneous comma. --- man/syscall/_exit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/syscall/_exit.html b/man/syscall/_exit.html index 870341b..85f098f 100644 --- a/man/syscall/_exit.html +++ b/man/syscall/_exit.html @@ -49,7 +49,7 @@ Standard C Library (libc, -lc)

#include <unistd.h>

-void,
+void
_exit(int exitcode);