]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
execve.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Sep 2016 10:38:18 +0000 (12:38 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Sep 2016 10:38:18 +0000 (12:38 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/execve.2

index c6c341e30fc42d9a9779b4c4dd22883393e98e25..2e0fa3641b8b761032154c3e33e38a747c94550e 100644 (file)
@@ -82,7 +82,7 @@ the environment should be accessed via the external variable
 .BR environ (7).
 
 .BR execve ()
-does not return on success, and the text, inititialized data,
+does not return on success, and the text, initialized data,
 uninitialized data (bss), and stack of the calling process are overwritten
 according to the contents of the newly loaded program.