In Davison A.C., Hinkley D.V. - Bootstrap methods and their application It say's $\bar{X}/\lambda$ "has the Gamma distribution with index n and unit mean". I don't understand the sentence. Isn't gamma distribution a generell distribution, including the exponential distribution, Erlang distribution, and chi-squared distribution? And which one would it be here with which parameters?
Thank you.

Let's $X\sim Exp(\lambda)$, say, for $x>0$
$$f_X(x)=\frac{1}{\lambda} e^{-\frac{x}{\lambda}}$$
That is equivalent to a Gamma distribution $\Gamma(1;\lambda)$
Let's have $X_1,...,X_n$ iid rv's with the same denisity,
$$\frac{\sum_i X_i}{n \lambda}\sim \Gamma(n;n)$$
That is a Gamma distribution with index $n$ and mean $\frac{n}{n}=1$
Due to the fact that $n$ is integer, this distribution is a.k.a. Erlang
The proof is trivial using Moment Generating Function and its properties