]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/execve.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / execve.2
index 6f7e4f3369e1141cef753f437c1fc18a749f9583..94f939a178397d4ec59c0eb7705d85ef89fd73f2 100644 (file)
@@ -48,7 +48,7 @@
 .Fa "char *const envp[]"
 .Fc
 .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
@@ -196,7 +196,7 @@ the 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
 .\" ==========