diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/execve.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 5a7364309a8d..dffa6ae51d83 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -84,9 +84,9 @@ file becomes the second argument; otherwise, the name of the originally .Sy execve Ap d file becomes the first argument. The original arguments are shifted over to -become the subsequent arguments. The zeroth argument, normally the name of the -.Sy execve Ap d -file, is left unchanged. +become the subsequent arguments. +The zeroth argument is set to the specified +.Em interpreter . .Pp The argument .Fa argv |
