diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-08-05 16:38:24 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-08-05 16:38:24 +0000 |
| commit | d9b1c37c3bef0c79fb703b4654b913d051ef1eb2 (patch) | |
| tree | 3cf3fcebacb71f9e52b450e35042f7d16559c463 /lib/libc | |
| parent | b10a063dbeb6a6f52dc8295ef8f68ab71834a201 (diff) | |
Notes
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 |
