]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/exec.3.patch
Libc-391.tar.gz
[apple/libc.git] / gen / FreeBSD / exec.3.patch
index b22f837c7623f660efce6ce039aa1ca34c122137..3cdc89503de7e4ffc009c9326586c07360d9bb60 100644 (file)
@@ -1,33 +1,31 @@
---- exec.3.orig        Tue May 20 15:21:01 2003
-+++ exec.3     Mon Oct 27 23:21:54 2003
+--- exec.3.orig        2003-09-10 12:24:32.000000000 -0700
++++ exec.3     2004-10-24 17:12:17.000000000 -0700
 @@ -39,7 +39,6 @@
  .Nm execl ,
  .Nm execlp ,
  .Nm execle ,
 -.Nm exect ,
  .Nm execv ,
- .Nm execvp
- .Nd execute a file
-@@ -55,8 +54,6 @@
- .Ft int
- .Fn execle "const char *path" "const char *arg" ...
+ .Nm execvp ,
+ .Nm execvP
+@@ -62,8 +61,6 @@
+ .Ek
+ .Fc
  .Ft int
 -.Fn exect "const char *path" "char *const argv[]" "char *const envp[]"
 -.Ft int
  .Fn execv "const char *path" "char *const argv[]"
  .Ft int
  .Fn execvp "const char *file" "char *const argv[]"
-@@ -97,8 +94,7 @@
+@@ -106,7 +103,6 @@
  pointer.
  .Pp
  The
 -.Fn exect ,
--.Fn execv ,
-+.Fn execv
+ .Fn execv ,
+ .Fn execvp ,
  and
- .Fn execvp
- functions provide an array of pointers to null-terminated strings that
-@@ -113,9 +109,7 @@
+@@ -123,9 +119,7 @@
  .Pp
  The
  .Fn execle
@@ -38,7 +36,7 @@
  the
  .Dv NULL
  pointer that terminates the list of arguments in the argument list
-@@ -185,11 +179,6 @@
+@@ -203,11 +197,6 @@
  these functions will execute the shell with the path of
  the file as its first argument.
  (If this attempt fails, no further searching is done.)
@@ -50,7 +48,7 @@
  .Sh RETURN VALUES
  If any of the
  .Fn exec
-@@ -218,10 +207,8 @@
+@@ -237,10 +226,8 @@
  .Xr malloc 3 .
  .Pp
  The