mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix terminology in exec family.
This commit is contained in:
parent
7f4419bae7
commit
28d3b1245f
7 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue