In a bash shell (A), typing an ` (accent-grave) will start another shell prompt (B). The output of any command entered in B is a command for A.
$ `
> whoami`
-bash: Joe: command not found
(If my username were Joe.)
$ man `
> `
What manual page do you want?
Is there a man page for this, preferably with some examples?