I am trying to figure out how the dot command behaves under /bin/sh, i.e.
. sourcedfile
but I am having trouble finding it. I can find other builtins like cd with man, e.g.
man cd
but I am not sure what to enter for the dot command (man . doesn't work). The online docs to the UNIX System Services Command Reference didn't seem to have anything either.