freebsd-base.7: Fix stray -r

Remote stray "-r" from the example of installing a toolchain
to alternate root.

Reviewed by:	ivy
Differential Revision:	https://reviews.freebsd.org/D54611
This commit is contained in:
Juraj Lutter
2026-01-09 10:41:21 +01:00
parent d64db8892f
commit a556feb997
+1 -1
View File
@@ -214,7 +214,7 @@ alternate root (for example, to support cross-compiling software
for a different target than the host system):
.Bd -literal -offset indent
pkg -r /ppcdev -oABI=FreeBSD:16:powerpc64le \e
install -r FreeBSD-set-devel
install FreeBSD-set-devel
.Ed
.Sh SEE ALSO
.Xr build 7 ,