Fix terminology in exec family.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-07-11 15:53:24 +02:00
parent 7f4419bae7
commit 28d3b1245f
7 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execl.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execle.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execlp.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execv.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execve.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execvp.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/

View File

@ -18,7 +18,7 @@
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
unistd/execvpe.cpp
Loads a process image.
Loads a program image.
*******************************************************************************/