ostep-typos
ostep-typos copied to clipboard
`cpu-api`: missing a pair of parentheses
On Linux, there are six variants of exec(): execl, execlp(), execle(), execv(), execvp(), and execvpe(). Read the man pages to learn more.
I add a file to suggest adding a pair of parentheses after execl
(-> execl()
) to enjoy better consistency.