diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-16 01:41:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-16 01:41:40 +0000 |
commit | 9eb6a3643ac86f20b0e174013ff4e2a9f5f751a0 (patch) | |
tree | a3a3cb50c80be63e65230c07d75af58551477c05 /lib | |
parent | 51f0a9193eb831223c413223c7a880382b37af72 (diff) |
ansi
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/execve.2 | 6 |
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 |