Not objecting, just noting that for:

-.Dl tar xvf -C release-media FreeBSD-13.0-RELEASE-amd64-disc1.iso
+.Dl tar -C release-media -xvf FreeBSD-13.0-RELEASE-amd64-disc1.iso

I'd expect that the following would have been an alternative
that would have worked:

.Dl tar -xvf -C release-media FreeBSD-13.0-RELEASE-amd64-disc1.iso

(so: just adding a "-" before xvf).

===
Mark Millard
marklmi at yahoo.com


Reply via email to