X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman2%2Fexecve.2;h=5525b43b12abadfd692141fc5ec36ae3838a7128;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=9b72ec6834fb79f048a97a50c64e850b416cdd95;hpb=71bb2920a65c5c30552c13bc5bf95fa86af82a56;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man2/execve.2 b/original/man2/execve.2 index 9b72ec68..5525b43b 100644 --- a/original/man2/execve.2 +++ b/original/man2/execve.2 @@ -549,7 +549,7 @@ call. Since UNIX V7 both are NULL. .SH EXAMPLE The following program is designed to be execed by the second program below. -It just echoes its command-line one per line. +It just echoes its command-line arguments, one per line. .in +4n .nf @@ -653,3 +653,11 @@ argv[4]: world .BR environ (7), .BR path_resolution (7), .BR ld.so (8) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.