diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 68522a983af..444f282fe34 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.17 2001/03/14 04:01:59 aaron Exp $ +.\" $OpenBSD: execve.2,v 1.18 2002/01/02 06:16:10 nordin Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -44,7 +44,7 @@ .Sh SYNOPSIS .Fd #include <unistd.h> .Ft int -.Fn execve "const char *path" "const char *argv[]" "const char *envp[]" +.Fn execve "const char *path" "char *const argv[]" "char *const envp[]" .Ft int .Fn exect "const char *path" "char *const argv[]" "char *const envp[]" .Sh DESCRIPTION |