Instead of looking for the fork help, you can search for the spoon help:
:h spoon
fork spoon
For executing external commands fork()/exec() is used when possible, otherwise
system() is used, which is a bit slower. The output of ":version" includes ...