Here is my attempt:
$f$ is continuous in $p$ if
$\forall \epsilon > 0\; \exists \delta > 0$ such that $|x-p|<\delta \Rightarrow |f(x) - f(p)|<\epsilon$
Then for $f(x)=x^{2}-2$ in $x=p$
$|f(x) - f(p)|<\epsilon$
$|x^2-2 - p^2+2|$
= $|x^2-p^2|$
= $|x^2-p^2+2xp-2xp|$
=$|(x-p)^2+2xp|$
I can't figure out how to proceed from this point. I tried explore the triangle inequality, but apparently it would not lead me to something helpful.