Re: git: 4b1e2c2f77d3 - main - bsdinstall(8): Usage example of tar doesn't work

From: Mark Millard <marklmi_at_yahoo.com>
Date: Thu, 24 Mar 2022 07:53:19 UTC
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