summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/execve.26
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 444f282fe34..86b4242f989 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.18 2002/01/02 06:16:10 nordin Exp $
+.\" $OpenBSD: execve.2,v 1.19 2002/07/16 01:41:39 deraadt Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -183,9 +183,7 @@ When a program is executed as a result of an
.Fn execve
call, it is entered as follows:
.Bd -literal -offset indent
-main(argc, argv, envp)
-int argc;
-char **argv, **envp;
+main(int argc, char **argv, char **envp)
.Ed
.Pp
where