OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / execve.2
index b4d7d95..90488cf 100644 (file)
@@ -702,7 +702,7 @@ main(int argc, char *argv[])
     newargv[0] = argv[1];
 
     execve(argv[1], newargv, newenviron);
-    perror("execve");   /* execve() only returns on error */
+    perror("execve");   /* execve() returns only on error */
     exit(EXIT_FAILURE);
 }
 .fi
@@ -761,7 +761,7 @@ argv[4]: world
 .BR path_resolution (7),
 .BR ld.so (8)
 .SH COLOPHON
-This page is part of release 3.78 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,