release(7) Fix mistake noted in review

I missed this when doing the final pass.

Fixes: f695e960 release(7): Remove stray references to DOC* variables
This commit is contained in:
Daniel Ebdrup Jensen 2021-02-23 19:10:21 +01:00
parent 3ae8d83d04
commit ef1a1fc7e8

View File

@ -613,7 +613,7 @@ The following sequence of commands can be used to build a
.Dq "-CURRENT snapshot":
.Bd -literal -offset indent
cd /usr
git clone https://git.freebsd.org/src.git src
git clone -b main https://git.freebsd.org/src.git src
cd src
make buildworld buildkernel
cd release