diff options
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 841124c1515..0ad9690481c 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.5 1998/07/06 18:27:16 deraadt Exp $ +.\" $OpenBSD: execve.2,v 1.6 1999/02/27 21:56:12 deraadt Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -45,7 +45,7 @@ .Ft int .Fn execve "const char *path" "char *const argv[]" "char *const envp[]" .Sh DESCRIPTION -.Fn Execve +.Fn execve transforms the calling process into a new process. The new process is constructed from an ordinary file, whose name is pointed to by @@ -203,7 +203,7 @@ return value will be -1 and the global variable .Va errno is set to indicate the error. .Sh ERRORS -.Fn Execve +.Fn execve will fail and return to the calling process if: .Bl -tag -width Er .It Bq Er ENOTDIR @@ -251,7 +251,7 @@ in The new process file is not as long as indicated by the size values in its header. .It Bq Er EFAULT -.Fa Path , +.Fa path , .Fa argv , or .Fa envp |