From e89e54d1a3bb47a6adf35082062303b0f8ccf1a5 Mon Sep 17 00:00:00 2001 From: ftrvxmtrx Date: Mon, 8 Jun 2015 12:59:51 +0200 Subject: exec(2): fix prototypes --- sys/man/2/exec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/man/2/exec b/sys/man/2/exec index 5c5e79669..a7e016a92 100644 --- a/sys/man/2/exec +++ b/sys/man/2/exec @@ -8,10 +8,10 @@ exec, execl, _privates, _nprivates, _tos \- execute a file .PP .nf .B -void* exec(char *name, char* argv[]) +int exec(char *name, char* argv[]) .PP .B -void* execl(char *name, ...) +int execl(char *name, ...) .PP .B void **_privates; -- cgit v1.2.3