I noticed that the entry for execlp()
is not in the system call (2) section of the man pages, but instead resides in section (3), subroutines. Why is this, while fork()
resides in section (2)?
Here are the links:
https://linux.die.net/man/2/fork
https://linux.die.net/man/3/execlp