diff options
author | adam <adam@FreeBSD.org> | 1997-07-08 18:27:38 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1997-07-08 18:27:38 +0000 |
commit | bebb78e2440389652ded4c7a368d324b24995241 (patch) | |
tree | 38b13c33570a2a7e2b39a611e5677f6ecc38febf /lib/libc | |
parent | d8f815e1b9fce55c7aa3f5671988507b07d7f559 (diff) | |
download | FreeBSD-src-bebb78e2440389652ded4c7a368d324b24995241.zip FreeBSD-src-bebb78e2440389652ded4c7a368d324b24995241.tar.gz |
execve of interpreter files
reword for grammar/clarity
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index a4af9bf..36e69ad 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -67,9 +67,9 @@ An interpreter file begins with a line of the form: .Pp When an interpreter file is .Sy execve Ap d , -the system +the system actually .Sy execve Ap s -runs the specified +the specified .Em interpreter . If the optional .Em arg |